MrWheatleyConchiIt kind of worked, the bar came to the center of the screen, but so did the charge percent it's normally under, i assume the 2 are pinned together somehow, any idea on how to separate them?Oh, sorry, I forgot some parts in hudmediccharge.res
I edited these as well:Show Content"ChargeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"font" "hp38"
"fgcolor" "216 216 216 255"
"xpos" "160"
"ypos" "50"
"zpos" "5"
"wide" "96"
"tall" "66"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "#TF_UberchargeMinHUD"
"textAlignment" "center"
}
"ChargeLabelShadow"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabelShadow"
"font" "hp38blur"
"fgcolor" "0 0 0 150"
"xpos" "160"
"ypos" "50"
"zpos" "5"
"wide" "96"
"tall" "66"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "#TF_UberchargeMinHUD"
}
Yeah that worked, Thanks!