how do?
pls
In resource/ui/huddammageaccount.res
If yours looks like this right now:
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "Damage Numbers"
"NegativeColor" "Damage Numbers"
"delta_lifetime" "2.0"
"delta_item_font" "surface23"
"delta_item_font_big" "surface23"
}
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-144"
"ypos" "r135"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "Damage Numbers"
"font" "surface26"
}
"DamageAccountValueBG"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValueBG"
"xpos" "c-143"
"ypos" "r134"
"zpos" "1"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "0 0 0 255"
"font" "surface26"
}
}
Take off the 2 DamageAccountValue Sections until you are left with just this one:
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "Damage Numbers"
"NegativeColor" "Damage Numbers"
"delta_lifetime" "2.0"
"delta_item_font" "surface23"
"delta_item_font_big" "surface23"
}
If yours looks like this right now:
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "Damage Numbers"
"NegativeColor" "Damage Numbers"
"delta_lifetime" "2.0"
"delta_item_font" "surface23"
"delta_item_font_big" "surface23"
}
"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-144"
"ypos" "r135"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "Damage Numbers"
"font" "surface26"
}
"DamageAccountValueBG"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValueBG"
"xpos" "c-143"
"ypos" "r134"
"zpos" "1"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "0 0 0 255"
"font" "surface26"
}
}
Take off the 2 DamageAccountValue Sections until you are left with just this one:
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" "0"
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "Damage Numbers"
"NegativeColor" "Damage Numbers"
"delta_lifetime" "2.0"
"delta_item_font" "surface23"
"delta_item_font_big" "surface23"
}