mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user