x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 
x
To those who participated in the Highlander Season 32 (Summer 2024), please fill out this Feedback Form for the current & next Highlander seasons!

Forum

In with one file can i change my dmg color?

Created 19th July 2014 @ 11:19

Add A Reply Pages: 1

Adrian

.

firej

resource/ui/huddamageaccount.res

or depending on the hud you got your dmg color defined in your resource/clientschemes.res


Last edited by firej,

Adrian

Big thanks :)

Adrian

“Resource/UI/HudDamageAccount.res”
{
“CDamageAccountPanel”
{
“fieldName” “CDamageAccountPanel”
“text_x” “0”
“text_y” “0”
“PositiveColor” “Heal Numbers”
“NegativeColor” “Damage Numbers”
“delta_item_x” “0”
“delta_item_end_y” “0”
“delta_lifetime” “2”
“delta_item_font” “CerbeticaBoldOutline24”
“delta_item_font_big” “CerbeticaBoldOutline24”
“outline” “1”

}

“DamageAccountValue”
{
“ControlName” “CExLabel”
“fieldName” “DamageAccountValue”
“xpos” “c-138”
“ypos” “263”
“zpos” “2”
“wide” “100”
“tall” “26”
“visible” “1”
“enabled” “1”
“labelText” “%metal%”
“textAlignment” “center”
“fgcolor” “Last DamageHeal Info”
“font” “CerbeticaBold20”
}

“DamageAccountValueBG”
{
“ControlName” “CExLabel”
“fieldName” “DamageAccountValue”
“xpos” “c-137”
“ypos” “264”
“zpos” “1”
“wide” “100”
“tall” “26”
“visible” “1”
“enabled” “1”
“labelText” “%metal%”
“textAlignment” “center”
“fgcolor” “TransparentBlack”
“font” “CerbeticaBold20”
}
}

I need white color. Can someone do it for me? :)

firej

“Resource/UI/HudDamageAccount.res”
{
“CDamageAccountPanel”
{
“fieldName” “CDamageAccountPanel”
“text_x” “0″
“text_y” “0″
“PositiveColor” “Heal Numbers”
“NegativeColor” “255 255 255 255”
“delta_item_x” “0″
“delta_item_end_y” “0″
“delta_lifetime” “2″
“delta_item_font” “CerbeticaBoldOutline24″
“delta_item_font_big” “CerbeticaBoldOutline24″
“outline” “1″

}

“DamageAccountValue”
{
“ControlName” “CExLabel”
“fieldName” “DamageAccountValue”
“xpos” “c-138″
“ypos” “263″
“zpos” “2″
“wide” “100″
“tall” “26″
“visible” “1″
“enabled” “1″
“labelText” “%metal%”
“textAlignment” “center”
“fgcolor” “Last DamageHeal Info”
“font” “CerbeticaBold20″
}

“DamageAccountValueBG”
{
“ControlName” “CExLabel”
“fieldName” “DamageAccountValue”
“xpos” “c-137″
“ypos” “264″
“zpos” “1″
“wide” “100″
“tall” “26″
“visible” “1″
“enabled” “1″
“labelText” “%metal%”
“textAlignment” “center”
“fgcolor” “TransparentBlack”
“font” “CerbeticaBold20″
}
}


Last edited by firej,

Add A Reply Pages: 1