Damage Numbers - Hypnootize/hypnotizehud GitHub Wiki

DAMAGE NUMBERS

HOW TO ENABLE DAMAGE NUMBERS

Open the game console and type in hud_combattext 1 to activate the damage numbers

DAMAGE NUMBERS COLOR

The floating damage numbers color can be changed only through TF2 commands, precisely:

hud_combattext_red

hud_combattext_green

hud_combattext_blue

along each one of these commands you can add a value between 0 and 255

for example hud_combattext_red 255; hud_combattext_green 255; hud_combattext_blue 255 will get us white damage numbers

DAMAGE SIZE AND STYLE CUSTOMIZATION

In order to customize the damage numbers size or style navigate to Hypnotize Hud\customizations\Damage.res, inside this file you can find six lines starting with #base... where each line represents a different type of damage style.

  • Choose a damage style from the screenshot above
  • Remove the double slash // from the line representing the choosen style
  • Make sure only one line stays uncommented without no double //

STATIC DAMAGE NUMBERS COLOR

The color of the static damage numbers (damage numbers above the health) can be changed from Hypnotize Hud\customizations\colors.res and edit the color of "Last Damage Done"

HEALING NUMBERS

The number color for positive damage (for example when you hit an arrow as medic) can be changed from Hypnotize Hud\customizations\colors.res under "Heal Numbers"