From 915ea60c83ddd71f39aa536b27cd626a8f7485bf Mon Sep 17 00:00:00 2001 From: Wanne Date: Wed, 27 May 2009 12:41:12 +0000 Subject: [PATCH] - Added new INI entries for Ultra Dynamic Tooltips (UTD): ALLOW_UDT_RANGE, ALLOW_UDT_DETAIL, UDT_MODIFIER. The current EXE in SVN does not support the UTD yet. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1129 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++++++ gamedir/Data/Ja2_Options.INI | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index e97d87151..da9988830 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -281,6 +281,13 @@ ALLOW_LIMITED_VISION = TRUE ; Range: TRUE/FALSE ALLOW_SOLDIER_TOOL_TIPS = TRUE +; ULTRA DYNAMIC TOOLTIPS +; Range and Detail overwrite dynamic range and detail level respectively. +ALLOW_UDT_RANGE = TRUE +ALLOW_UDT_DETAIL = TRUE +; The modifier sets the percentage of visible range that tooltips will be visible for (Default = 50) +UDT_MODIFIER = 75 + ;****************************************************************************************************************************** ; The minimum amount of information that soldier tooltips will display ; 1 = Limited - are they wearing any armor (but not where), general type of weapon diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 317dba0ad..bdf371afd 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -281,6 +281,13 @@ ALLOW_LIMITED_VISION = FALSE ; Range: TRUE/FALSE ALLOW_SOLDIER_TOOL_TIPS = FALSE +; ULTRA DYNAMIC TOOLTIPS +; Range and Detail overwrite dynamic range and detail level respectively. +ALLOW_UDT_RANGE = FALSE +ALLOW_UDT_DETAIL = FALSE +; The modifier sets the percentage of visible range that tooltips will be visible for (Default = 50) +UDT_MODIFIER = 50 + ;****************************************************************************************************************************** ; The minimum amount of information that soldier tooltips will display ; 1 = Limited - are they wearing any armor (but not where), general type of weapon