Inertial dampening bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
Line 13: Line 13:
==Aliases==
==Aliases==
Bind these commands to the keys of your choice:<br>
Bind these commands to the keys of your choice:<br>
{| style="border:2px solid grey;" cellspacing=0
{| border="1"
|-  
|-  
! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;" | <small>Description
! Command  
! Description
|-
|-
| style="border-right:1px solid grey;" | <small>crup|| <small>Decreases inertial dampening (increases control response)
| crup
| Decreases inertial dampening (increases control response)
|-
|-
| style="border-right:1px solid grey;" | <small>crdn|| <small>Increases inertial dampening (increases control response)
| crdn
|Increases inertial dampening (increases control response)
|}
|}


==Credit==
==Credit==
Originally by Arolte/Khral, but highly modified and enhanced by Roguelazer.
Originally by Arolte/Khral, but highly modified and enhanced by Roguelazer.

Revision as of 01:20, 5 March 2005

Code

alias cr-4 "set controlresponse 2.00; alias crup cr4; alias crdn cr-3; echo '200%'"
alias cr-3 "set controlresponse 1.50; alias crup cr-4; alias crdn cr-2; echo '150%'"
alias cr-2 "set controlresponse 1.40; alias crup cr-3; alias crdn cr-1; echo '140%'"
alias cr-1 "set controlresponse 1.25; alias crup cr-2; alias crdn cr0; echo '125%'"
alias cr0 "set controlresponse 1.00; alias crup cr-1; alias crdn cr1; echo '100%'"
alias cr1 "set controlresponse 0.75; alias crup cr0; alias crdn cr2; echo '75%'"
alias cr2 "set controlresponse 0.50; alias crup cr1; alias crdn cr3; echo '50%'"
alias cr3 "set controlresponse 0.25; alias crup cr2; alias crdn cr4; echo '25%'"
alias cr4 "set controlresponse 0.10; alias crup cr3; alias crdn cr-4; echo '10%'"
alias cr "cr0"

Aliases

Bind these commands to the keys of your choice:

Command Description
crup Decreases inertial dampening (increases control response)
crdn Increases inertial dampening (increases control response)

Credit

Originally by Arolte/Khral, but highly modified and enhanced by Roguelazer.