Turn binds
Turn binds
How do I use them? What keys should I bind?
Re: Turn binds
Bind (key) +left
or
Bind (key) +right
I have mine set to pushing down the scroll wheel so for me it's "Bind mouse3 +left"
you can change the speed you rotate with your turnbind using cl_yawspeed
that's about it
or
Bind (key) +right
I have mine set to pushing down the scroll wheel so for me it's "Bind mouse3 +left"
you can change the speed you rotate with your turnbind using cl_yawspeed
that's about it
-
- Posts: 16
- Joined: Sat Aug 15, 2015 5:53 pm
Re: Turn binds
This is how i have them setup.
Surf.cfg //in Steam\steamapps\common\Team Fortress 2\tf\cfg
-------------------------------------
alias "+turn_right" "+right"
alias "-turn_right" "-right"
bind MOUSE2 +turn_right //turn right bound to mouse2
alias "+turn_left" "+left"
alias "-turn_left" "-left"
bind MOUSE1 +turn_left //turn left bound to mouse1
bind MOUSE4 "sm_tl" //teleport to saveloc
bind MOUSE5 "sm_sl" //make a saveloc
bind o "sm_teleport" //restart stage/map
r_drawviewmodel 0 //hide viewmodels
cl_yawspeed 130 //change how fast you turn with binds (lower = slower)
-------------------------------------
autoexec.cfg //in Steam\steamapps\common\Team Fortress 2\tf\cfg
------------------------------------
bind "RCTRL" "exec Surf" //when you press RCTRL you will have turnbinds on + the other stuff
------------------------------------
This way you don't have to rebind/unbind mouse1 & mouse2. When you join surf server just press RCTRL and you will have turnbinds and if you join "normal" tf2 server
DO NOT press RCTRL and you will have +attack1 & +attack2 bound to keys in your config.cfg or <class>.cfg (mouse1 & mouse2 guessing
)
Surf.cfg //in Steam\steamapps\common\Team Fortress 2\tf\cfg
-------------------------------------
alias "+turn_right" "+right"
alias "-turn_right" "-right"
bind MOUSE2 +turn_right //turn right bound to mouse2
alias "+turn_left" "+left"
alias "-turn_left" "-left"
bind MOUSE1 +turn_left //turn left bound to mouse1
bind MOUSE4 "sm_tl" //teleport to saveloc
bind MOUSE5 "sm_sl" //make a saveloc
bind o "sm_teleport" //restart stage/map
r_drawviewmodel 0 //hide viewmodels
cl_yawspeed 130 //change how fast you turn with binds (lower = slower)
-------------------------------------
autoexec.cfg //in Steam\steamapps\common\Team Fortress 2\tf\cfg
------------------------------------
bind "RCTRL" "exec Surf" //when you press RCTRL you will have turnbinds on + the other stuff
------------------------------------
This way you don't have to rebind/unbind mouse1 & mouse2. When you join surf server just press RCTRL and you will have turnbinds and if you join "normal" tf2 server
DO NOT press RCTRL and you will have +attack1 & +attack2 bound to keys in your config.cfg or <class>.cfg (mouse1 & mouse2 guessing

Re: Turn binds
Thanks, I'll try that script.