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 :)
Quick HUD editing Question (Health added numbers)
posted in
Customization
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 :)
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 :)
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.
Play with the x/ypos values to get it over your health.
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" ?
"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" ?
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.
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.
Please
sign in through STEAM
to post a comment.