Forum
Damage text font help.
Created 27th March 2010 @ 15:03
Add A Reply Pages: 1
Iv got this in my resource/ui/huddamageaccout.res
“Resource/UI/HudDamageAccount.res”
{
“CDamageAccountPanel”
{
“fieldName” “CDamageAccountPanel”
“text_x” “0”
“text_y” “0”
“delta_item_end_y” “0”
“PositiveColor” “255 255 0 255”
“NegativeColor” “255 255 0 255”
“delta_lifetime” “3”
“delta_item_font” “HudFontMediumSmall”
“delta_item_font_big” “HudFontMediumSmall”
}
}
I want to know what to change the bottom two lines to to get the font tf2build for my combat text. Can anyone help? =]
Last edited by Deleteme,
“delta_item_font” <- this is for "normal" dmg
delta_item_font_big” <- this if for critical hits I think
Try to one of these:
HudFontBiggerBold
HudFontMediumBold
HudFontSmallBold
instead of “HudAccountMediumSmal”
Last edited by Mors Immortalis,
Still need help =[
Try “HudFontSmallBold”, after a bit of digging around the res files I get the impression that is linked to the TF2 Build font.
Quoted from octochris
Try “HudFontSmallBold”, after a bit of digging around the res files I get the impression that is linked to the TF2 Build font.
Thanks for your help, i’ll check.
EDIT: Perfect! thanks so much =]
Last edited by Deleteme,
Add A Reply Pages: 1