okfghlrtkhrh rth
Is it that hard to just look at the side of the player's name?
(TEAM) player: Spy on point!
EDIT: Nvm this isn't what he was talking about.
(TEAM) player: Spy on point!
EDIT: Nvm this isn't what he was talking about.
You mean your health numbers? I really have no clue what you're thinking of.
If youre thinking of the animated colours such as health turning red at low health or blue at buffed then that is handled in scripts/hudanimations_tf.txt
If youre thinking of the animated colours such as health turning red at low health or blue at buffed then that is handled in scripts/hudanimations_tf.txt
He means shadow under HP numbers. If you are blue, you can have it in blue color, red when playing red. Some huds use that I think.
As far as I know, there's no possible way to make a HUD have a team-colored text character, as all text is just defined by either an RGBA color value or a color definition in ClientScheme.res (which is also just an RGBA color value), which is just a static value, nothing that can ever be changed without the help of a hud animation.
You can, however, define a team-colored box/shape via ImagePanels.
I think what you're thinking of is in a HUD like PVHUD that has a shadow underneath the main number. The reason you might've thought that it was team-colored at the time is that due to a bug in TF2, sometimes the low health animation gets stuck on the screen, displaying the color that the HUD normally changes to when you have low health, all the time. Since PVHUD's is red I believe, then if you were playing on the red team at the time that you got that bug, then it might've appeared as if the health number was team-colored.
You can, however, define a team-colored box/shape via ImagePanels.
I think what you're thinking of is in a HUD like PVHUD that has a shadow underneath the main number. The reason you might've thought that it was team-colored at the time is that due to a bug in TF2, sometimes the low health animation gets stuck on the screen, displaying the color that the HUD normally changes to when you have low health, all the time. Since PVHUD's is red I believe, then if you were playing on the red team at the time that you got that bug, then it might've appeared as if the health number was team-colored.