Forum
how do i add a black outline to the damage numbers?
Created 23rd October 2013 @ 21:26
Add A Reply Pages: 1
I explained it for broeselhud here: http://teamfortress.tv/forum/thread/8680
Find out which font equals broesel’s surface23 in HudDamageAccount.res.
Simple. You open your ClientScheme.res. You find the line for the fontstyle of damage numbers with CTRL+F (I got BXHUD, for me it’s “DamageFont”).
Then, you just add inside it this : “outline” “1”
Restart your game and you’r good.
If you can’t find the name of the font, just open your HudDamageAccount.res located here : /ressource/ui and search for the entry next to “delta_item_font” inside CDamageAccountPanel.
Last edited by Houdini,
Quoted from Houdini
Simple. You open your ClientScheme.res. You find the line for the fontstyle of damage numbers with CTRL+F (I got BXHUD, for me it’s “DamageFont”).
Then, you just add inside it this : “outline” “1”
Restart your game and you’r good.
If you can’t find the name of the font, just open your HudDamageAccount.res located here : /ressource/ui and search for the entry next to “delta_item_font” inside CDamageAccountPanel.
i couldn’t have found any of those.
Add A Reply Pages: 1