so i really like langes hud that he has link on his stream and his config but the only problems i have is with the health cross that's there and the cross he has is a white cross and its apart of the HUD. and i would love to know how to make it smaller if possible and get rid of the health cross too please. i am not to good with hud editing so if someone would help it would be much appreciated
here is a link to the hud :http://www.twitch.tv/langeh
its under my stuff and here are some images
http://puu.sh/1hNU7
http://puu.sh/1hNUg
as you can see the health cross i want to get rid of
and make the cross smaller
if it to much explain here you can add me
so i really like langes hud that he has link on his stream and his config but the only problems i have is with the health cross that's there and the cross he has is a white cross and its apart of the HUD. and i would love to know how to make it smaller if possible and get rid of the health cross too please. i am not to good with hud editing so if someone would help it would be much appreciated
here is a link to the hud :http://www.twitch.tv/langeh
its under my stuff and here are some images
http://puu.sh/1hNU7
http://puu.sh/1hNUg
as you can see the health cross i want to get rid of
and make the cross smaller
if it to much explain here you can add me
if you want to change the size of the crosshair:
- navigate to your scripts folder, which is found inside of team fortress 2\tf\
- open up hudlayout.res with notepad (or any text editor)
- under the section for CrossHairNormal, you can see the font used for this element of the hud is "CrossHairNormal". if you want to change the size of the crosshair, all you have to do is modify that font. to do this, open up ClientScheme.res (found inside of your resource folder). search for "CrossHairNormal". you should see this:
"CrossHairNormal"
{
"1"
{
"name" "Symbol"
"tall" "32"
"weight" "0"
"additive" "0"
"outline" "1"
}
}
change the value for "tall" to your liking. you will need to restart tf2 for the changes to take effect. after you have it to the right size, you can move it to the center by changing the "xpos" and "ypos" values under CrossHairNormal in hudlayout.res.
if you want to change the size of the crosshair:
- navigate to your scripts folder, which is found inside of team fortress 2\tf\
- open up hudlayout.res with notepad (or any text editor)
- under the section for CrossHairNormal, you can see the font used for this element of the hud is "CrossHairNormal". if you want to change the size of the crosshair, all you have to do is modify that font. to do this, open up ClientScheme.res (found inside of your resource folder). search for "CrossHairNormal". you should see this:
[code]"CrossHairNormal"
{
"1"
{
"name" "Symbol"
"tall" "32"
"weight" "0"
"additive" "0"
"outline" "1"
}
}[/code]
change the value for "tall" to your liking. you will need to restart tf2 for the changes to take effect. after you have it to the right size, you can move it to the center by changing the "xpos" and "ypos" values under CrossHairNormal in hudlayout.res.
and the only
way to center is to mess with it?
and the only
way to center is to mess with it?
and lansky thank you so much for your help i very much appreciated it
and lansky thank you so much for your help i very much appreciated it
Anarchyand the only
way to center is to mess with it?
yup, it shouldn't take you very long though. remember that you can type hud_reloadscheme in console to refresh your hud after you've made a change.
[quote=Anarchy]and the only
way to center is to mess with it?[/quote]
yup, it shouldn't take you very long though. remember that you can type hud_reloadscheme in console to refresh your hud after you've made a change.
sweet again thanks now i need to get rid of the health cross and i am good
sweet again thanks now i need to get rid of the health cross and i am good