diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index dd84a6b9a..f67cfcb89 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -644,6 +644,9 @@ SOLDIER_TOOLTIP_DETAIL_LEVEL = 1 ; 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 + +DYNAMIC_SOLDIER_TOOLTIPS = TRUE + SOLDIER_TOOLTIP_DISPLAY_LOCATION = TRUE SOLDIER_TOOLTIP_DISPLAY_BRIGHTNESS = TRUE SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 2175c7752..527fb17db 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -637,6 +637,8 @@ SOLDIER_TOOLTIP_DETAIL_LEVEL = 1 ; 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 +DYNAMIC_SOLDIER_TOOLTIPS = TRUE + SOLDIER_TOOLTIP_DISPLAY_LOCATION = TRUE SOLDIER_TOOLTIP_DISPLAY_BRIGHTNESS = TRUE SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE