WholegrainAstrin_How do I get rid of the +s beside the Uber meter?both these are edited using hudmediccharge.res
How do I make the precent visible?
to get rid of the crosses, change the values of visible and enabled to 0 under the "HealthClusterIcon" definition
you just need to make the width of chargelabel bigger for the % to be fully visible i think
In HudMedicCharge.res, "ChargeLabel" looks like this:
ChargeLabel "ChargeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"xpos" "30"
"xpos_minmode" "11"
"ypos" "24"
"ypos_minmode" "11"
"zpos" "2"
"wide" "90"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Ubercharge"
"labelText_minmode" "#TF_UberchargeMinHUD"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "HudFontSmallest"
}
What do I change?