upload of the options-ini I forgot to upload yesterday

it contains the Slay_forever switch, some additional tooltip data, and some reload data
I switched ENEMY_INVESTIGATE_SECTOR to FALSE, because that feature annoys most players

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@947 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Starwalker
2008-03-12 07:48:22 +00:00
parent f51fb510db
commit 3ba6574d9c
+20 -2
View File
@@ -321,6 +321,9 @@ SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_1 = TRUE
SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_2 = TRUE
SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_3 = TRUE
SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_4 = TRUE
SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_5 = TRUE
SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_6 = TRUE
SOLDIER_TOOLTIP_DISPLAY_BIG_SLOT_7 = TRUE
;******************************************************************************************************************************
; This section controls Shift+F behaviour.
@@ -629,7 +632,7 @@ INSANE_QUEEN_AGGRESSIVE = TRUE
; This is a feature that *dumbs* down the AI, and was activated in original to make the game easier.
;******************************************************************************************************************************
ENEMY_INVESTIGATE_SECTOR = TRUE
ENEMY_INVESTIGATE_SECTOR = FALSE
REASSIGN_PENDING_REINFORCEMENTS = FALSE
;******************************************************************************************************************************
@@ -855,4 +858,19 @@ VEHICLE_INVENTORY = TRUE
;******************************************************************************************************************************
; INFO: In svn release exe this property is always set to TRUE until a new exe will be released!
; ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = TRUE
; ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = TRUE
;******************************************************************************************************************************
; Slay Forever
;******************************************************************************************************************************
SLAY_FOREVER = FALSE
;******************************************************************************************************************************
; Loose round reload system.
; AP_COST_PER_ROUND represents the AP cost to reload a single round of ammunition
; WRONG_MAG_MULT is the multiplier applied to reload AP cost when trying to reload from an improper sized mag
;******************************************************************************************************************************
AP_COST_PER_ROUND = 2
WRONG_MAG_MULT = 1.5