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