Scripts Wiimote | Glovepie
Guide :: Play with the Wii Remote (GlovePIE script) (Outdated)
// Simple mouse script for Wiimote mouse.CursorPosX = smooth(1024-round((((wiimote1.dot1x+wiimote1.dot2x)/2)/1024)*1024),3) mouse.CursorPosY = smooth(round((wiimote.dot1y/784)*768),3) mouse.LeftButton = Wiimote.B mouse.RightButton = Wiimote.A Use code with caution. Copied to clipboard 2. Wiimote + Nunchuk FPS Script (Keyboard/Mouse) glovepie scripts wiimote
Maps movement to the Nunchuk stick and camera control to the IR pointer, ideal for shooters. Guide :: Play with the Wii Remote (GlovePIE
