Difference between revisions of "Emergency brakes bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Emergency Brakes)
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Emergency Brakes==
+
'''Emergency Brakes''' cause one's ship to stop much more quickly than normal braking methods. This bind allows one to toggle his emergency brakes on and off.  Note that this bind only functions well with FA on.
Code:
+
 
 +
==Code==
 
  alias +ebrake "+Decelerate ; +Brakes "
 
  alias +ebrake "+Decelerate ; +Brakes "
 
  alias -ebrake "+Decelerate 0 ; +Brakes 0 "
 
  alias -ebrake "+Decelerate 0 ; +Brakes 0 "
  
 +
==Aliases==
 
Bind these commands to the keys of your choice:
 
Bind these commands to the keys of your choice:
{| 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>+ebrake|| <small>Enables emergency brakes while held down.
+
| +ebrake
 +
| Enables emergency brakes while held down.
 
|}
 
|}
  
===Credit===
+
==Credit==
 
Originally by Arolte, modified to work as a held key instead of a toggle by Eldrad
 
Originally by Arolte, modified to work as a held key instead of a toggle by Eldrad
 +
[[Category:Binds]]

Latest revision as of 23:32, 5 February 2006

Emergency Brakes cause one's ship to stop much more quickly than normal braking methods. This bind allows one to toggle his emergency brakes on and off. Note that this bind only functions well with FA on.

Code

alias +ebrake "+Decelerate ; +Brakes "
alias -ebrake "+Decelerate 0 ; +Brakes 0 "

Aliases

Bind these commands to the keys of your choice:

Command Description
+ebrake Enables emergency brakes while held down.

Credit

Originally by Arolte, modified to work as a held key instead of a toggle by Eldrad