Hier mal das Standard-Script für die Wiimote+Classic Controller mit GlovePie.
Code:
//This is the setup for A,B,X,Y buttons on you're classic controller.
//After Key. You're write the Keyboard button you want Like...
// Key.Enter = wiimote1.classic.A
//it can also be a mouse button like...
//Mouse.LeftButton = WiiMote.Classic.A
key. = Wiimote1.Classic.a
Key. = Wiimote1.Classic.b
Key. = Wiimote1.Classic.x
Key. = Wiimote1.Classic.y
//This is the setup for Plus,Minus,Home buttons on youre classic controller.
//After Key. You're write the Keyboard button you want Like...
// Key.Esc = wiimote1.classic.Plus
//it can also be a mouse button like...
//Mouse.LeftButton = WiiMote.Classic.Plus
Key. = Wiimote1.Classic.plus
Key. = Wiimote1.Classic.Minus
Key. = Wiimote1.Classic.home
//This is the setup for Up,Down,Right,Left buttons on youre classic controller.
//After Key. You're write the Keyboard button you want Like...
// Key.W = wiimote1.classic.Up
//it can also be a mouse button like...
//Mouse.LeftButton = WiiMote.Classic.Up
Key. = Wiimote1.Classic.Up
Key. = Wiimote1.Classic.Down
key. = Wiimote1.Classic.Right
key. = Wiimote1.Classic.Left
//This is the setup for Rfull,Lfull,ZR,ZL buttons on you're classic controller.
//After Key. You're write the Keyboard button you want Like...
// Key.Enter = wiimote1.classic.RFull
//it can also be a mouse button like...
//Mouse.LeftButton = WiiMote.Classic.RFull
key. = Wiimote1.Classic.RFull
key. = Wiimote1.Classic.LFull
key. = Wiimote1.Classic.ZR
key. = Wiimote1.Classic.ZL
//this is the joy pad to you´re the left.
//just put the key you like to control like...
//Key.W = (wiimote.Classic.Joy1y <= -0.5)
//or
//key.Up = (wiimote.Classic.Joy1y <= -0.5)
//up
Key. = (Wiimote.Classic.joy1y <= -0.5)
//down
Key. = (Wiimote.Classic.joy1y >= 0.5)
//left
Key. = (Wiimote.Classic.joy1x <= -0.5)
//right
Key. = (Wiimote.Classic.joy1x >= 0.5)
//This is the joy pad to you're right.
//just put the key you like to control like...
//Key.W = (wiimote.Classic.Joy2y <= -0.5)
//or
//key.Up = (wiimote.Classic.Joy2y <= -0.5)
//up
Key. = (Wiimote.Classic.joy2y <= -0.5)
//down
Key. = (Wiimote.Classic.joy2y >= 0.5)
//left
Key. = (Wiimote.Classic.joy2x <= -0.5)
//right
Key. = (Wiimote.Classic.joy2x >= 0.5)
Benutze dieses Scipt für allerlei Spiele und funktioniert meistens tadellos.
Du musst links bei den "Key."s die entsprechenden Tasten der Tastatur eingeben z.b. "Key.A" oder "Key.Enter" 
Einen Standard-Script für Wiimote+Nunchuk habe ich nicht. Kannst aber mal hier nachschauen:
Klick und Klick.
Das letztere ist ein Thread mit über 40 Seiten voller Scripts. :eyebrows:
Lesezeichen