yes all i have to say is yes
Account Details | |
---|---|
SteamID64 | 76561198089094470 |
SteamID3 | [U:1:128828742] |
SteamID32 | STEAM_0:0:64414371 |
Country | United States |
Signed Up | July 24, 2013 |
Last Posted | June 23, 2014 at 9:04 PM |
Posts | 10 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 1.50 |
Windows Sensitivity | |
Raw Input | 0 |
DPI |
1600 |
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | Razer Mamba |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Nice frags. Are the transitions from Microsoft PowerPoint?
Not sure if you still need to get it working but this should fix it.
event DamagedPlayer
{
Animate KonrWings FgColor "255 0 0 120" Linear 0.0 0.0
Animate KonrWings FgColor "255 255 255 120" Linear 0.15 0.0
}
Don't forget that hud animations file in your scripts folder handles most animations for low ammo/health. I'm not sure if it handles the spectator ones though.
ZimmyNot sure if you changed the value, but the fgcolor in your pastebin was 255 255 255 255. Thats white.
Yea I changed the value to solid red just to test it and only the bgcolor_override changed anything in my hud.
ZimmyGet rid of all the "Meter_" things and "fgcolor" and "bgcolor" as well. the only two entries you should have pertaining to the meter's color is "fgcolor_override" and "bgcolor_override".
Ok I did as you said and it worked, but only for the meter background. The top still remains white.
elementCan you post an example of one of your files in a pastebin or something?
It's BXHUD and this is the file with nothing changed http://pastebin.com/ievgzbuw
I've messed with every override and bg/fgcolor and nothing happened.
ZimmyHere's an entry from my HUD. All you need to do is change the "fgcolor_override" and "bgcolor_override" values to your desired color.
"ItemEffectMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ItemEffectMeter"
"font" "Default"
"xpos" "31"
"ypos" "52"
"zpos" "2"
"wide" "86"
"tall" "8"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
"bgcolor_override" "46 43 42 135"
"fgcolor_override" "White"
}
Hmm I'll try editing with something similar and let you know.
elementMake sure the color you enter into each field is in the RGBA format (4 numbers), instead of the RGB format (3 numbers). i.e. "255 255 255 255" for white or "255 0 0 255" for red.
Yes I've made sure to put a full color including the transparency at the end. Still nothing.
Ok so I was messing with my HUD and decided it would be cool to change the look/color of my cloak/scout/jarate meters. I went into the correct file and edited the rgb parameters of bgcolor, fgcolor, and the overrides and nothing seemed to happen. So now I'm stuck and wondering what I should do, because no matter what I've tried I can't seem to edit the color. Any help appreciated. Thanks in advance.