Upvote Upvoted 1 Downvote Downvoted
Quick HUD editing Question (Health added numbers)
posted in Customization
1
#1
0 Frags +

Hi guys,
I just wanted to know how I could get small Numbers over my Health that show me how much Health I gained if I ran over a Healthpack/Sandvich, for example al little "+100" if I ran over a medium Healthpack as a Soldier
Thanks in advance if you can help me out :)

Hi guys,
I just wanted to know how I could get small Numbers over my Health that show me how much Health I gained if I ran over a Healthpack/Sandvich, for example al little "+100" if I ran over a medium Healthpack as a Soldier
Thanks in advance if you can help me out :)
2
#2
0 Frags +

Edit HudHealthAccount.res

Play with the x/ypos values to get it over your health.

Edit HudHealthAccount.res

Play with the x/ypos values to get it over your health.
3
#3
0 Frags +

From my Healthaccount.res:

"Resource/UI/HudHealthAccount.res"
{
"CHealthAccountPanel"
{
"fieldName" "CHealthAccountPanel"
"delta_item_x" "13"
"delta_item_start_y" "50"
"delta_item_end_y" "0"
"PositiveColor" "0 255 0 255"
"NegativeColor" "255 0 0 255"
"delta_lifetime" "0"
"delta_item_font" "HudFontMedium"
}
}

Which value should I edit? "delta_item_x" and "delta_item_start_y" ?

From my Healthaccount.res:



"Resource/UI/HudHealthAccount.res"
{
"CHealthAccountPanel"
{
"fieldName" "CHealthAccountPanel"
"delta_item_x" "13"
"delta_item_start_y" "50"
"delta_item_end_y" "0"
"PositiveColor" "0 255 0 255"
"NegativeColor" "255 0 0 255"
"delta_lifetime" "0"
"delta_item_font" "HudFontMedium"
}
}






Which value should I edit? "delta_item_x" and "delta_item_start_y" ?
4
#4
0 Frags +

set the delta_lifetime to something bigger then 0

set the delta_lifetime to something bigger then 0
5
#5
0 Frags +

What Goat said. Mine is set to 1.
After that you'll see the amount of health for a set period of time.

"xpos" "c-205"
"ypos" "c90"

My values for positioning it above health. You probably have to edit those so it fits your screen.

What Goat said. Mine is set to 1.
After that you'll see the amount of health for a set period of time.

"xpos" "c-205"
"ypos" "c90"

My values for positioning it above health. You probably have to edit those so it fits your screen.
6
#6
0 Frags +

Got it to work, thanks for the help

Got it to work, thanks for the help
Please sign in through STEAM to post a comment.