Externalization (by Buggler)

- Externalized HELICOPTER_TOWN_LOYALTY_CHECK in Helicopter_Settings.INI
- Added more comments to CREATURE_MEANWHILE_CUTSCENE in Mod_Settings.ini 

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1900 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2013-12-22 02:59:25 +00:00
parent 2676a4b757
commit 30e67289bd
3 changed files with 11 additions and 3 deletions
+6
View File
@@ -31,6 +31,7 @@ HELICOPTER_BASIC_REPAIR_COST_MAX = 10000
HELICOPTER_SERIOUS_REPAIR_COST_MAX = 25000
[Helicopter Refuel Settings]
; How far can helicopter go without refuel if its tank is full (in sectors, 1-255). Note: distance between Drassen airport and Estoni equals 14 sectors.
; Only used if alternative fuel system is on.
; Vanilla-ish (technically it's wasn't used) JA2 - 25.
@@ -72,3 +73,8 @@ HELICOPTER_PASSENGER_HIT_MIN_DAMAGE = 1
; Maximum damage passenger will take when hit in helicopter.
HELICOPTER_PASSENGER_HIT_MAX_DAMAGE = 10
[Helicopter Other Settings]
; If FALSE, Skyrider will always fly when other conditions are satisfied, ignoring his associated town loyalty check. Vanilla JA2 - TRUE
HELICOPTER_TOWN_LOYALTY_CHECK = TRUE
+2 -1
View File
@@ -247,7 +247,8 @@ ADD_MADLAB_SECTOR_3_Y = 9
ADD_MADLAB_SECTOR_4_X = 4
ADD_MADLAB_SECTOR_4_Y = 5
;Play the meanwhile cutscene ordering the release of creatures?
;plays meanwhile cutscene ordering the release of creatures for ENABLE_CREPITUS = TRUE setting
;If FALSE, underground creature sectors and enemies will still be spawned
CREATURE_MEANWHILE_CUTSCENE = TRUE
[End Game]
+2 -1
View File
@@ -247,7 +247,8 @@ ADD_MADLAB_SECTOR_3_Y = 9
ADD_MADLAB_SECTOR_4_X = 4
ADD_MADLAB_SECTOR_4_Y = 5
;Play the meanwhile cutscene ordering the release of creatures?
;plays meanwhile cutscene ordering the release of creatures for ENABLE_CREPITUS = TRUE setting
;If FALSE, underground creature sectors and enemies will still be spawned
CREATURE_MEANWHILE_CUTSCENE = TRUE
[End Game]