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
HudDamageAccount.res and HudAmmoWeapons.res in tf/resource/ui
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.