diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index ea4605a05..1c74667e0 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -824,10 +824,17 @@ TACTICAL_FACE_ICON_STYLE = 0 SHOW_CAMOUFLAGE_FACES = TRUE ;------------------------------------------------------------------------------------------------------------------------------ -; If enabled, you do not see the health text when hovering the mouse over an enemy / creature. +; Show health text when hovering the mouse over an enemy / creature. +; 0 - do not show +; 1 - show health as text +; 2 - show health bar +; 3 - show health + ap +; 4 - show health + ap + shock +; 5 - show health + ap + shock + morale +; 6 - show health + ap + shock + morale + bp ;------------------------------------------------------------------------------------------------------------------------------ -HIDE_ENEMY_HEALTH_TEXT = FALSE +SHOW_ENEMY_HEALTH = 1 ;------------------------------------------------------------------------------------------------------------------------------ ; If enabled, you see the health and fatigue bar when hovering over your mercs, and on the currently selected merc. @@ -842,6 +849,17 @@ HIDE_ENEMY_HEALTH_TEXT = FALSE SHOW_HEALTHBARSOVERHEAD = 1 +;------------------------------------------------------------------------------------------------------------------------------ +; Show current merc's cover using color - GREEN, YELLOW, ORANGE and RED +; 0 - do not show cover +; 1 - show as small square to the right of the health bar +; 2 - show using color of merc's name +; 3 - same as 1, show only in stealth or when disguised +; 4 - same as 2, show only in stealth or when disguised +;------------------------------------------------------------------------------------------------------------------------------ + +SHOW_COVER_INDICATOR = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; How should the game display the enemy/player hit counter? ; 0 = Show damage inflicted as used to @@ -1806,6 +1824,12 @@ INDIVIDUAL_ENEMY_NAMES = FALSE INDIVIDUAL_ENEMY_RANK = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Show enemy rank (exp. level) as icon +;------------------------------------------------------------------------------------------------------------------------------ + +SHOW_ENEMY_RANK_ICON = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Turn this on, and the game uses individual civilian group names (in tactical) defined in 'TableData\CivGroupNames.xml'. ;------------------------------------------------------------------------------------------------------------------------------ diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 7207ac98e..42d764494 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -822,10 +822,17 @@ TACTICAL_FACE_ICON_STYLE = 0 SHOW_CAMOUFLAGE_FACES = FALSE ;------------------------------------------------------------------------------------------------------------------------------ -; If enabled, you do not see the health text when hovering the mouse over an enemy / creature. +; Show health text when hovering the mouse over an enemy / creature. +; 0 - do not show +; 1 - show health as text +; 2 - show health bar +; 3 - show health + ap +; 4 - show health + ap + shock +; 5 - show health + ap + shock + morale +; 6 - show health + ap + shock + morale + bp ;------------------------------------------------------------------------------------------------------------------------------ -HIDE_ENEMY_HEALTH_TEXT = FALSE +SHOW_ENEMY_HEALTH = 1 ;------------------------------------------------------------------------------------------------------------------------------ ; If enabled, you see the health and fatigue bar when hovering over your mercs, and on the currently selected merc. @@ -840,6 +847,17 @@ HIDE_ENEMY_HEALTH_TEXT = FALSE SHOW_HEALTHBARSOVERHEAD = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; Show current merc's cover using color - GREEN, YELLOW, ORANGE and RED +; 0 - do not show cover +; 1 - show as small square to the right of the health bar +; 2 - show using color of merc's name +; 3 - same as 1, show only in stealth or when disguised +; 4 - same as 2, show only in stealth or when disguised +;------------------------------------------------------------------------------------------------------------------------------ + +SHOW_COVER_INDICATOR = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; How should the game display the enemy/player hit counter? @@ -1805,6 +1823,12 @@ INDIVIDUAL_ENEMY_NAMES = FALSE INDIVIDUAL_ENEMY_RANK = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Show enemy rank (exp. level) as icon +;------------------------------------------------------------------------------------------------------------------------------ + +SHOW_ENEMY_RANK_ICON = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Turn this on, and the game uses individual civilian group names (in tactical) defined in 'TableData\CivGroupNames.xml'. ;------------------------------------------------------------------------------------------------------------------------------