Lots of new features.
Includes a rocket jump script for the Soldier, a music player, a new font for the developer console and more.
This commit is contained in:
@@ -3,6 +3,22 @@
|
||||
exec scripts/settings.cfg
|
||||
exec scripts/reset.cfg
|
||||
|
||||
// Spy Music
|
||||
// Plays "Right Behind You" on first class load.
|
||||
spy_music
|
||||
|
||||
|
||||
// Taunt
|
||||
// Automatically undisguises the spy before performing a taunt.
|
||||
// Note: most of the time, removing the disguise will not happen quickly
|
||||
// enough. If that is the case, you will be undisguised, but you will not
|
||||
// taunt. Therefore, always press G twice in a row to taunt.
|
||||
alias +spy_taunt "disguise 8 -2; disguise_remove_text; +taunt"
|
||||
alias -spy_taunt "-taunt"
|
||||
alias spy_taunt_on "bind G +spy_taunt"
|
||||
alias spy_taunt_off "bind G +taunt"
|
||||
SPY_TAUNT
|
||||
|
||||
// Disguises
|
||||
// Keys 5-9 are used to quickly disguise.
|
||||
alias key5 "disguise 4 -1; disguise_demoman_text" // Demoman
|
||||
|
||||
Reference in New Issue
Block a user