Modify the rocket jump's behavior

This commit is contained in:
Lyrositor
2014-02-23 09:20:01 +01:00
parent cca4bb569e
commit 4282644037
7 changed files with 64 additions and 50 deletions

View File

@@ -12,6 +12,9 @@ soldier_music
// doesn't use any wait commands, but it still provides a decent jump.
alias +rocket_jump "+jump; +duck; +attack"
alias -rocket_jump "-jump; -duck; -attack"
alias rocket_on "bind MOUSE3 +rocket_jump"
alias rocket_off "bind MOUSE3 +attack3"
alias rj_on "bind MOUSE2 +rocket_jump; rocket_jump_on_text; alias toggle_rj rj_off"
alias rj_off "bind MOUSE2 +attack2; rocket_jump_off_text; alias toggle_rj rj_on"
alias toggle_rj rj_on
alias rocket_on "bind R toggle_rj; cl_autoreload 1; rj_off"
alias rocket_off "bind R +reload"
SOLDIER_ROCKET_JUMP