Glovepie: Scripts Wiimote

Maps movement to the Nunchuk stick and camera control to the IR pointer, ideal for shooters.

To make sure these scripts work for your specific needs, let me know: Are you using a ? glovepie scripts wiimote

This script turns the Wiimote into an air mouse using the IR camera, requiring a sensor bar or two candles. Maps movement to the Nunchuk stick and camera

// 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) 3) mouse.CursorPosY = smooth(round((wiimote.dot1y/784)*768)