When I am at low health how do I change the white text part to red because I am lost. Thanks
HUD Help: How do I change hp number to red
posted in
Q/A Help
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
When I am at low health how do I change the white text part to red because I am lost. Thanks
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.
[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.
JarateKingedit the animations and make the HudHealthDyingPulse event include:And the HudHealthDyingPulseStop include:Animate PlayerStatusHealthValue FgColor "255 0 0 255" Linear 0.0 0.0
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
[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.