Changes

Key ramping bind

228 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'"
==Aliases==
Bind these commands to the keys of your choice:<br>
{| style="border:2px solid grey;" cellspacing=0|- ! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;1" | <small>Description
|-
! Command! Description| style="border-right:1px solid grey;" | <small>kvrkey|| <small>Enables/disables key ramping.
|}
==Credit==
Created by simondearsly. Rewritten by Roguelazer.
 
[[Category:Binds]]
37
edits