(Cancelled) GlovePIE Wiimote support for games

Feel free to showcase your own projects!
Post Reply
User avatar
Wirespark
Posts: 20
Joined: 23 Nov 2013, 08:01

Post » 30 Apr 2016, 03:59

I'm working hard on a single wiimote script for all stabyourself.net games Using just GlovePIE.
im also writing scripts for other games such as "Asphalt 8: Airborne" and ''Minecraft''
YOU NEED NUNCHUKS FOR MARI0

Code: Select all

//Mari() script
wiimote1.led1 = 1
//sideways script only
//wasd keys
key.w = wiimote.Right
key.s = wiimote.left
key.a = wiimote.Up
key.d = wiimote.Down
//jump with 2
key.Space = wiimote.Two
//grab  with one                 //    |
key.e = wiimote.One              //    |
//escape key                     //    |
key.Escape = wiimote.Home        //    |
//scrollwheel                    //    |
mouse.wheelup = wiimote.plus     //    |
mouse.WheelDown = wiimote.Minus  //    |
//b for speed                    //    |
key.shift = wiimote.B            //   /
//NUNCHUKS NEEDED           <--------
//pg
ppjoy.digital0 = nunchuk.C
ppjoy.digital1 = nunchuk.Z
ppjoy.Analog0 = nunchuk.JoyX
ppjoy.Analog1 = nunchuk.JoyY
//end?
More games coming soon(Not Pacman, Ortho Robot,Not Tetris 2)

EDIT: This project has been canceled for two reasons:
1: Golvepie No longer exists
2: My discovery of the Mayflash dolphinar

Post Reply