f_blueBenroadsI wouldn't recommend using the default hud font files as they're often used a lot in other places. Maybe take his code and rename the font to damageNumbers or something along those lines so you don't risk having random places in your hud have outlined text.Exactly, that's why you should go into your clientscheme.res and simply add HudFontMediumBigBoldOutline below the original font:
"HudFontMediumBigBold"
{
"1"
{
"name" "TF2 Build"
"tall" "30"
"weight" "500"
"additive" "0"
"antialias" "1"
}
}
"HudFontMediumBigBoldOutline"
{
"1"
{
"name" "TF2 Build"
"tall" "30"
"weight" "500"
"additive" "0"
"antialias" "1"
"outline" "1"
}
}
Then you can use HudFontMediumBigBoldOutline in your HudDamageAccount file as the delta_item_font and delta_item_font_big value.
hey. i dont got a clientscheme.res file in my hud
i just created a new notepad with the code for the damage text, can you explain to me how to do that?