- 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
This commit is contained in:
Wanne
2009-05-27 12:41:12 +00:00
parent eeff81b112
commit 05251d4458
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -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
+7
View File
@@ -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