From 0418fab23ae3a2c167cf6d78f8d1d0435a100b96 Mon Sep 17 00:00:00 2001 From: Wanne Date: Thu, 28 Sep 2006 15:27:59 +0000 Subject: [PATCH] new exe (575) - bugfix: Removed the serious bug that was added in exe build 568 - feature: Re-enabled auto save (USE_AUTO_SAVE in ja2_options.ini) - feature: Lightning can be disabled (ALLOW_LIGHTNING in ja2_options.ini) git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@516 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++++++ gamedir/Data/Ja2_Options.INI | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 468eceb2c..b6eceef2d 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -53,6 +53,13 @@ EXPERT_CASH = 30000 INSANE_CASH = 15000 +;****************************************************************************************************************************** +; After each players turn the game will save. You see a "Save" notification in tactical screen. +; To load an auto save go to options screen -> save/load screen and press ALT+A (for the latest save) or ALT+B (for former save). +;****************************************************************************************************************************** +USE_AUTO_SAVE = FALSE + + ;****************************************************************************************************************************** ; 0 = Use default drop item system for enemies (militia). ; 1 = Use the new drop item system from XML-Files (EnemyWeaponDrops.xml, EnemyAmmoDrops.xml, EnemyArmourDrops.xml, diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 9e8d2a66b..fb8ff5e31 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -53,6 +53,13 @@ EXPERT_CASH = 30000 INSANE_CASH = 15000 +;****************************************************************************************************************************** +; After each players turn the game will save. You see a "Save" notification in tactical screen. +; To load an auto save go to options screen -> save/load screen and press ALT+A (for the latest save) or ALT+B (for former save). +;****************************************************************************************************************************** +USE_AUTO_SAVE = FALSE + + ;****************************************************************************************************************************** ; 0 = Use default drop item system for enemies (militia). ; 1 = Use the new drop item system from XML-Files (EnemyWeaponDrops.xml, EnemyAmmoDrops.xml, EnemyArmourDrops.xml, @@ -563,6 +570,7 @@ BREATH_GAIN_REDUCTION_PER_RAIN_INTENSITY = 25 [JA2 Thunder Settings] +ALLOW_LIGHTNING = FALSE MIN_INTERVAL_BETWEEN_LIGHTNINGS_IN_REAL_TIME_SECONDS = 2 MAX_INTERVAL_BETWEEN_LIGHTNINGS_IN_REAL_TIME_SECONDS = 15 MIN_INTERVAL_BETWEEN_LIGHTNING_AND_THUNDERCLAPS_IN_SECONDS = 1