Changes

Key ramping bind

420 bytes added, 15:47, 1 June 2010
/* Code */
When using keyboard controls (with ''Mouselook Mode'' off), this bind allows the key inputs to "ramp up" over a short period. This basically means that, say, if you're using your right arrow to turn right, you will turn faster the longer you hold the key down. Some people report that "key ramping" makes it easier to play with a keyboard, some people say it doesn't. If you're a keyboard-only user, it's worth trying.
 
==Code==
alias kvrkey "kvr0"
alias krv1 kvr1 "set doKeyRamp 0 ; alias kvrkey kvr0 ; echo 'Key ramping disabled'"
alias kvr0 "set doKeyRamp 1 ; alias kvrkey kvr1 ; echo 'Key ramping enabled'"
37
edits