GlovePIE:SidePIE
From WiiLi
/**********************************************************
* SidePIE *
* ----------- *
* Created by Patrick Kennedy *
* <Hawk.McKain@gmail.com> *
* Last Modified Feb. 3rd, 2008 *
**********************************************************
* Released under GNU License v3 *
**********************************************************
* * About *
* *********************
* A Two Player Horizontal button map script.
* Verified to work in CyberDogs and should work in any
* games that let you map your own keys.
*
**********************************************************
* * Requirements *
* ****************************
*
* While you can adjust the keys yourself, this script
* works best with games with custom bindings.
*
*/
// Adjust these for menu control.
Enter = Wiimote1.B or Wiimote2.B
Escape = Wiimote1.Plus or Wiimote2.Plus
Backspace = Wiimote1.Minus or Wiimote2.Minus
Up = Wiimote1.Right
Down = Wiimote1.Left
Left = Wiimote1.Up
Right = Wiimote1.Down
Z = Wiimote1.One
X = Wiimote1.Two
C = Wiimote1.A
Wiimote1.Led1 = True
if Wiimote2.Home
Up = Wiimote2.Right
Down = Wiimote2.Left
L0eft = Wiimote2.Up
Right = Wiimote2.Down
else
Numpad8 = Wiimote2.Right
Numpad2 = Wiimote2.Left
Numpad4 = Wiimote2.Up
Numpad6 = Wiimote2.Down
endif
A = Wiimote2.One
S = Wiimote2.Two
D = Wiimote2.A
Wiimote2.Led2 = True

