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
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)
i don't really understand can you explain it a bit more?
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"
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"
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?
also my secondary as a the default but in a different color?
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.
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.
Geknaiirbenefitwill that work if i only want the default crosshair on my primary weapon?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.
also my secondary as a the default but in a different color?
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
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
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 ""
[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 ""