From 80d4c7ae4bea21b19545d792adcce674d24f19b8 Mon Sep 17 00:00:00 2001 From: AcyForsythe Date: Wed, 25 Apr 2007 23:00:05 +0000 Subject: [PATCH] - Added INI options for RESTRICT_ROAMING and REVEAL_ITEMS_AFTER_COMBAT git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@772 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 17 ++++++++++++++--- gamedir/Data/Ja2_Options.INI | 9 +++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 0b7ebbbb0..b07ef1052 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -455,6 +455,10 @@ VETERAN_COST_MODIFIER = 2 ; for Mobile Militia Groups. ;****************************************************************************************************************************** +;This setting will restrict your roaming militia from entering any sectors +;defined in RestrictedRoamingMilitia.xml +RESTRICT_ROAMING = FALSE + ; Delay ability to train veteran militia till this day TRAIN_VETERAN_MILITIA_DELAY = 1 @@ -700,6 +704,12 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1 [JA2 Tactical Settings] + +;This setting determines if items on enemy soldiers have to be seen by mercs after combat +;or if they automatically reveal themselves when combat is over. +REVEAL_ITEMS_AFTER_COMBAT = TRUE + + ; Base sight range for every person in game (default 13 tiles) (will be multiplied by 2) ; Range: 0-255 BASE_SIGHT_RANGE = 13 @@ -750,13 +760,14 @@ ALLOW_SOLDIER_TOOL_TIPS = TRUE SOLDIER_TOOLTIP_DETAIL_LEVEL = 2 -; If you have not choosen Full or Debug tooltip level, tooltips will only be displayed on the enemy, if you are not more than 13 tiles away -; and the enemy is in line of sight of the current selected merc. +; If you have not choosen Full or Debug tooltip level, tooltips will only be displayed on the enemy, +; if you are not more than 13 tiles away and the enemy is in line of sight of the current selected merc. +DYNAMIC_SOLDIER_TOOLTIPS = TRUE ; Enable/disable individual lines of information within the tooltip ; Set HELMET and VEST and LEGGINGS to FALSE (all 3) to prevent the display of the armor line ; Set HEAD_SLOT_1 and HEAD_SLOT_2 both to FALSE to prevent the display of the NVG and gas mask lines -DYNAMIC_SOLDIER_TOOLTIPS = TRUE + SOLDIER_TOOLTIP_DISPLAY_LOCATION = TRUE SOLDIER_TOOLTIP_DISPLAY_BRIGHTNESS = TRUE diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index a927049a4..2c43d4768 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -454,6 +454,10 @@ VETERAN_COST_MODIFIER = 2 ; for Mobile Militia Groups. ;****************************************************************************************************************************** +;This setting will restrict your roaming militia from entering any sectors +;defined in RestrictedRoamingMilitia.xml +RESTRICT_ROAMING = FALSE + ; Delay ability to train veteran militia till this day TRAIN_VETERAN_MILITIA_DELAY = 1 @@ -694,6 +698,11 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1 [JA2 Tactical Settings] + +;This setting determines if items on enemy soldiers have to be seen by mercs after combat +;or if they automatically reveal themselves when combat is over. +REVEAL_ITEMS_AFTER_COMBAT = TRUE + ; Base sight range for every person in game (default 13 tiles) (will be multiplied by 2) ; Range: 0-255 BASE_SIGHT_RANGE = 13