http://i.imgur.com/Xu7a1Mb.jpg
If you look at the picture, behind the health number there is a white cross, is there a away to remove that ?
If you look at the picture, behind the health number there is a white cross, is there a away to remove that ?
https://github.com/JoeBenczarski/M0reHUD/blob/master/resource/ui/HudPlayerHealth.res#L56
try changing "enabled" to "0"
edit http://ozfortress.com/showthread.php?p=801586#post801586 you may have to edit the xpos since the game probably controls the enable 1/0 value
try changing "enabled" to "0"
edit http://ozfortress.com/showthread.php?p=801586#post801586 you may have to edit the xpos since the game probably controls the enable 1/0 value
in HudPlayerHealth.res
"PlayerStatusHealthBonusImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthBonusImage"
"xpos" "33"
"ypos" "33"
"zpos" "2"
"wide" "64"
"tall" "64"
"visible" "0"
"enabled" "0"
"image" "../hud/health_over_bg"
"scaleImage" "1"
//"xpos_minmode" "20"
//"ypos_minmode" "20"
//"wide_minmode" "52"
//"tall_minmode" "51" // omp -- -1 alignment fix.
}
arrghh ninja'd by 40 seconds
"PlayerStatusHealthBonusImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthBonusImage"
"xpos" "33"
"ypos" "33"
"zpos" "2"
"wide" "64"
"tall" "64"
"visible" "0"
[b]"enabled" "0"[/b]
"image" "../hud/health_over_bg"
"scaleImage" "1"
//"xpos_minmode" "20"
//"ypos_minmode" "20"
//"wide_minmode" "52"
//"tall_minmode" "51" // omp -- -1 alignment fix.
}
arrghh ninja'd by 40 seconds
scripts/HudAnimations_tf.txt
Find these two entries:
Animate PlayerStatusHealthBonusImage Alpha "XX" Linear XXXX
Animate PlayerStatusHealthBonusImage Alpha "XX" Linear XXXX
And delete them
Edit: I may also just be an idiot
Find these two entries:
Animate PlayerStatusHealthBonusImage Alpha "XX" Linear XXXX
Animate PlayerStatusHealthBonusImage Alpha "XX" Linear XXXX
And delete them
Edit: I may also just be an idiot