diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index ca55db588..2175c7752 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -621,10 +621,46 @@ ALLOW_TACTICAL_MILITIA_COMMAND = FALSE ALLOW_LIMITED_VISION = FALSE ; 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)