From 7e2163eefaf13741746bd8f538ab3ad526d1c65f Mon Sep 17 00:00:00 2001 From: Wanne Date: Thu, 19 Jul 2007 07:47:33 +0000 Subject: [PATCH] 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 --- gamedir/Data-1.13/Ja2_Options.INI | 10 ++++++---- gamedir/Data/Ja2_Options.INI | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index d1ed02fa8..62fbed09f 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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 diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 676c39600..44f093367 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -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