Upvote Upvoted 4 Downvote Downvoted
HUD - Remove health cross when buffed and when low
1
#1
0 Frags +

Hello guys :D I just need a little help with my hud: i want to remove the health cross that appears when I am overhealed or low on health. I use OMP HUD,if that helps. Thanks in advance.

Hello guys :D I just need a little help with my hud: i want to remove the health cross that appears when I am overhealed or low on health. I use OMP HUD,if that helps. Thanks in advance.
2
#2
5 Frags +

Search for "PlayerStatusHealthBonusImage" in the HudPlayerHealth.res file in your /resource/ui folder and change the ypos to "9999" to move it off-screen.

Search for "PlayerStatusHealthBonusImage" in the HudPlayerHealth.res file in your /resource/ui folder and change the ypos to "9999" to move it off-screen.
3
#3
huds.tf
4 Frags +

ui/HudPlayerHealth.res

Find "PlayerStatusHealthBonusImage"

Set both:

"visible"		"0"
"enabled"		"0"

Or do the above because I got sniped

ui/HudPlayerHealth.res

Find "PlayerStatusHealthBonusImage"

Set both:
[code]
"visible" "0"
"enabled" "0"
[/code]

Or do the above because I got sniped
4
#4
0 Frags +

Thanks very much again.

Thanks very much again.
5
#5
0 Frags +

One more thing, guys.How can I disable the custom crosshair in this hud (www.dropbox.com/s/0qsjhthlb7xtke3/futuraedit.7z)? The crosshair is like in this video www.youtube.com/watch?v=hierDtxOtaw and I want to disable it. I looked into scripts/hudlayout, but I couldn't find it.

One more thing, guys.How can I disable the custom crosshair in this hud (www.dropbox.com/s/0qsjhthlb7xtke3/futuraedit.7z)? The crosshair is like in this video www.youtube.com/watch?v=hierDtxOtaw and I want to disable it. I looked into scripts/hudlayout, but I couldn't find it.
6
#6
1 Frags +

Go into the hudlayout.res and do a search for "visible" and look what has a "1". Change one to "0" at a time until you find the one responsible for the crosshair.

-edit-
Just looked at the file you uploaded. The second item in hudlayout.res is called "winzcross" and has both visible and enable set to "1"; change it to "0" and it should remove the crosshair.

Go into the hudlayout.res and do a search for "visible" and look what has a "1". Change one to "0" at a time until you find the one responsible for the crosshair.

-edit-
Just looked at the file you uploaded. The second item in hudlayout.res is called "winzcross" and has both visible and enable set to "1"; change it to "0" and it should remove the crosshair.
7
#7
0 Frags +

Yep, that worked. i can't believe that I didn't see that.Thanks very much!

Yep, that worked. i can't believe that I didn't see that.Thanks very much!
8
#8
1 Frags +
omniui/HudPlayerHealth.res

Find "PlayerStatusHealthBonusImage"

Set both:
"visible"		"0"
"enabled"		"0"

Or do the above because I got sniped

This does not work for the health images sadly :/

[quote=omni]ui/HudPlayerHealth.res

Find "PlayerStatusHealthBonusImage"

Set both:
[code]
"visible" "0"
"enabled" "0"
[/code]

Or do the above because I got sniped[/quote]
This does not work for the health images sadly :/
Please sign in through STEAM to post a comment.