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

http://i.imgur.com/eGvB1pt.jpg

I've been able to customise area B but I can't change area A at all. After receiving advice from Omni I tried fiddling with my hudlayout.res to no avail. Please can someone help me, I'd like area A to be this RGBA colour: "255 255 0 255". Thanks to those who've tried to help me in the past, it's a shame Mangachu's hud edit request thread has apparently died.

[img]http://i.imgur.com/eGvB1pt.jpg[/img]
I've been able to customise area B but I can't change area A at all. After receiving advice from Omni I tried fiddling with my hudlayout.res to no avail. Please can someone help me, I'd like area A to be this RGBA colour: "255 255 0 255". Thanks to those who've tried to help me in the past, it's a shame Mangachu's hud edit request thread has apparently died.
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 +
Hergan5To 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

[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
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 +
Hergan5SpannzerHergan5-snip-
Hmm... idk then, maybe ask rays on TFTV or on his stream?

I feel I shouldn't be spamming any more than I have been asking for help like this.

[quote=Hergan5][quote=Spannzer][quote=Hergan5]-snip-[/quote]

Hmm... idk then, maybe ask rays on TFTV or on his stream?[/quote]
[/quote]I feel I shouldn't be spamming any more than I have been asking for help like this.
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 +
FwishyOk 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:

Nope, didn't work. ._. but thanks

[quote=Fwishy]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:[/quote]
Nope, didn't work. ._. but thanks
8
#8
0 Frags +

Still looking for help, sorry for the bump.

Still looking for help, sorry for the bump.
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 +
harvestyou 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.

Well in that case can anyone help me add a 2 pixel wide black border to the bar then?

[quote=harvest]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.[/quote]
Well in that case can anyone help me add a 2 pixel wide black border to the bar then?
Please sign in through STEAM to post a comment.