TheNiceOne, I am interested with the enemy health bar's feature and would like to ask two questions:
1. From what I understand, HUD Status Bars can replace http://tesnexus.com/downloads/images/34905-3-1286833518.jpg to http://tesnexus.com/downloads/images/34905-1-1286833518.jpg whenever its health is fortified, buffed, or modified in any manner. However, is HUD Status Bars able to replace all health arc -enemy and others alike- to health bars regardless of their health status? Because the current system as I understand is the health bar will always revert to the vanilla health arc whenever the extra health is "done" , and any enemy with normal health will only show "health arc".
2. Is it possible to use this mod to only change the current vanilla http://tesnexus.com/downloads/images/34905-3-1286833518.jpg to enemy health bar, without using any other functions? Sorry, but I'm a bit clueless. :unsure:
HUD Status Bars don't have any functionality to change or hide the vanilla health arc, but you can hide it by editing the "Menus\Main\hud_reticle.xml" file. It is not that HSB changes the vanilla health bar in any way, only that it displays its own bar when the vanilla is not displayed.
What you could do (which may or may not look good), is to change the ini settings for HUD Status Bar's enemy health bar, to be displayed all the time during combat, not only when the enemy's health is above normal. If positioned above the vanilla bar, it may mostly hide it, and thereby achieve what you want. The current settings for HSB's enemy health bar, is:
set tnoHSB.hud_color to sv_Construct "HUDcolorHealth*(tnoHSB.val>tnoHSB.min)" ; Only display bar if current health > base health set tnoHSB.hud_ref to sv_Construct "hud_enemy" ; ref is last attacked enemy set tnoHSB.hud_val to sv_Construct "GetAV Health" ; Health of last attacked enemy set tnoHSB.hud_max to sv_Construct "tnoHSB.enemyMaxHealth" ; A special variable set tnoHSB.hud_min to sv_Construct "GetBaseAV Health" ; Base health of enemy set tnoHSB.hud_size to 50 ; Size 40% of normal HUD bar set tnoHSB.hud_x to 50 ; X pos 50 = centered set tnoHSB.hud_y to 48 ; Y pos 48 = just above reticle SetStage tnoHSB 10 ; Init status bar 4
If you simply change the hud_color definition to "HUDcolorHealth" and hud_min to "0", this bar will be visble any time you fight an enemy, not only when the enemy's health is above its standard health.
Btw, I haven't tried it myself, but the "hud_enemy" ref make it possible to add bars for other enemy stats. Displaying a bar for enemy fatigue could be interesting, at least if you have Realistic Fatigue installed.