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.
Search for "PlayerStatusHealthBonusImage" in the HudPlayerHealth.res file in your /resource/ui folder and change the ypos to "9999" to move it off-screen.
ui/HudPlayerHealth.res
Find "PlayerStatusHealthBonusImage"
Set both:
"visible" "0"
"enabled" "0"
Or do the above because I got sniped
Find "PlayerStatusHealthBonusImage"
Set both:
[code]
"visible" "0"
"enabled" "0"
[/code]
Or do the above because I got sniped
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.
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.
-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.
Yep, that worked. i can't believe that I didn't see that.Thanks very much!
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 :/
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 :/