Upvote Upvoted 1 Downvote Downvoted
making a border on damage numbers
posted in Q/A Help
1
#1
0 Frags +

I know theres a way to do this, but i dont know how to. what I mean is a small, black rim/border around the damage numbers on Brosel HUD.

thanks

I know theres a way to do this, but i dont know how to. what I mean is a small, black rim/border around the damage numbers on Brosel HUD.


thanks
2
#2
5 Frags +

Add this to your resource/clientscheme.res below surface23:

surface23outline
{
"1"
{
"name"			"Surface-Medium"
"tall"			"23"
"additive"		"0"
"antialias"		"1"
"outline"		"1"
}
}

Replace surface23 with surface23outline in your resource/ui/HudDamageAccount.res:

"delta_item_font" "surface23outline"
"delta_item_font_big" "surface23outline"
Add this to your resource/clientscheme.res below surface23:
[code]surface23outline
{
"1"
{
"name" "Surface-Medium"
"tall" "23"
"additive" "0"
"antialias" "1"
"outline" "1"
}
}[/code]
Replace surface23 with surface23outline in your resource/ui/HudDamageAccount.res:
[code]"delta_item_font" "surface23outline"
"delta_item_font_big" "surface23outline"[/code]
Please sign in through STEAM to post a comment.