The goddamn Player Status Effect 'logos' don't move along the X Axis. I want to get it above the health. How do I do it?
[img]http://i.imgur.com/XizMB09.png[/img]
MightyThe goddamn Player Status Effect 'logos' don't move along the X Axis. I want to get it above the health. How do I do it?
http://i.imgur.com/XizMB09.png
the xpos is controlled by PlayerStatusHealthImage
[img]http://i.imgur.com/XizMB09.png[/img][/quote]
the xpos is controlled by PlayerStatusHealthImage
You also need to use the anchor method:
https://teamfortress.tv/thread/22722/vaccinator-resist-icon-fix
Basically make an element that is the position you want and then you pin the icon to that.
https://teamfortress.tv/thread/22722/vaccinator-resist-icon-fix
Basically make an element that is the position you want and then you pin the icon to that.
FireStarwYou also need to use the anchor method:
https://teamfortress.tv/thread/22722/vaccinator-resist-icon-fix
Basically make an element that is the position you want and then you pin the icon to that.
I really don't understand that at all. I put it in hudplayerhealth.res and it just made a blue vaccinator icon stay on my screen. Stopped trying after that.
But how exactly do you position using that?
Thanks, I got it. I was supposed to put it in hudmediccharge.res
https://teamfortress.tv/thread/22722/vaccinator-resist-icon-fix
Basically make an element that is the position you want and then you pin the icon to that.[/quote]
[s]I really don't understand that at all. I put it in hudplayerhealth.res and it just made a blue vaccinator icon stay on my screen. Stopped trying after that.
But how exactly do you position using that?[/s]
Thanks, I got it. I was supposed to put it in hudmediccharge.res
Can anybody post a general HUD checklist on changing up EVERYTHING starting with the stock HUD? I've done 90% of everything in Rays' tutorials, so right now I don't know where to go.
how to remove the overheal/buff cross?
http://i.imgur.com/oQBt8DJ.jpg
http://i.imgur.com/WfRfdEK.jpg
or make it smaller idk
[img]http://i.imgur.com/oQBt8DJ.jpg[/img]
[img]http://i.imgur.com/WfRfdEK.jpg[/img]
or make it smaller idk
monothow to remove the overheal/buff cross?
http://i.imgur.com/oQBt8DJ.jpg
http://i.imgur.com/WfRfdEK.jpg
or make it smaller idk
Go into hudplayerhealth.res, and adjust the wide/tall values of "PlayerStatusHealthBonusImage" to make it smaller.
To remove it, just set the Y Position to 9999
This also has the Low Health cross
[img]http://i.imgur.com/oQBt8DJ.jpg[/img]
[img]http://i.imgur.com/WfRfdEK.jpg[/img]
or make it smaller idk[/quote]
Go into hudplayerhealth.res, and adjust the wide/tall values of "PlayerStatusHealthBonusImage" to make it smaller.
To remove it, just set the Y Position to 9999
This also has the Low Health cross
Hey how could I make this blue bar (it changes red when on red team) gray?
http://i.imgur.com/X9x5Ii1.jpg
like this
the code in the hudplayerhealth currently looks like this
}
"TeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "TeamIndicator"
"xpos" "523"
"ypos" "385"
"zpos" "-6969"
"wide" "100"
"tall" "6"
"autoresize" "1"
"pinCorner" "0"
"visible" "0"
"enable" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"
"src_corner_height" "40"
"src_corner_width" "40"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
[img]http://i.imgur.com/X9x5Ii1.jpg[/img]
like this
[img]http://images.akamai.steamusercontent.com/ugc/38623030690105767/A3831955095E102C07B2C1C3D8B0EDAE024AB512/[/img]
the code in the hudplayerhealth currently looks like this
}
"TeamIndicator"
{
"ControlName" "CTFImagePanel"
"fieldName" "TeamIndicator"
"xpos" "523"
"ypos" "385"
"zpos" "-6969"
"wide" "100"
"tall" "6"
"autoresize" "1"
"pinCorner" "0"
"visible" "0"
"enable" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"
"src_corner_height" "40"
"src_corner_width" "40"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
"TeamIndicator"
{
"ControlName" "ImagePanel"
"fieldName" "TeamIndicator"
"xpos" "523"
"ypos" "385"
"zpos" "-6969"
"wide" "100"
"tall" "6"
"autoresize" "1"
"pinCorner" "0"
"visible" "0"
"enable" "1"
"fillcolor" "INSERT RGB VALUE HERE"
}
{
"ControlName" "ImagePanel"
"fieldName" "TeamIndicator"
"xpos" "523"
"ypos" "385"
"zpos" "-6969"
"wide" "100"
"tall" "6"
"autoresize" "1"
"pinCorner" "0"
"visible" "0"
"enable" "1"
"fillcolor" "INSERT RGB VALUE HERE"
} [/code]
how do i remove this ugly guy?
[img]http://i.imgur.com/rZjuHpH.jpg[/img]
How, if it's possible, do I get rid of this server control panel?
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo
deguCZhow do i remove this ugly guy?
http://i.imgur.com/rZjuHpH.jpg
tf/custom/my_custom_stuff/resource/ui/hudplayerclass.res
find "HudPlayerClass" and "PlayerStatusClassImage" and change their "visible" from "1" to "0"
[img]http://i.imgur.com/rZjuHpH.jpg[/img][/quote]
tf/custom/my_custom_stuff/resource/ui/hudplayerclass.res
find "HudPlayerClass" and "PlayerStatusClassImage" and change their "visible" from "1" to "0"
monotdeguCZhow do i remove this ugly guy?
http://i.imgur.com/rZjuHpH.jpg
tf/custom/my_custom_stuff/resource/ui/hudplayerclass.res
find "HudPlayerClass" and "PlayerStatusClassImage" and change their "visible" from "1" to "0"
thanks
[img]http://i.imgur.com/rZjuHpH.jpg[/img][/quote]
tf/custom/my_custom_stuff/resource/ui/hudplayerclass.res
find "HudPlayerClass" and "PlayerStatusClassImage" and change their "visible" from "1" to "0"[/quote]
thanks
How do you transfer Weapon Meters between HUDs?
Figured it out from Flame's HUD Guide.
Figured it out from Flame's HUD Guide.
Hey so i got this problem, i recently installed RaysHud because i wanted to customize a hud and since rays uploaded a bunch of tutorials i thought i should try and customize my own. Now the problem i got is that the font i want to install, does not look like it should ingame, after installing the font, the ammo/hp numbers and everything that changed, doesnt look like the old font, nor the new font, just some new random font, no idea where that is coming from.
So, this is how it looks like atm: http://imgur.com/eek2KOY (not supposed to look like that)
And this is the font i originally wanted to install: http://www.dafont.com/de/russo-one.font
I installed the font like rays explained it in his video, so if anyone got an idea how to fix/ what i could have done wrong or if the font might be "broken", let me know pls
So, this is how it looks like atm: http://imgur.com/eek2KOY (not supposed to look like that)
And this is the font i originally wanted to install: http://www.dafont.com/de/russo-one.font
I installed the font like rays explained it in his video, so if anyone got an idea how to fix/ what i could have done wrong or if the font might be "broken", let me know pls
StevokenivoHow, if it's possible, do I get rid of this server control panel?
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo
I'll make a version of the main menu that's got the server control panel removed. Expect it within a day or two. If you want it gone now go to mainmenuoverride.res and near the top is all the server stuff, it's quite clearly labelled, just delete all of it and save.
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo[/quote]
I'll make a version of the main menu that's got the server control panel removed. Expect it within a day or two. If you want it gone now go to mainmenuoverride.res and near the top is all the server stuff, it's quite clearly labelled, just delete all of it and save.
_KermitStevokenivoHow, if it's possible, do I get rid of this server control panel?
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo
I'll make a version of the main menu that's got the server control panel removed. Expect it within a day or two. If you want it gone now go to mainmenuoverride.res and near the top is all the server stuff, it's quite clearly labelled, just delete all of it and save.
Thanks a million :)
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo[/quote]
I'll make a version of the main menu that's got the server control panel removed. Expect it within a day or two. If you want it gone now go to mainmenuoverride.res and near the top is all the server stuff, it's quite clearly labelled, just delete all of it and save.[/quote]
Thanks a million :)
collycatworking on remaking the tf2 stuff
cross or no cross?
http://i.imgur.com/5TwP6Rd.png
http://i.imgur.com/G3XWakJ.png
i think it looks a lot better with no cross
edit: i guess you could make it an option either way right?
cross or no cross?
[img]http://i.imgur.com/5TwP6Rd.png[/img]
[img]http://i.imgur.com/G3XWakJ.png[/img][/quote]
i think it looks a lot better with no cross
edit: i guess you could make it an option either way right?
FireFeyne...Well, i cant tell you exactly where you did something wrong, but this is just the default font that appears when the given font couldnt be found ( is that english ? ). Im not sure if this indicates where the mistake could be, its just my personal experience that misstakes happened quite often when naming the fonts. I am not entirely sure, but i think you need to take the name that appears on top of the window when you open up the font in Windows, and not the filename.
If that doesnt work you need to w8 for a more experienced editor :(
//fuck german autocorrect
I rechecked and i did use the correct titel/name, thx anyways!
Well, i cant tell you exactly where you did something wrong, but this is just the default font that appears when the given font couldnt be found ( is that english ? ). Im not sure if this indicates where the mistake could be, its just my personal experience that misstakes happened quite often when naming the fonts. I am not entirely sure, but i think you need to take the name that appears on top of the window when you open up the font in Windows, and not the filename.
If that doesnt work you need to w8 for a more experienced editor :(
//fuck german autocorrect[/quote]
I rechecked and i did use the correct titel/name, thx anyways!
FeyneHey so i got this problem, i recently installed RaysHud because i wanted to customize a hud and since rays uploaded a bunch of tutorials i thought i should try and customize my own. Now the problem i got is that the font i want to install, does not look like it should ingame, after installing the font, the ammo/hp numbers and everything that changed, doesnt look like the old font, nor the new font, just some new random font, no idea where that is coming from.
So, this is how it looks like atm: http://imgur.com/eek2KOY (not supposed to look like that)
And this is the font i originally wanted to install: http://www.dafont.com/de/russo-one.font
I installed the font like rays explained it in his video, so if anyone got an idea how to fix/ what i could have done wrong or if the font might be "broken", let me know pls
if you are sure you installed everything correctly in the clientscheme, try installing the font to your system by right-clicking it and pressing "install"
So, this is how it looks like atm: http://imgur.com/eek2KOY (not supposed to look like that)
And this is the font i originally wanted to install: http://www.dafont.com/de/russo-one.font
I installed the font like rays explained it in his video, so if anyone got an idea how to fix/ what i could have done wrong or if the font might be "broken", let me know pls[/quote]
if you are sure you installed everything correctly in the clientscheme, try installing the font to your system by right-clicking it and pressing "install"
Can anybody tell me how to properly switch Charge Meters between HUDs?
I've been trying to figure this out for the last 4 Hours... But every single time I switch the charge meter on my HUD, something gets broken.
What I was doing was taking the hudlayout.res information on HudItemEffectMeter, HudDemomanCharge, HudBowCharge, along with HudFlameRocketCharge, and replacing the default hudlayout.res information. Then, I Copy Pasted the respective files for the meters, and replaces the fonts for the Labels that tell you which meter corresponds to what.
Basically, here's a list of the problems when I tried to import bwHUD's charge meters (The one that looks thebes w/ my HUD):
- Tide Turner/Shield Meter is on the Bottom Right hand corner of the screen
- Charge Meter for the Demoman's Stickybombs/Loose Cannon also showing up when I equip the Huntsman, and there ends up being 2 Meters
Most of the other issues were easy fixes, but these ones are getting me really pissed.
I've been trying to figure this out for the last 4 Hours... But every single time I switch the charge meter on my HUD, something gets broken.
What I was doing was taking the hudlayout.res information on HudItemEffectMeter, HudDemomanCharge, HudBowCharge, along with HudFlameRocketCharge, and replacing the default hudlayout.res information. Then, I Copy Pasted the respective files for the meters, and replaces the fonts for the Labels that tell you which meter corresponds to what.
Basically, here's a list of the problems when I tried to import bwHUD's charge meters (The one that looks thebes w/ my HUD):
- Tide Turner/Shield Meter is on the Bottom Right hand corner of the screen
- Charge Meter for the Demoman's Stickybombs/Loose Cannon also showing up when I equip the Huntsman, and there ends up being 2 Meters
Most of the other issues were easy fixes, but these ones are getting me really pissed.
I'd love to get an answer to this question, I'm quite fascinated about this.
Anyway my question is how do you get a gif or a image in the loading screen when joining a map similar to how colly had a cat moving it's head in QTCHUD or Pac-Man walking in SmugHUD?
Anyway my question is how do you get a gif or a image in the loading screen when joining a map similar to how colly had a cat moving it's head in QTCHUD or Pac-Man walking in SmugHUD?
MightyCan anybody tell me...
I'm not sure about this but its might depend on what HUD you taking the bars from.
I'm not sure about this but its might depend on what HUD you taking the bars from.
How do you move the f**king Demoman charge meter?
am talking about the one in huddemomanpipes.res
am talking about the one in huddemomanpipes.res
MightyHow do you move the f**king Demoman charge meter?
am talking about the one in huddemomanpipes.res
Also, how do you make the Health Number turn Red when its low and Blue when it's overhealed?
How do you change the color of the Ubercharge % when you don't have Uber and when you do have?
am talking about the one in huddemomanpipes.res[/quote]
Also, how do you make the Health Number turn Red when its low and Blue when it's overhealed?
How do you change the color of the Ubercharge % when you don't have Uber and when you do have?
Stevokenivo_KermitStevokenivoHow, if it's possible, do I get rid of this server control panel?
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo
I'll make a version of the main menu that's got the server control panel removed. Expect it within a day or two. If you want it gone now go to mainmenuoverride.res and near the top is all the server stuff, it's quite clearly labelled, just delete all of it and save.
Thanks a million :)
Added in a new menu without the control panel.
http://images.akamai.steamusercontent.com/ugc/514881763064599966/EB9E0A1057DA3AB9AE928E56D87475F6AD872BFF/
I have no use for it, but love the hud!
Thank you kindly,
Stevokenivo[/quote]
I'll make a version of the main menu that's got the server control panel removed. Expect it within a day or two. If you want it gone now go to mainmenuoverride.res and near the top is all the server stuff, it's quite clearly labelled, just delete all of it and save.[/quote]
Thanks a million :)[/quote]
Added in a new menu without the control panel.
how would I go about moving both of these currency panels to the bottom?
http://i.imgur.com/LEvOqxd.jpg
EDIT:
there's a currencystatuspanel and inworldcurrencypanel in hudmannvsmachinestatus.res
[img]http://i.imgur.com/LEvOqxd.jpg[/img]
EDIT:
there's a currencystatuspanel and inworldcurrencypanel in hudmannvsmachinestatus.res
MightyMightyHow do you move the f**king Demoman charge meter?
am talking about the one in huddemomanpipes.res
Also, how do you make the Health Number turn Red when its low and Blue when it's overhealed?
How do you change the color of the Ubercharge % when you don't have Uber and when you do have?
scripts\hudanimations_tf.txt for the colors and the demoman charge is in hudlayout.res (ctrl+f HudDemomanCharge)
am talking about the one in huddemomanpipes.res[/quote]
Also, how do you make the Health Number turn Red when its low and Blue when it's overhealed?
How do you change the color of the Ubercharge % when you don't have Uber and when you do have?[/quote]
scripts\hudanimations_tf.txt for the colors and the demoman charge is in hudlayout.res (ctrl+f HudDemomanCharge)
RawrsorMightyMightyHow do you move the f**king Demoman charge meter?
am talking about the one in huddemomanpipes.res
Also, how do you make the Health Number turn Red when its low and Blue when it's overhealed?
How do you change the color of the Ubercharge % when you don't have Uber and when you do have?
scripts\hudanimations_tf.txt for the colors and the demoman charge is in hudlayout.res (ctrl+f HudDemomanCharge)
Be careful with the meters in hudlayout.res It not only moves the meter, but also the stickybomb count. It is kind of pain to work with. I've had to edit almost all charge meters with every HUD I used.
am talking about the one in huddemomanpipes.res[/quote]
Also, how do you make the Health Number turn Red when its low and Blue when it's overhealed?
How do you change the color of the Ubercharge % when you don't have Uber and when you do have?[/quote]
scripts\hudanimations_tf.txt for the colors and the demoman charge is in hudlayout.res (ctrl+f HudDemomanCharge)[/quote]
Be careful with the meters in hudlayout.res It not only moves the meter, but also the stickybomb count. It is kind of pain to work with. I've had to edit almost all charge meters with every HUD I used.