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:
Wanne
2007-07-19 07:47:33 +00:00
parent e1b2ddab6e
commit 7e2163eefa
2 changed files with 12 additions and 8 deletions
+6 -4
View File
@@ -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
+6 -4
View File
@@ -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