mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
- 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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user