Maus_SchamusIs there a way to make the ChargeMeters fill upwards? Hide the original and make a new one, format the original, anything at all?
To answer my question: no.
I looked through the game code, and the ProgressDirection is hardcoded to face east. No way to change it. I tried the SetString method present within the hudanimations, but I just don't think there's a way to set the protected variable m_iProgressDirection, even it the SetString could by oversight set non-string variables. And I do not know of any other options to influence the variable.
TLDR: ChargeMeter and ItemEffectMeters can only fill eastward.