:: Black background :: :: class configs & settings :: fps configs :: high fps configs ::
M0rehud
:: download :: :: screenshots :: instructions for > crosshair, damagedone , scoreboard, tournamentspecgui ::

Open up HudDamageAccount.res with your favorite text editor (tf/resource/ui)
 
Floating number, damage text on top of player model: Last done damage:

Color Change:

replace in "CDamageAccountPanel"

Cyan:
"PositiveColor" "0 255 255 150"
"NegativeColor" "0 255 255 150"

Green:
"PositiveColor" "0 255 0 150"
"NegativeColor" "0 255 0 150"

Pink:
"PositiveColor" "255 0 127 150"
"NegativeColor" "255 0 127 150"

Yellow:
"PositiveColor" "255 255 30 255"
"NegativeColor" "255 255 30 255"

Color Change:

replace in "DamageAccountValue"

Cyan:
"fgcolor" "0 255 255 150"


Green:
"fgcolor" "0 255 0 150"


Pink:
"fgcolor" "255 0 127 150"


Yellow:
"fgcolor" "255 255 30 255"

   
Hide:

replace in "CDamageAccountPanel"
"delta_lifetime" "0"
Hide:

replace in "DamageAccountValue"
"visible" "0"
 
  Position change:

replace in "DamageAccountValue" and "DamageAccountValueShadow"

Middle under crosshair:
"xpos" "c-75"
"ypos" "c15"