From b2e5b1b96bf6d14abafd3535220786bbd5b2771c Mon Sep 17 00:00:00 2001 From: MaddMugsy Date: Tue, 29 Aug 2006 18:18:30 +0000 Subject: [PATCH] -added tooltip lines to ini git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@459 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 42 +++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index effa16bf8..dd84a6b9a 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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)