Upvote Upvoted 1 Downvote Downvoted
quick m0rehud help please :p
posted in Q/A Help
1
#1
0 Frags +

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 ?

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 ?
2
#2
1 Frags +

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

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
3
#3
2 Frags +

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

in HudPlayerHealth.res
"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
4
#4
0 Frags +

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

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
5
#5
0 Frags +

Thanks!

Yea, had to change the xpos for it to work:/

Thanks!

Yea, had to change the xpos for it to work:/
Please sign in through STEAM to post a comment.