Coop package for macbook's
#6
Here is the on-the-fly logarithmic gamespeed adjuster GeneralDisarray made ages ago:
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 ]
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.
Thanks given by:


Messages In This Thread
Coop package for macbook's - by Vlad - 02 Sep 11, 08:42PM
RE: Coop package for macbook's - by Lantry - 03 Sep 11, 08:20AM
RE: Coop package for macbook's - by Vlad - 03 Sep 11, 02:26PM
RE: Coop package for macbook's - by Lantry - 03 Sep 11, 05:43PM
RE: Coop package for macbook's - by #M|A#Wolf - 03 Sep 11, 07:12PM
RE: Coop package for macbook's - by V-Man - 03 Sep 11, 07:47PM