git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@570 4f8fa57e-7814-0410-bad4-adc449f26b7c

This commit is contained in:
Wanne
2006-11-09 19:38:01 +00:00
parent 9793ef70bc
commit 18434383de
2 changed files with 21 additions and 8 deletions
+11 -3
View File
@@ -144,7 +144,6 @@ MAX_MILITIA_TRAINERS_PER_SECTOR = 2
RPC_BONUS_TO_TRAIN_MILITIA = 10
;******************************************************************************************************************************
; Repairing
;******************************************************************************************************************************
@@ -672,7 +671,13 @@ ALLOW_LIMITED_VISION = TRUE
; Armor coverage
ENABLE_ARMOR_COVERAGE = TRUE
;******************************************************************************************************************************
; In this section you can enable enemy tooltips. To display the tooltip move the mouse over the enemy and press ALT.
;******************************************************************************************************************************
; Show information about selected person
; Range: TRUE/FALSE
ALLOW_SOLDIER_TOOL_TIPS = TRUE
; How much infomation will the soldier tooltips display
@@ -685,12 +690,15 @@ ALLOW_SOLDIER_TOOL_TIPS = TRUE
SOLDIER_TOOLTIP_DETAIL_LEVEL = 2
; If you have not choosen (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.
; Enable/disable individual lines of information within the tooltip
DYNAMIC_SOLDIER_TOOLTIPS = TRUE
; 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
SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE
+10 -5
View File
@@ -447,7 +447,6 @@ TRAIN_VETERAN_MILITIA_DELAY = 1
;Delay ability to train mobile militia till this day
ALLOW_MILITIA_MOBILE_DELAY = 1
;Allows the training of Veteran Militia
TRAIN_VETERAN_MILITIA = FALSE
@@ -534,8 +533,6 @@ EXPERT_MERC_DEATHS = 3
INSANE_MERC_DEATHS = 4
;******************************************************************************************************************************
; USE_RANDOM_PERSONALITY set to TRUE will randomly generate an Attitude and a Personality for each of
; your IMP Mercs.
@@ -673,6 +670,11 @@ ALLOW_LIMITED_VISION = FALSE
; Armor coverage
ENABLE_ARMOR_COVERAGE = FALSE
;******************************************************************************************************************************
; In this section you can enable enemy tooltips. To display the tooltip move the mouse over the enemy and press ALT.
;******************************************************************************************************************************
; Show information about selected person
; Range: TRUE/FALSE
ALLOW_SOLDIER_TOOL_TIPS = FALSE
@@ -687,12 +689,15 @@ ALLOW_SOLDIER_TOOL_TIPS = FALSE
SOLDIER_TOOLTIP_DETAIL_LEVEL = 1
; If you have not choosen (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.
; Enable/disable individual lines of information within the tooltip
DYNAMIC_SOLDIER_TOOLTIPS = TRUE
; 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
SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE