How to connenct Wii-Classic-Controller to your PC (WinXP)

27.12.2009
Ok all you need to download is PPjoy and GlovePie. Link for better video Quality: http://www.youtube.com/watch?v=-8Yb2f... This links belong to the site www.mdfilms.de but I took them because its easier to download them there! GlovePie: http://www.mdfilms2.de/download/GlovePIE029.zip PPjoy: http://www.softplatz.com/Soft/Games/Tools-Editors/PPJoy.html The GlovePie script which I originally got from: http://wiimote.vkapadia.com/User:Fat_... Here is the Code! Copy it COMPLETELY and put it into GlovePIE (Shift + Insert) // Receiving Updates var.dummy = Wiimote.RawForceX if Wiimote.Classic.a then var.A = "A" else var.A = "" if Wiimote.Classic.b then var.B = "B" else var.B = "" if Wiimote.Classic.x then var.X = "X" else var.X = "" if Wiimote.Classic.y then var.Y = "Y" else var.Y = "" if Wiimote.Classic.Minus then var.Minus = "-" else var.Minus = "" if Wiimote.Classic.Home then var.Home = "H" else var.Home = "" if Wiimote.Classic.Plus then var.Plus = "+" else var.Plus = "" if Wiimote.Classic.Up then var.DPadY = "Up" elseif Wiimote.Classic.Down then var.DPadY = "Down" else var.DPadY = "" if Wiimote.Classic.Left then var.DPadX = "Left" elseif Wiimote.Classic.Right then var.DPadX = "Right" else var.DPadX = "" if Wiimote.Classic.LFull then var.LF = " (fully depressed)" else var.LF = "" if Wiimote.Classic.RFull then var.RF = " (fully depressed)" else var.RF = "" if Wiimote.Classic.ZL then var.LZ = "pressed" else var.LZ = "not pressed" if Wiimote.Classic.ZR then var.RZ = "pressed" else var.RZ = "not pressed" debug = "Buttons: "+var.A+var.B+var.X+var.Y+var.Minus+var. Home+var.Plus+"; D-Pad: "+var.DPadY+var.DPadX+"; L:"+Wiimote.Classic.L+var.LF+", ZL: "+var.LZ+", R:"+Wiimote.Classic.R+var.RF+", ZR: "+var.RZ+"; Left Joystick: X = "+Wiimote.Classic.RawJoy1X+", Y = "+Wiimote.Classic.RawJoy1Y+", Right Joystick: X = "+Wiimote.Classic.RawJoy2X+", Y = "+Wiimote.Classic.RawJoy2Y /* ---BUTTON MAPPING to PPJoy 1-- Configuration: 6 Axes (no, not the PS3 controller) 1: X - Analog 0 2: Y - Analog 1 3: Z - Analog 4 4: Z Rotation - Analog 3 5: Slider - Analog 2 6: Throttle - Analog 5 1 POV Hat: North: Digital 0 West: Digital 1 East: Digital 2 South: Digital 3 11 Buttons: Digital 4 - Digital 14 Controller mapping: See picture linked at: http://wiimote.vkapadia.com/User:Fat_... */ PPJoy1.Analog0 = Wiimote.Classic.RawJoy1X PPJoy1.Analog1 = Wiimote.Classic.RawJoy1Y PPJoy1.Analog3 = Wiimote.Classic.RawJoy2X PPJoy1.Analog4 = Wiimote.Classic.RawJoy2Y PPJoy1.Analog2 = Wiimote.Classic.L PPJoy1.Analog5 = Wiimote.Classic.R PPJoy1.Digital0 = Wiimote.Classic.Up PPJoy1.Digital1 = Wiimote.Classic.Left PPJoy1.Digital2 = Wiimote.Classic.Right PPJoy1.Digital3 = Wiimote.Classic.Down PPJoy1.Digital4 = Wiimote.Classic.y PPJoy1.Digital5 = Wiimote.Classic.x PPJoy1.Digital6 = Wiimote.Classic.b PPJoy1.Digital7 = Wiimote.Classic.a PPJoy1.Digital8 = Wiimote.Classic.LFull PPJoy1.Digital9 = Wiimote.Classic.RFull PPJoy1.Digital10 = Wiimote.Classic.ZL PPJoy1.Digital11 = Wiimote.Classic.ZR PPJo

Похожие видео

Показать еще