-added tooltip lines to ini

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@459 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
MaddMugsy
2006-08-29 18:18:30 +00:00
parent 6e449fcaaa
commit b2e5b1b96b
+40 -2
View File
@@ -628,10 +628,48 @@ ALLOW_TACTICAL_MILITIA_COMMAND = TRUE
ALLOW_LIMITED_VISION = TRUE
; Show information about selected person
; Range: TRUE/FALSE
; Do not use!
ALLOW_SOLDIER_TOOL_TIPS = FALSE
; How much infomation will the soldier tooltips display
; 1 = Limited - are they wearing any armor (but not where), general type of weapon
(but no mention of attachments), do they have a gas mask or NVG.
; 2 = Basic - do they have a helmet, or a vest, or pants, general type of weapon
and visible weapon attachments, do they have a gas mask or NVG.
; 3 = Full - includes exact types of armor, model of weapon and all attachments, and type of NVG.
; 4 = Debug - as Full, but also includes APs, Health, and other info for modders.
SOLDIER_TOOLTIP_DETAIL_LEVEL = 1
; 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
SOLDIER_TOOLTIP_DISPLAY_LOCATION = TRUE
SOLDIER_TOOLTIP_DISPLAY_BRIGHTNESS = TRUE
SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE
SOLDIER_TOOLTIP_DISPLAY_ID = TRUE
SOLDIER_TOOLTIP_DISPLAY_ORDERS = TRUE
SOLDIER_TOOLTIP_DISPLAY_ATTITUDE = TRUE
SOLDIER_TOOLTIP_DISPLAY_ACTIONPOINTS = TRUE
SOLDIER_TOOLTIP_DISPLAY_HEALTH = TRUE
SOLDIER_TOOLTIP_DISPLAY_HELMET = TRUE
SOLDIER_TOOLTIP_DISPLAY_VEST = TRUE
SOLDIER_TOOLTIP_DISPLAY_LEGGINGS = TRUE
SOLDIER_TOOLTIP_DISPLAY_HEAD_SLOT_1 = TRUE
SOLDIER_TOOLTIP_DISPLAY_HEAD_SLOT_2 = TRUE
SOLDIER_TOOLTIP_DISPLAY_WEAPON = TRUE
SOLDIER_TOOLTIP_DISPLAY_OFF_HAND = TRUE
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
;******************************************************************************************************************************
; -----------------------------------------------------------------------------------------------------------------------------
; In this section you can change some tactical AI settings (NOT IMPLEMENTED)