Upvote Upvoted 0 Downvote Downvoted
HUD Damage Numbers
posted in Customization
1
#1
0 Frags +

This may sound like a stupid question but I'm in the middle of changing the fonts of Broesel HUD and I have managed to change everything I wanted to change and my hud is looking great. However there is one thing I don't where to look for and that is the damage number that appear on the hud and next to enemies that I'm damaging.
How would I go about changing the font of those 2 things to a custom font, I have no clue what's its called in the clientscheme.res or maybe it might not even be in there, so where would it be?

Any help would be greatly appreciated

cryyptt_

This may sound like a stupid question but I'm in the middle of changing the fonts of Broesel HUD and I have managed to change everything I wanted to change and my hud is looking great. However there is one thing I don't where to look for and that is the damage number that appear on the hud and next to enemies that I'm damaging.
How would I go about changing the font of those 2 things to a custom font, I have no clue what's its called in the clientscheme.res or maybe it might not even be in there, so where would it be?

Any help would be greatly appreciated

cryyptt_
2
#2
2 Frags +

huddamageaccount.res

"CDamageAccountPanel"
       {
"delta_item_font"	"surface23shadow" //normal damage
"delta_item_font_big"	"surface23shadow" //crit damage
       }
"DamageAccountValue"
	{
		"font"  "surface28shadow" // damage numbers that appear near health
	}
"DamageAccountValueBG"
	{
		"font"  "surface28" // damage numbers shadow that appear near health
	}

next time post here PLS

huddamageaccount.res
[code]
"CDamageAccountPanel"
{
"delta_item_font" "surface23shadow" //normal damage
"delta_item_font_big" "surface23shadow" //crit damage
}
[/code]

[code]
"DamageAccountValue"
{
"font" "surface28shadow" // damage numbers that appear near health
}
[/code]
[code]
"DamageAccountValueBG"
{
"font" "surface28" // damage numbers shadow that appear near health
}
[/code]
next time post [url=https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers]here[/url] PLS
Please sign in through STEAM to post a comment.