i can't find a way to change the foreground color of any of the meters in tf2. examples are the meters for the spy's cloak, sandman, and bonk. by default the color is white, but changing either the field MeterFG or using fgcolor or fgcolor_override in any of the related hud elements doesn't seem to work
the files for these meters are prefaced with HudItemEffectMeter, and the two elements that control the meters are HudItemEffectMeter and ItemEffectMeter
anyone know a way to change this? if anyone finds a way i'll give them a couple hats and whatever metal i have
i can't find a way to change the foreground color of any of the meters in tf2. examples are the meters for the spy's cloak, sandman, and bonk. by default the color is white, but changing either the field MeterFG or using fgcolor or fgcolor_override in any of the related hud elements doesn't seem to work
the files for these meters are prefaced with HudItemEffectMeter, and the two elements that control the meters are HudItemEffectMeter and ItemEffectMeter
anyone know a way to change this? if anyone finds a way i'll give them a couple hats and whatever metal i have
How about adding a transparent solid color bar over the recharge bar so that it looks like a different color as it fills up?
How about adding a transparent solid color bar over the recharge bar so that it looks like a different color as it fills up?
I don't understand why fgcolor_override effects the medic charge bar, but wont effect itemeffectmeters
yet bgcolor_override works
I don't understand why fgcolor_override effects the medic charge bar, but wont effect itemeffectmeters
yet bgcolor_override works
First thing's first.
Go fuck yourself.
First thing's first.
Go fuck yourself.
what #2 said
if you want just the white part changed, you can try putting a panel in front and a panel behind the itemeffectmeter, and adjusting their rgba values such that when nothing is charging, the bar is grey, and then when you charge, the white part gets the color of the top panel
what #2 said
if you want just the white part changed, you can try putting a panel in front and a panel behind the itemeffectmeter, and adjusting their rgba values such that when nothing is charging, the bar is grey, and then when you charge, the white part gets the color of the top panel