diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 468eceb2c..b6eceef2d 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/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/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index 9e8d2a66b..fb8ff5e31 100644 --- a/Data/Ja2_Options.INI +++ b/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 diff --git a/ja2.exe b/ja2.exe index ffd7cb1ce..a5ecbad9a 100644 Binary files a/ja2.exe and b/ja2.exe differ