MaxillawsKnuckles_enigmaMightyPersonally, I think an amazing element is having no floating damage numbers, and the hud's damage numbers positioned right below the crosshair.have a link to a hud with this feature?
I don't have a HUD with that but I can tell you how to do it.
Goto tf/custom/yourhud/resource/ui/huddamageaccount.res
There should be 3 sections. Depending on your HUD the order may be different but the first one should look like this:
Show Content"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "Garm3nHUDRealGreen"
"NegativeColor" "0 255 0 255"
"delta_lifetime" "2.0"
"delta_item_font" "Garm3nFontDamage"
"delta_item_font_big" "Garm3nFontDamage"
}
Or something similar. This section defined by "CDamageAccountPanel" is what shows up above the player when you hit them for damage. If you want to make these numbers go away simply change the "delta_item_font" to any font color with a 0 for the alpha value (ex. 0 255 0 0)
Okay I was wrong... Trying to figure it out. Thought I had done this in the past
edit: fixed what I was wrong about
How do you get the damage to show up below your crosshair if you disable the floating numbers?
Added to my post