View Single Post
Old 09-27-2007, 11:11 AM   #32
rannibunny
You are a pirate!
 
rannibunny's Avatar
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
Yeah, zigzagging is what I called it in Quake ^^
Since I'm a lazy bum, I'm not into alternatingly pressing my strafe keys. Instead I hold one of the keys and hammer the other.

bind w +f
bind s +b
bind a +l
bind d +r

alias disco discard

alias fb "f; b"
alias lr "l; r"
alias f ""
alias b ""
alias l ""
alias r ""
alias +f "-back; +forward; disco; alias f +forward"
alias -f "-forward; alias f wait; fb"
alias +b "-forward; +back; disco; alias b +back"
alias -b "-back; alias b wait; fb"

alias +l "-moveright; +moveleft; disco; alias l +moveleft"
alias -l "-moveleft; alias l wait; lr"
alias +r "-moveleft; +moveright; disco; alias r +moveright"
alias -r "-moveright; alias r wait; lr"
rannibunny is offline   Reply With Quote