diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index d07430a61..e5cc6714b 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -822,7 +822,7 @@ HIDE_ENEMY_HEALTH_TEXT = FALSE SHOW_HEALTHBARSOVERHEAD = TRUE ;------------------------------------------------------------------------------------------------------------------------------ -; How should the game display the enemy hit counter? +; How should the game display the enemy/player hit counter? ; 0 = Show damage inflicted as used to ; 1 = Show "?" as indicator if you scored a hit ; 2 = Do not show anything at all (If you scored a hit you need to tell by target's reaction) @@ -832,6 +832,8 @@ SHOW_HEALTHBARSOVERHEAD = TRUE ENEMY_HIT_COUNT = 0 +PLAYER_HIT_COUNT = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Show additional suppression information above soldier: ; light gray counter - suppression points from attack (they are calculated and shown after attack) @@ -1387,6 +1389,7 @@ SOLDIER_TOOLTIP_DISPLAY_ENERGY = FALSE SOLDIER_TOOLTIP_DISPLAY_MORALE = TRUE SOLDIER_TOOLTIP_DISPLAY_SUPPRESSION = TRUE SOLDIER_TOOLTIP_DISPLAY_SHOCK = TRUE +SOLDIER_TOOLTIP_DISPLAY_SUPPRESSION_INFO= FALSE SOLDIER_TOOLTIP_DISPLAY_TRAITS = TRUE ; Armor, Headgear SOLDIER_TOOLTIP_DISPLAY_HELMET = TRUE @@ -1747,6 +1750,12 @@ CAN_JUMP_THROUGH_CLOSED_WINDOWS = TRUE CAN_CLIMB_ON_WALLS = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Show enemy weapon name in tactical +;------------------------------------------------------------------------------------------------------------------------------ + +SHOW_ENEMY_WEAPON = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Turn this on, and you can set hidden names individually in 'TableData\HiddenNames.xml'. ;------------------------------------------------------------------------------------------------------------------------------ diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 8cf7df5e1..2bb9b47d6 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -821,7 +821,7 @@ HIDE_ENEMY_HEALTH_TEXT = FALSE SHOW_HEALTHBARSOVERHEAD = FALSE ;------------------------------------------------------------------------------------------------------------------------------ -; How should the game display the enemy hit counter? +; How should the game display the enemy/player hit counter? ; 0 = Show damage inflicted as used to ; 1 = Show "?" as indicator if you scored a hit ; 2 = Do not show anything at all (If you scored a hit you need to tell by target's reaction) @@ -831,6 +831,8 @@ SHOW_HEALTHBARSOVERHEAD = FALSE ENEMY_HIT_COUNT = 0 +PLAYER_HIT_COUNT = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Show additional suppression information above soldier: ; light gray counter - suppression points from attack (they are calculated and shown after attack) @@ -1386,6 +1388,7 @@ SOLDIER_TOOLTIP_DISPLAY_ENERGY = FALSE SOLDIER_TOOLTIP_DISPLAY_MORALE = TRUE SOLDIER_TOOLTIP_DISPLAY_SUPPRESSION = FALSE SOLDIER_TOOLTIP_DISPLAY_SHOCK = FALSE +SOLDIER_TOOLTIP_DISPLAY_SUPPRESSION_INFO= FALSE SOLDIER_TOOLTIP_DISPLAY_TRAITS = FALSE ; Armor, Headgear SOLDIER_TOOLTIP_DISPLAY_HELMET = FALSE @@ -1746,6 +1749,12 @@ CAN_JUMP_THROUGH_CLOSED_WINDOWS = FALSE CAN_CLIMB_ON_WALLS = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Show enemy weapon name in tactical +;------------------------------------------------------------------------------------------------------------------------------ + +SHOW_ENEMY_WEAPON = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Turn this on, and you can set hidden names individually in 'TableData\HiddenNames.xml'. ;------------------------------------------------------------------------------------------------------------------------------