mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Updated the game starting time, because now we have a check in the source code, that the game will always start at Day 1
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@842 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -56,17 +56,19 @@ INSANE_CASH = 15000
|
||||
;******************************************************************************************************************************
|
||||
; Game starting time and merc arrival delay
|
||||
;
|
||||
; GAME_STARTING_TIME is time when the game starts
|
||||
; The values are in seconds (3600 = 1 hour)
|
||||
;
|
||||
; GAME_STARTING_TIME is time when the game starts. This will always be on Day 1 + GAME_STARTING_TIME
|
||||
; FIRST_ARRIVAL_DELAY is a delay between game start and merc arrival
|
||||
;
|
||||
; Do not change this setting after the game has started
|
||||
; Do not set the values too low
|
||||
;******************************************************************************************************************************
|
||||
|
||||
; Default value is 90000 (Day 1, 1am)
|
||||
GAME_STARTING_TIME = 90000
|
||||
; Default value is 3600 (1am)
|
||||
GAME_STARTING_TIME = 3600
|
||||
|
||||
; Default value is 21600 (Day 1, 7am)
|
||||
; Default value is 21600 (7am)
|
||||
FIRST_ARRIVAL_DELAY = 21600
|
||||
|
||||
|
||||
|
||||
@@ -56,17 +56,19 @@ INSANE_CASH = 15000
|
||||
;******************************************************************************************************************************
|
||||
; Game starting time and merc arrival delay
|
||||
;
|
||||
; GAME_STARTING_TIME is time when the game starts
|
||||
; The values are in seconds (3600 = 1 hour)
|
||||
;
|
||||
; GAME_STARTING_TIME is time when the game starts. This will always be on Day 1 + GAME_STARTING_TIME
|
||||
; FIRST_ARRIVAL_DELAY is a delay between game start and merc arrival
|
||||
;
|
||||
; Do not change this setting after the game has started
|
||||
; Do not set the values too low
|
||||
;******************************************************************************************************************************
|
||||
|
||||
; Default value is 90000 (Day 1, 1am)
|
||||
GAME_STARTING_TIME = 90000
|
||||
; Default value is 3600 (1am)
|
||||
GAME_STARTING_TIME = 3600
|
||||
|
||||
; Default value is 21600 (Day 1, 7am)
|
||||
; Default value is 21600 (7am)
|
||||
FIRST_ARRIVAL_DELAY = 21600
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user