1
Quake / Re: walking alias help 
on June 14, 2013, 10:05:15 AM by ppoint432
+speed isn't a toggle command, you hold it down so you start walking
If you want to toggle it, you can change the cl_run variable, something like
alias walkon "cl_run 0; bind space walkoff; echo Walking speed"
alias walkoff "cl_run 1; bind space walkon; echo Running speed"
bind space walkon
I believe that you'll still make a noise if you strafe+forward/back or if you turn your mouse too fast, +speed or cl_run 0 otherwise. Maybe you have to mess around with cl_forwardspeed/cl_sidespeed/etc or just avoid those movements altogether?
If you want to toggle it, you can change the cl_run variable, something like
alias walkon "cl_run 0; bind space walkoff; echo Walking speed"
alias walkoff "cl_run 1; bind space walkon; echo Running speed"
bind space walkon
I believe that you'll still make a noise if you strafe+forward/back or if you turn your mouse too fast, +speed or cl_run 0 otherwise. Maybe you have to mess around with cl_forwardspeed/cl_sidespeed/etc or just avoid those movements altogether?