Hi, I wonder if anyone could help me:
1. Is there any way to get a Ubercharge percentage always on screen, even when switching to Needlegun/CC?
2. Is there any way to change the color of your Ubercharge bar according to the percentage of your uber? As in, be red at %0-%80 and then green on %81-%100?
Thanks.
1. Is there any way to get a Ubercharge percentage always on screen, even when switching to Needlegun/CC?
2. Is there any way to change the color of your Ubercharge bar according to the percentage of your uber? As in, be red at %0-%80 and then green on %81-%100?
Thanks.
sunnHi, I wonder if anyone could help me:
1. Is there any way to get a Ubercharge percentage always on screen, even when switching to Needlegun/CC?
2. Is there any way to change the color of your Ubercharge bar according to the percentage of your uber? As in, be red at %0-%80 and then green on %81-%100?
Thanks.
1. Nope
2. Nope
1. Is there any way to get a Ubercharge percentage always on screen, even when switching to Needlegun/CC?
2. Is there any way to change the color of your Ubercharge bar according to the percentage of your uber? As in, be red at %0-%80 and then green on %81-%100?
Thanks.[/quote]
1. Nope
2. Nope
sunnHi, I wonder if anyone could help me:
1. Is there any way to get a Ubercharge percentage always on screen, even when switching to Needlegun/CC?
2. Is there any way to change the color of your Ubercharge bar according to the percentage of your uber? As in, be red at %0-%80 and then green on %81-%100?
Thanks.
I have no idea about the first one, but for the second one, I think the closest you can get to that is having different colors for having and not having uber.
The Improved Default HUD shows the Ubercharge meter as white until you actually have, then it turns purple.
1. Is there any way to get a Ubercharge percentage always on screen, even when switching to Needlegun/CC?
2. Is there any way to change the color of your Ubercharge bar according to the percentage of your uber? As in, be red at %0-%80 and then green on %81-%100?
Thanks.[/quote]
I have no idea about the first one, but for the second one, I think the closest you can get to that is having different colors for having and not having uber.
[url=http://teamfortress.tv/thread/16751/improved-default-hud]The Improved Default HUD[/url] shows the Ubercharge meter as [url=http://imgur.com/a/lKTpY#8]white until you actually have[/url], then it turns [url=http://imgur.com/a/lKTpY#9]purple[/url].
I'm using eggHUD and I'd like to have it so that the server timer is always on in the corner instead of only showing up when I hold tab to see the scoreboard.
Wanting to add the map time left timer underneath the round timer on my hud, what res file do I edit to go about this?
LionxI'm using eggHUD and I'd like to have it so that the server timer is always on in the corner instead of only showing up when I hold tab to see the scoreboard.
tf_hud_show_servertimelimit 1 in console/autoexec
tf_hud_show_servertimelimit 1 in console/autoexec
can someone tell me how I change the color of the health icon? i've seen some people getting it completly white but I don't know how they do it.
Cubenityhttp://i.imgur.com/dwgTmS8.png
How do I remove shadows from ammo? I tried doing this in HudAmmoWeapons.res, but it doesn't work.
Hudanimations_tf probably
How do I remove shadows from ammo? I tried doing this in HudAmmoWeapons.res, but it doesn't work.[/quote]
Hudanimations_tf probably
_kayzer_can someone tell me how I change the color of the health icon? i've seen some people getting it completly white but I don't know how they do it.
It's a custom vtf, you'd be best to just copy it over from a HUD that already has one.
It's a custom vtf, you'd be best to just copy it over from a HUD that already has one.
_Kermit_kayzer_can someone tell me how I change the color of the health icon? i've seen some people getting it completly white but I don't know how they do it.
It's a custom vtf, you'd be best to just copy it over from a HUD that already has one.
Thanks man
It's a custom vtf, you'd be best to just copy it over from a HUD that already has one.[/quote]
Thanks man
Cubenityhttp://i.imgur.com/dwgTmS8.png
How do I remove shadows from ammo? I tried doing this in HudAmmoWeapons.res, but it doesn't work.
If you're setting the shadow's visible values to 0, that won't work. They show up regardless. Set all the shadow's xpos values to "9999" and that'll get rid of them.
How do I remove shadows from ammo? I tried doing this in HudAmmoWeapons.res, but it doesn't work.[/quote]
If you're setting the shadow's visible values to 0, that won't work. They show up regardless. Set all the shadow's xpos values to "9999" and that'll get rid of them.
EniereHi,
How can I change the cl_showfps font?
Thanks.
resource/sourcescheme.res
http://teamfortress.tv/thread/6326 (changes both net_graph and cl_showfps font)
How can I change the cl_showfps font?
Thanks.[/quote]
resource/sourcescheme.res
http://teamfortress.tv/thread/6326 (changes both net_graph and cl_showfps font)
f_blueresource/sourcescheme.res
http://teamfortress.tv/thread/6326 (changes both net_graph and cl_showfps font)
Thank you so much!
http://teamfortress.tv/thread/6326 (changes both net_graph and cl_showfps font)[/quote]
Thank you so much!
How do I go about making these buttons not have rounded corners?
http://i.gyazo.com/97fb4128a5e7fae3f5477bf6c66fa996.png
I've tried changing every instance of draw_corner_width and draw_corner_height I can find to 0, and it's changed everything I've wanted it to except for generic buttons like that. I've also looked around and changed a lot of vtfs, but nothing's worked yet.
[img]http://i.gyazo.com/97fb4128a5e7fae3f5477bf6c66fa996.png[/img]
I've tried changing every instance of draw_corner_width and draw_corner_height I can find to 0, and it's changed everything I've wanted it to except for generic buttons like that. I've also looked around and changed a lot of vtfs, but nothing's worked yet.
OrangecakeHow do I go about making these buttons not have rounded corners?
http://i.gyazo.com/97fb4128a5e7fae3f5477bf6c66fa996.png
I've tried changing every instance of draw_corner_width and draw_corner_height I can find to 0, and it's changed everything I've wanted it to except for generic buttons like that. I've also looked around and changed a lot of vtfs, but nothing's worked yet.
Trying setting "paintbackgroundtype" to "0", or set the "border" to "noborder" and give it some background colors instead.
[img]http://i.gyazo.com/97fb4128a5e7fae3f5477bf6c66fa996.png[/img]
I've tried changing every instance of draw_corner_width and draw_corner_height I can find to 0, and it's changed everything I've wanted it to except for generic buttons like that. I've also looked around and changed a lot of vtfs, but nothing's worked yet.[/quote]
Trying setting "paintbackgroundtype" to "0", or set the "border" to "noborder" and give it some background colors instead.
omniTrying setting "paintbackgroundtype" to "0", or set the "border" to "noborder" and give it some background colors instead.
None of the buttons I want to edit seem to have those options, and adding them does nothing to it.
Here's what I have for the details button:
backpackpanel.res"DetailsButton"
{
"ControlName" "CExButton"
"fieldName" "DetailsButton"
"xpos" "634"
"ypos" "340"
"zpos" "20"
"wide" "80"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "0"
"tabPosition" "0"
"labelText" "#BackpackShowDetails"
"font" "hudfontsmallbold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "showdetails"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
Trying setting "paintbackgroundtype" to "0", or set the "border" to "noborder" and give it some background colors instead.[/quote]
None of the buttons I want to edit seem to have those options, and adding them does nothing to it.
Here's what I have for the details button:
[quote=backpackpanel.res]
"DetailsButton"
{
"ControlName" "CExButton"
"fieldName" "DetailsButton"
"xpos" "634"
"ypos" "340"
"zpos" "20"
"wide" "80"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "0"
"tabPosition" "0"
"labelText" "#BackpackShowDetails"
"font" "hudfontsmallbold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "showdetails"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
[/quote]
FIXED
how do I get rid of the buffed health cross? I want my health to just to be green when over-healed.
http://pastebin.com/80PRSDQh
This is my Hudplayerhealth.res file. I've already tried deleting PlayerStatusHealthBonusImage and PlayerStatusHealthValue. nothing happens
Is this in another file?
Thanks
[s]how do I get rid of the buffed health cross? I want my health to just to be green when over-healed.
http://pastebin.com/80PRSDQh
This is my Hudplayerhealth.res file. I've already tried deleting PlayerStatusHealthBonusImage and PlayerStatusHealthValue. nothing happens
Is this in another file?
Thanks[/s][s][s][/s][/s]
http://i.imgur.com/6cz7ao5.jpg
What would I edit to increase the size of the panel for PlayerStatusHealthValueTargetID and its shadow? Trying to rework my TargetIDs to be a bit cleaner and I cannot figure out this part.
EDIT: nevermind Goat helped me, you need to edit SpectatorGUIHealth in TargetID.res
What would I edit to increase the size of the panel for PlayerStatusHealthValueTargetID and its shadow? Trying to rework my TargetIDs to be a bit cleaner and I cannot figure out this part.
EDIT: nevermind Goat helped me, you need to edit SpectatorGUIHealth in TargetID.res
I would like to change the font of the broesel blue health and ammo and change it to the font from yahud
broesel - http://a.fsdn.com/con/app/proj/broeselhud/screenshots/1.png
yahud - http://i.imgur.com/eDdrWQm.jpg
Thanks :)
broesel - http://a.fsdn.com/con/app/proj/broeselhud/screenshots/1.png
yahud - http://i.imgur.com/eDdrWQm.jpg
Thanks :)
Hey i have a question concerning broeselhud and its how to change the colour of the hit markers
and if i want it in white?
danke
http://imgur.com/GFLBdxL
and if i want it in white?
danke
Amp-tHey i have a question concerning broeselhud and its how to change the colour of the hit markers
Open resource/clientscheme. Look for "Damage Numbers". The first 3 numbers represent red, green, blue. RGB codes can be found here for example: http://www.rapidtables.com/web/color/RGB_Color.htm The 4th number is opacity, don't change it.
Open resource/clientscheme. Look for "Damage Numbers". The first 3 numbers represent red, green, blue. RGB codes can be found here for example: http://www.rapidtables.com/web/color/RGB_Color.htm The 4th number is opacity, don't change it.
Oh yeah one more question is how do you change the font of broeselhud if its possible
Amp-tHey i have a question concerning broeselhud and its how to change the colour of the hit markers
resource/ui/huddamageaccount
change Negative Color to 255 255 255 255
[/quote]
resource/ui/huddamageaccount
change Negative Color to 255 255 255 255
CoolMaxSUpremeHow to remove shadows
resource/ui/hudplayerhealth
look up for "PlayerStatusHealthValue", there should be string called "PlayerStatusHealthValueShadow" or something, change visible and enabled here to 0
if it's not going to work, change xpos and ypos to the same values as PlayerStatusHealthValue (string above)
[/quote]
resource/ui/hudplayerhealth
look up for "PlayerStatusHealthValue", there should be string called "PlayerStatusHealthValueShadow" or something, change visible and enabled here to 0
if it's not going to work, change xpos and ypos to the same values as PlayerStatusHealthValue (string above)
spammyCoolMaxSUpremeHow to remove shadowsresource/ui/hudplayerhealth
look up for "PlayerStatusHealthValue", there should be string called "PlayerStatusHealthValueShadow" or something, change visible and enabled here to 0
if it's not going to work, change xpos and ypos to the same values as PlayerStatusHealthValue (string above)
Don't set visible/enable to 0 because it won't do anything. Just change the xpos value to "9999"
[/quote]
resource/ui/hudplayerhealth
look up for "PlayerStatusHealthValue", there should be string called "PlayerStatusHealthValueShadow" or something, change visible and enabled here to 0
if it's not going to work, change xpos and ypos to the same values as PlayerStatusHealthValue (string above)[/quote]
Don't set visible/enable to 0 because it won't do anything. Just change the xpos value to "9999"