Upvote Upvoted 1 Downvote Downvoted
Help editing HudItemEffectMeter
posted in Customization
1
#1
0 Frags +

.

.
2
#2
0 Frags +

To change color of A bar, add "fgcolor_override" "255 255 0 255" under "bgcolor_override" c:

To change color of A bar, add "fgcolor_override" "255 255 0 255" under "bgcolor_override" c:
3
#3
0 Frags +

.

.
4
#4
0 Frags +
SpannzerHergan5To change color of A bar, add "fgcolor_override" "255 255 0 255" under "bgcolor_override" c:Here's my HudItemEffectMeter.res file's contents:
"Resource/UI/HudItemEffectMeter.res"
{
HudItemEffectMeter
{
"fieldName" "HudItemEffectMeter"
"visible" "1"
"enabled" "1"
"xpos" "c-75"
"ypos" "c128"//c137
"wide" "500"
"tall" "500"

}

"ItemEffectMeterBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ItemEffectMeterBG"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "154"
"tall" "10"
"visible" "0"
"visible_minmode" "0"
"enabled" "1"
"image" "../hud/misc_ammo_area_horiz1_blue"
"scaleImage" "1"
"teambg_2" "../hud/misc_ammo_area_horiz1_red"
"teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
"teambg_3" "../hud/misc_ammo_area_horiz1_blue"
"teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
}

"ItemEffectMeterLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "150"
"tall" "8"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"

"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Ball"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "Cerbetica12"
"fgcolor_override" "150 150 150 255"
}

"ItemEffectMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ItemEffectMeter"
"font" "Default"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "150"
"tall" "8"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
"fgcolor_override" "255 255 0 255"
"bgcolor_override" "0 255 102 255"
}
}

It still won't work :s

Hmm... idk then, maybe ask rays on TFTV or on his stream?

[quote=Spannzer][quote=Hergan5]To change color of A bar, add "fgcolor_override" "255 255 0 255" under "bgcolor_override" c:[/quote]
Here's my HudItemEffectMeter.res file's contents:
"Resource/UI/HudItemEffectMeter.res"
{
HudItemEffectMeter
{
"fieldName" "HudItemEffectMeter"
"visible" "1"
"enabled" "1"
"xpos" "c-75"
"ypos" "c128"//c137
"wide" "500"
"tall" "500"


}

"ItemEffectMeterBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ItemEffectMeterBG"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "154"
"tall" "10"
"visible" "0"
"visible_minmode" "0"
"enabled" "1"
"image" "../hud/misc_ammo_area_horiz1_blue"
"scaleImage" "1"
"teambg_2" "../hud/misc_ammo_area_horiz1_red"
"teambg_2_lodef" "../hud/misc_ammo_area_red_lodef"
"teambg_3" "../hud/misc_ammo_area_horiz1_blue"
"teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef"
}

"ItemEffectMeterLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "150"
"tall" "8"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"

"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_Ball"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "Cerbetica12"
"fgcolor_override" "150 150 150 255"
}

"ItemEffectMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ItemEffectMeter"
"font" "Default"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "150"
"tall" "8"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Center"
"dulltext" "0"
"brighttext" "0"
[b]"fgcolor_override" "255 255 0 255"[/b]
"bgcolor_override" "0 255 102 255"
}
}

It still won't work :s[/quote]

Hmm... idk then, maybe ask rays on TFTV or on his stream?
5
#5
0 Frags +

.

.
6
#6
0 Frags +

Ok I'm not on my pc now but it's 12am but try adding a color definition in ClientScheme.res and using that to color it. Eg.

"BarYellow" "255 255 0 255"

So in fgcolor_override you would put BarYellow. Don't know if it works but wouldn't hurt trying. C:

Ok I'm not on my pc now but it's 12am but try adding a color definition in ClientScheme.res and using that to color it. Eg.

"BarYellow" "255 255 0 255"

So in fgcolor_override you would put BarYellow. Don't know if it works but wouldn't hurt trying. C:
7
#7
0 Frags +

.

.
8
#8
0 Frags +

.

.
9
#9
-2 Frags +

make sure hutitemeffectmter in hudlayout.res is the same width as your other huditemeffect meter.

make sure hutitemeffectmter in hudlayout.res is the same width as your other huditemeffect meter.
10
#10
huds.tf
2 Frags +
Tommymake sure hutitemeffectmter in hudlayout.res is the same width as your other huditemeffect meter.

I think you've misunderstood.

[quote=Tommy]make sure hutitemeffectmter in hudlayout.res is the same width as your other huditemeffect meter.[/quote]

I think you've misunderstood.
11
#11
0 Frags +

you can't change the color of the spy meter, nor any other meter, except for the demoman meter, and the ubercharge meter. trust me i've tried everything before. its always white, you can only change the under bar.

you can't change the color of the spy meter, nor any other meter, except for the demoman meter, and the ubercharge meter. trust me i've tried everything before. its always white, you can only change the under bar.
12
#12
0 Frags +

.

.
Please sign in through STEAM to post a comment.