03 Sep 11, 07:47PM
Here is the on-the-fly logarithmic gamespeed adjuster GeneralDisarray made ages ago:
Like the others, change the keys to your liking.
Also, fill in the middle "if" argument with other commands that are active when you're connected.
[SELECT ALL] Code:
bind "LEFTBRACKET" [ if $connected [] [gamespeed_mulf 0.75] [] ]
bind "RIGHTBRACKET" [ if $connected [] [gamespeed 100] [] ]
bind "BACKSLASH" [if $connected [] [gamespeed_mulf 1.5]]
alias gamespeed_echo [ echo (concatword "1gamespeed is now 0" $gamespeed) ]
alias gamespeed_mulf [ gamespeed (*f $gamespeed $arg1); gamespeed_echo ]
Also, fill in the middle "if" argument with other commands that are active when you're connected.