From f28b6686aa938d5ecab0be1a1613dad9e2ad0006 Mon Sep 17 00:00:00 2001 From: Wanne Date: Fri, 3 Jan 2014 17:15:57 +0000 Subject: [PATCH] Improved health bar in tactical (by Sevenfm) Option SHOW_HEALTHBARSOVERHEAD is now integer: 0 - no bar 1 - default health bar 2 - small version of new bar 3 - large version of new bar 4 - small health bar + AP indicator 5 - large health bar + AP indicator Note: cover indicators are enabled only in turnbased combat or when sneaking see: http://www.bears-pit.com/board/ubbthreads.php/topics/172712/17.html git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1912 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 9 ++++++++- gamedir/Data/Ja2_Options.INI | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 3817ad753..14ef01dd0 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -831,9 +831,16 @@ HIDE_ENEMY_HEALTH_TEXT = FALSE ;------------------------------------------------------------------------------------------------------------------------------ ; If enabled, you see the health and fatigue bar when hovering over your mercs, and on the currently selected merc. +; Alt health bar additionally shows suppression shock level and current cover +; 0 - nothing +; 1 - default health bar +; 2 - smaller alt health bar +; 3 - larger alt health bar +; 4 - small health bar + AP counter +; 5 - large health bar + AP counter ;------------------------------------------------------------------------------------------------------------------------------ -SHOW_HEALTHBARSOVERHEAD = TRUE +SHOW_HEALTHBARSOVERHEAD = 1 ;------------------------------------------------------------------------------------------------------------------------------ ; How should the game display the enemy/player hit counter? diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index c8e360230..752a0f185 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -829,9 +829,16 @@ HIDE_ENEMY_HEALTH_TEXT = FALSE ;------------------------------------------------------------------------------------------------------------------------------ ; If enabled, you see the health and fatigue bar when hovering over your mercs, and on the currently selected merc. +; Alt health bar additionally shows suppression shock level and current cover +; 0 - nothing +; 1 - default health bar +; 2 - smaller alt health bar +; 3 - larger alt health bar +; 4 - small health bar + AP counter +; 5 - large health bar + AP counter ;------------------------------------------------------------------------------------------------------------------------------ -SHOW_HEALTHBARSOVERHEAD = FALSE +SHOW_HEALTHBARSOVERHEAD = 0 ;------------------------------------------------------------------------------------------------------------------------------ ; How should the game display the enemy/player hit counter?