//GlovePie script for SF4/SSF4/SF4AE and USF4 PC //You will need a Wiimote (paired to your computer) //And a Wii Classic controller attached to it //It use defaut in game keyboard setting for AZERTY keyboards //Layout is similare to Xbox 360 Pad //Written by bultom 2014 //Script under GPL 3 licence //Moves Arrowkeys = Wiimote.Classic.Dpad Arrowkeys = Wiimote.Classic.Joy1 //Punches Keyboard.Nine = Wiimote.Classic.y Keyboard.Zero = Wiimote.Classic.x Keyboard.Three = Wiimote.Classic.R Keyboard.Four = Wiimote.Classic.L //Kicks Keyboard.O = Wiimote.Classic.b Keyboard.P = Wiimote.Classic.a Keyboard.E = Wiimote.Classic.ZR Keyboard.R = Wiimote.Classic.ZL //Start and back Keyboard.Enter = Wiimote.Classic.Plus Keyboard.Escape = Wiimote.Classic.Minus //Grab , Taunt , Focus attack , Red Focus and Leds , descriptions matche when standing on the left Keyboard.Nine && Keyboard.Zero && Keyboard.P = (-1.2 < Wiimote.Classic.RightStickX < -0.5) //Red Focus = Right Stick Left Keyboard.L = (0.5 < Wiimote.Classic.RightStickX < 1.2) //Grab = Right Stick Right Keyboard.D = (0.5 < Wiimote.Classic.RightStickY < 1.2) //Taunt = Right Stick Down Keyboard.S = (-1.2 < Wiimote.Classic.RightStickY < -0.5) //Focus Attack = Right Stick Up Wiimote.Led1 = True