Tips and Tricks Page
Required Setup Scripts
(for quake II)
set in_joystick 1
set joy_advanced 1
set joy_advaxisx 0
set joy_advaxisy 0
joy_advancedupdate
These commands disable the x and y axis of the joystick port. If they are not inserted, you will spin uncontrollably in a circle, which is very bad for your gaming experience. ;)
You can then bind to the joystick "buttons" to attach commands to the SideKick footswitches by using the names "joy1" and "joy2", like in the following examples:
(for quake)
(for quake II)
Remember
that if you are playing the first version of Quake (not
Quake II), you must run the Winquake executable or the
Quakeworld client to use these settings. The Dos
Quake.exe does not accept advanced joystick setup
options.
Play Methods
Scripts/ Configs
You can do this also, or you can choose not to do this and simply replace all the gimps with impulses.
Script 1- 2 pedal
alias +lfoot "gimp5;bind
joy2 gimp8"
alias -lfoot "bind
joy2 +rfoot"
alias +rfoot
"gimp7;bind joy1 gimp6"
alias -rfoot "bind
joy1 +lfoot"
Script 2- 4 pedal
alias +lfoot1 ""
alias -lfoot1
"gimp5"
alias +lfoot2
""
alias -lfoot2
"gimp6"
alias +rfoot1
""
alias -rfoot1
"gimp7"
alias +rfoot2
""
alias -rfoot2
"gimp8"
Script 3- 2 pedal
alias "+lfoot"
"gimp5"
alias
"-lfoot" "gimp6"
alias
"+rfoot" "gimp7"
alias
"-rfoot" "gimp8"
If you find a script setup that works well, mail it to us so we can post it here for others. Remeber that the switches can be used for ANYTHING in Quake or Quake2, so experiment with settings other than just weapon selection.