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