Upvote Upvoted 1 Downvote Downvoted
Two HUD questions:
1
#1
0 Frags +

How would I go abouts doing-

Editting the color of the last damage text done near the health location & where you hit the person?

And how would I edit the ammo colors?

thanks anyways

How would I go abouts doing-

Editting the color of the last damage text done near the health location & where you hit the person?

And how would I edit the ammo colors?

thanks anyways
2
#2
1 Frags +

HudDamageAccount.res and HudAmmoWeapons.res in tf/resource/ui

HudDamageAccount.res and HudAmmoWeapons.res in tf/resource/ui
3
#3
3 Frags +

MORE HUD QUESTIONS GREAT

MORE HUD QUESTIONS GREAT
4
#4
0 Frags +

For ammo edit
tf/resource/ui/hudammoweapons.res

you should be looking for AmmoInClip, AmmoInReserve, & AmmoNoClip

Then change the fgcolor to an RGBA color (I like to use colorpicker.com to get the exact color I want. Or change it to a defined color in your clientscheme.res

Clientscheme is located in tf/resource/

For damage done you want
tf/resource/ui/huddamageaccount.res

and you want to change
CDamageAccountPanel
PositiveColor will be for healing
and NegativeColor for damage done

DamageAccountValue
Just change the fgcolor to what you would like.

For ammo edit
tf/resource/ui/hudammoweapons.res

you should be looking for AmmoInClip, AmmoInReserve, & AmmoNoClip

Then change the fgcolor to an RGBA color (I like to use colorpicker.com to get the exact color I want. Or change it to a defined color in your clientscheme.res

Clientscheme is located in tf/resource/

For damage done you want
tf/resource/ui/huddamageaccount.res

and you want to change
CDamageAccountPanel
PositiveColor will be for healing
and NegativeColor for damage done

DamageAccountValue
Just change the fgcolor to what you would like.
5
#5
2 Frags +

requesting hud forums

requesting hud forums
Please sign in through STEAM to post a comment.