If you add this code i did up to your autoexec.cfg it will make your capslock key (or something else) toggle crouch on and off so that you don't have to keep the key held down.
The config assumes that you use ctrl to crouch, z to prone, shift to sprint, and that you want capslock to turn the crouch lock on and off.
If you change the key make sure you replace all capslock binds in the aliases. The other keys only appear once in their bind.
// Rebind capslock to turn crouch lock on and off
Bind "capslock" "+dOn";
alias "-dOn" "bind capslock +dOFF";
alias "-dOFF" "bind capslock +dOn";
alias "+dOn" "+duck";
alias "+dOFF" "-duck";
// Rebind control to cancel the crouch lock when released
bind "ctrl" "+duck2"
alias "+duck2" "+duck"
alias "-duck2" "-duck;bind capslock +dOn"
// Rebind z to cancel the crouch lock when pressed
bind "z" "+prone"
alias "+prone" "+alt1;-duck;bind capslock +dOn"
alias "-prone" "-alt1"
// Rebind shift to cancel the crouch lock when pressed
bind "SHIFT" "+sprint"
alias "+sprint" "+speed;-duck;bind capslock +dOn"
alias "-sprint" "-speed"
Suspicion active, was sprinting around no scoping everyone prior to demo then just ran around with pistol after I started, seems to be tracing through walls.
# 464 "Gannicus" [U:1:1847068838] 30:29 105 0 active
gannicus.dem
Hello Belcher, Hello Cannon,
thanks for your reply and I appreciate the effort. Strangely some weeks ago I could join the server and played on it but some days after access been blocked again, of course not using any vpn or other stuff. Really no idea what really happened.
My steam ID is 76561198037997651
Thanks for your reply, I appreciate you looked into it!
Kind regards Chris / Crucco
Question
Lafy BAR
If you add this code i did up to your autoexec.cfg it will make your capslock key (or something else) toggle crouch on and off so that you don't have to keep the key held down.
The config assumes that you use ctrl to crouch, z to prone, shift to sprint, and that you want capslock to turn the crouch lock on and off.
If you change the key make sure you replace all capslock binds in the aliases. The other keys only appear once in their bind.
3 answers to this question
Recommended Posts