Upvote Upvoted 0 Downvote Downvoted
HUD Help: How do I change hp number to red
posted in Q/A Help
1
#1
0 Frags +

https://imgur.com/a/Kml2f8p

When I am at low health how do I change the white text part to red because I am lost. Thanks

https://imgur.com/a/Kml2f8p

When I am at low health how do I change the white text part to red because I am lost. Thanks
2
#2
7 Frags +

edit the animations and make the HudHealthDyingPulse event include:

Animate PlayerStatusHealthValue FgColor "255 0 0 255" Linear 0.0 0.0

And the HudHealthDyingPulseStop include:

Animate PlayerStatusHealthValue FgColor "255 255 255 255" Linear 0.0 0.0

Replace the PlayerStatusHealthValue with whatever label you want if the white text is actually a different label (unlikely), and change the FgColors set here to whatever it needs to be if you want it to be different from pure red / pure white.

In the future you should try asking https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers if you've got a question about hud editing.

[url=https://github.com/JarateKing/TF2-Hud-Reference/blob/master/0-TUTORIAL/4-Editing-Animations.md]edit the animations[/url] and make the HudHealthDyingPulse event include:
[code]Animate PlayerStatusHealthValue FgColor "255 0 0 255" Linear 0.0 0.0[/code]
And the HudHealthDyingPulseStop include:
[code]Animate PlayerStatusHealthValue FgColor "255 255 255 255" Linear 0.0 0.0[/code]

Replace the PlayerStatusHealthValue with whatever label you want if the white text is actually a different label (unlikely), and change the FgColors set here to whatever it needs to be if you want it to be different from pure red / pure white.

In the future you should try asking https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers if you've got a question about hud editing.
3
#3
0 Frags +
JarateKingedit the animations and make the HudHealthDyingPulse event include:
Animate PlayerStatusHealthValue FgColor "255 0 0 255" Linear 0.0 0.0
And the HudHealthDyingPulseStop include:
Animate PlayerStatusHealthValue FgColor "255 255 255 255" Linear 0.0 0.0

Replace the PlayerStatusHealthValue with whatever label you want if the white text is actually a different label (unlikely), and change the FgColors set here to whatever it needs to be if you want it to be different from pure red / pure white.

In the future you should try asking https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers if you've got a question about hud editing.

Thank you

[quote=JarateKing][url=https://github.com/JarateKing/TF2-Hud-Reference/blob/master/0-TUTORIAL/4-Editing-Animations.md]edit the animations[/url] and make the HudHealthDyingPulse event include:
[code]Animate PlayerStatusHealthValue FgColor "255 0 0 255" Linear 0.0 0.0[/code]
And the HudHealthDyingPulseStop include:
[code]Animate PlayerStatusHealthValue FgColor "255 255 255 255" Linear 0.0 0.0[/code]

Replace the PlayerStatusHealthValue with whatever label you want if the white text is actually a different label (unlikely), and change the FgColors set here to whatever it needs to be if you want it to be different from pure red / pure white.

In the future you should try asking https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers if you've got a question about hud editing.[/quote]

Thank you
Please sign in through STEAM to post a comment.