Upvote Upvoted 2 Downvote Downvoted
Hud healthimage help
posted in Q/A Help
1
#1
1 Frags +

So I'm doing something with ompHUD (again)

http://puu.sh/5KhKs.jpg

how do I fix the healthcross cutting off?

So I'm doing something with ompHUD (again)
[img]http://puu.sh/5KhKs.jpg[/img]
how do I fix the healthcross cutting off?
2
#2
3 Frags +

you extend the width of the parent element.

you extend the width of the parent element.
3
#3
1 Frags +

yes slate is right, you can easily see this with the following commands
vgui_drawtree 1
vgui_drawtree_draw_selected 1
and if you keep opening with the +sign on the new window, you will find the hud elements and see the hud player health wide value is limiting the positions u can move the health cross
i see many questions here regarding this shit, and myself included had no idea i could do that till a few weeks ago.
A video tutorial of this would be really helpful but if you follow this stuff you´ll figure it out easily.

yes slate is right, you can easily see this with the following commands
vgui_drawtree 1
vgui_drawtree_draw_selected 1
and if you keep opening with the +sign on the new window, you will find the hud elements and see the hud player health wide value is limiting the positions u can move the health cross
i see many questions here regarding this shit, and myself included had no idea i could do that till a few weeks ago.
A video tutorial of this would be really helpful but if you follow this stuff you´ll figure it out easily.
4
#4
0 Frags +

Can someone give a more detailed explanation? I changed the wide value in HudPlayerHealth and nothing happened.

Can someone give a more detailed explanation? I changed the wide value in HudPlayerHealth and nothing happened.
5
#5
0 Frags +

Try editing the parent element in hudlayout.res to make it wider; that should do it. Hudplayerhealth.res has been in my experience rather annoying to edit as there are a lot of moving parts, so it is possible you're doing something else wrong too. Let us know if you have further difficulties.

Try editing the parent element in hudlayout.res to make it wider; that should do it. Hudplayerhealth.res has been in my experience rather annoying to edit as there are a lot of moving parts, so it is possible you're doing something else wrong too. Let us know if you have further difficulties.
6
#6
0 Frags +
heraquaCan someone give a more detailed explanation? I changed the wide value in HudPlayerHealth and nothing happened.

because changing the wide value doesn´t necessarily mean that will increase the wide value to the left of the element, it might have just changed its width to the right still clipping our health cross

[quote=heraqua]Can someone give a more detailed explanation? I changed the wide value in HudPlayerHealth and nothing happened.[/quote]

because changing the wide value doesn´t necessarily mean that will increase the wide value to the left of the element, it might have just changed its width to the right still clipping our health cross
7
#7
0 Frags +

Move the actual element within hudlayout.res to the left, and move the health image and health values to the right within HudPlayerHealth.res

Move the actual element within hudlayout.res to the left, and move the health image and health values to the right within HudPlayerHealth.res
Please sign in through STEAM to post a comment.