Upvote Upvoted 0 Downvote Downvoted
pvhud hud help
posted in Customization
1
#1
0 Frags +

so when im over healed i want the shadow 2 turn blue

so when im over healed i want the shadow 2 turn blue
2
#2
-1 Frags +

post this in one of the millions of hud threads

post this in one of the millions of hud threads
3
#3
2 Frags +

I would suggest posting it into this thread: http://teamfortress.tv/thread/19073/hud-editing-short-questions-quick-answers

As for now, you'll need to edit HUD/resource/ui/hudplayerhealth.res and HUD/scripts/hudanimations.txt

In hudanimations.txt, all the animations are controlled. Section 'event HudHealthBonusPulse' controls what elements are animated when overhealed. Implement the shadow of your health there, for example: Animate PUTELEMENTNAMEHERE FgColor "0 0 255 255" Linear 0.0 0.0

To make this animation stop when not overhealed anymore, do the same thing in the section 'event HudHealthBonusPulseStop'.

Hope this helped

I would suggest posting it into this thread: http://teamfortress.tv/thread/19073/hud-editing-short-questions-quick-answers

As for now, you'll need to edit HUD/resource/ui/hudplayerhealth.res and HUD/scripts/hudanimations.txt

In hudanimations.txt, all the animations are controlled. Section 'event HudHealthBonusPulse' controls what elements are animated when overhealed. Implement the shadow of your health there, for example: Animate PUTELEMENTNAMEHERE FgColor "0 0 255 255" Linear 0.0 0.0

To make this animation stop when not overhealed anymore, do the same thing in the section 'event HudHealthBonusPulseStop'.

Hope this helped
Please sign in through STEAM to post a comment.