Upvote Upvoted 1 Downvote Downvoted
Crosshairs...
posted in Q/A Help
1
#1
0 Frags +

So i want like to use one cross hair from my hud but for only one class.... how do i do this but without affecting the other classes crosshairs?

Can you guys give me a step by step thing on how to this? Please:D

So i want like to use one cross hair from my hud but for only one class.... how do i do this but without affecting the other classes crosshairs?

Can you guys give me a step by step thing on how to this? Please:D
2
#2
0 Frags +

You can write on the Scout's cfg file the crosshair you want and on the other 8 classes, the other crosshair you want. I can't help you with more detailed information because I'm not near my PC right now.

You can write on the Scout's cfg file the crosshair you want and on the other 8 classes, the other crosshair you want. I can't help you with more detailed information because I'm not near my PC right now.
3
#3
0 Frags +

enable on cl_hud_minmode 1/0
then toggle when you switch classes

enable on cl_hud_minmode 1/0
then toggle when you switch classes
4
#4
1 Frags +

If it's a part of the hud, you should be able to find it in your Steam\steamapps\<username>\team fortress 2\tf\scripts\hudlayout.res file. To do what #3 said, I believe you enter "visible = 0" and "visible_minmode = 1" in the crosshair entity.

Example:

"Crosshair"
{
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"xpos" "426"
"ypos" "75"
"zpos" "-5"
"wide" "2"
"tall" "160"
"visible_minmode" "1"
"visible" "0"

"enabled" "1"
"fillcolor" "255 255 255 255"
}

Then you have to enter "cl_hud_minmode 0" in every one of your class .cfg files except for the one you want it enabled for, type "cl_hud_minmode 1" in that .cfg file. These files can be found in Steam\steamapps\<username>\team fortress 2\tf\cfg. Setting your hud to minmode may change some things depending on your hud.

Btw, you can use simple text editors like notepad to edit all these files.

Hope that helps.

If it's a part of the hud, you should be able to find it in your [i]Steam\steamapps\<username>\team fortress 2\tf\scripts\hudlayout.res[/i] file. To do what #3 said, I believe you enter [b]"visible = 0"[/b] and [b]"visible_minmode = 1"[/b] in the crosshair entity.

Example:
[quote]
"Crosshair"
{
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"xpos" "426"
"ypos" "75"
"zpos" "-5"
"wide" "2"
"tall" "160"[b]
"visible_minmode" "1"
"visible" "0"[/b]
"enabled" "1"
"fillcolor" "255 255 255 255"
}
[/quote]
Then you have to enter "cl_hud_minmode 0" in every one of your class .cfg files except for the one you want it enabled for, type "cl_hud_minmode 1" in that .cfg file. These files can be found in [i]Steam\steamapps\<username>\team fortress 2\tf\cfg[/i]. Setting your hud to minmode may change some things depending on your hud.

Btw, you can use simple text editors like notepad to edit all these files.

Hope that helps.
Please sign in through STEAM to post a comment.