Upvote Upvoted 1 Downvote Downvoted
defualt crosshair
posted in Q/A Help
1
#1
0 Frags +

i can't get the default crosshair to work with my crosshair switcher. ive tried putting cl_crosshair_file "" in my class configs but it does not work for some reason. im using Aron's crosshair switcher and ive heard that it doesn't work anymore? but i don't feel like downloading a new crosshair switcher because its just 1 little thing i want changed

i can't get the default crosshair to work with my crosshair switcher. ive tried putting cl_crosshair_file "" in my class configs but it does not work for some reason. im using Aron's crosshair switcher and ive heard that it doesn't work anymore? but i don't feel like downloading a new crosshair switcher because its just 1 little thing i want changed
2
#2
1 Frags +

you have to create another cfg (ie xhair) and put cl_crosshair_file "" in it, then in you crosshair switcher have w/e you want to have the default crosshair have exec xhair (or whatever you have it named as)

you have to create another cfg (ie xhair) and put cl_crosshair_file "" in it, then in you crosshair switcher have w/e you want to have the default crosshair have exec xhair (or whatever you have it named as)
3
#3
0 Frags +

i don't really understand can you explain it a bit more?

i don't really understand can you explain it a bit more?
4
#4
0 Frags +
benefiti don't really understand can you explain it a bit more?

Basically, you will make a new .cfg file, and put this: cl_crosshair_file "" in it. I named mine as crosshairdefault.cfg. Then, in the class .cfg that you want to use the default crosshairs for, you will put in "exec crosshairdefault"

[quote=benefit]i don't really understand can you explain it a bit more?[/quote]
Basically, you will make a new .cfg file, and put this: cl_crosshair_file "" in it. I named mine as crosshairdefault.cfg. Then, in the class .cfg that you want to use the default crosshairs for, you will put in "exec crosshairdefault"
5
#5
0 Frags +

will that work if i only want the default crosshair on my primary weapon?

also my secondary as a the default but in a different color?

will that work if i only want the default crosshair on my primary weapon?

also my secondary as a the default but in a different color?
6
#6
0 Frags +
benefitwill that work if i only want the default crosshair on my primary weapon?

also my secondary as a the default but in a different color?

execing the file with the default crosshair would be like a variable for cl_crosshairfile "". You can change the colors just like any other in game crosshair.

[quote=benefit]will that work if i only want the default crosshair on my primary weapon?

also my secondary as a the default but in a different color?[/quote]
execing the file with the default crosshair would be like a variable for cl_crosshairfile "". You can change the colors just like any other in game crosshair.
7
#7
0 Frags +
Geknaiirbenefitwill that work if i only want the default crosshair on my primary weapon?

also my secondary as a the default but in a different color?
execing the file with the default crosshair would be like a variable for cl_crosshairfile "". You can change the colors just like any other in game crosshair.

i meant for like my primary crosshair it can be like white for example but when i hit 2 for my secondary it could be like pink or something so i know which weapon i have out because i don't use viewmodels

[quote=Geknaiir][quote=benefit]will that work if i only want the default crosshair on my primary weapon?

also my secondary as a the default but in a different color?[/quote]
execing the file with the default crosshair would be like a variable for cl_crosshairfile "". You can change the colors just like any other in game crosshair.[/quote]

i meant for like my primary crosshair it can be like white for example but when i hit 2 for my secondary it could be like pink or something so i know which weapon i have out because i don't use viewmodels
8
#8
0 Frags +

Yeah you can do this:

bind "1" "slot1; exec defaultcrosshair.cfg; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255"
bind "2" "slot2; exec defaultcrosshair.cfg; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 255"
bind "3" "slot3; exec defaultcrosshair.cfg; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 0"

In this, defaultcrosshair.cfg would contain cl_crosshair_file ""

Yeah you can do this:
[quote]bind "1" "slot1; exec defaultcrosshair.cfg; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255"
bind "2" "slot2; exec defaultcrosshair.cfg; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 255"
bind "3" "slot3; exec defaultcrosshair.cfg; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 0"
[/quote]
In this, defaultcrosshair.cfg would contain cl_crosshair_file ""
9
#9
0 Frags +

woops disregard i accidentally posted

woops disregard i accidentally posted
10
#10
0 Frags +

alright thanks ill try this out when im not busy

alright thanks ill try this out when im not busy
Please sign in through STEAM to post a comment.