Forum
Binding Default xhair
Created 14th June 2009 @ 08:45
Add A Reply Pages: 1
Is there a way to create a bind to the default xhair? I tried so hard but it doesn’t work…..
bind “F3” “cl_crosshairfile “” ” doesn’t work. Am i wrong? Maybe last update changed something. i don’t know.
if i bind any other crosshair (1-7), it works without problems. Does anyone know how to fix that?
i need to create xhair binds to change it on the fly.
Thx in advance and sorry for my english
Its because you cant have “” in a “”. You know what I mean? :P
Fixing works best this way:
Create a new .cfg-file with your notepad and name it, for example, defaultcross.cfg (name doesnt really matter but its easier to recognize afterwards).
In this .cfg-file you write:
cl_crosshair_file ""
Save to your team fortress 2/tf/cfg folder and close the window.
Now open your autoexec.cfg and add this line:
bind F3 "exec defaultcross"
Save and youre done ;)
Its because you cant have “” in a “”. You know what I mean? :P
Fixing works best this way:
Create a new .cfg-file with your notepad and name it, for example, defaultcross.cfg (name doesnt really matter but its easier to recognize afterwards).
In this .cfg-file you write:
cl_crosshair_file ""
Save to your team fortress 2/tf/cfg folder and close the window.
Now open your autoexec.cfg and add this line:
bind F3 "exec defaultcross"
Save and youre done ;)
yeah that’s the way. I was hoping in something easier. Btw thx
Add A Reply Pages: 1