Step 1: Connect your Wiimote to your bluetooth that you totally already have on your computer.
Step 2: Download
GlovePIEStep 3: Copypasta this in your glovepie window
// Orangestar's Gang Garrison Script
// Controls are Cave-Story-or-Contra-style. Up makes you aim up,
// Down aims down, etc, etc.
// 2 = Primary Fire
// 1 = Secondary Fire
// + = Call for Medic
// Home = Scores
// - = Taunt
// B = 2 (for engy menu)
// A = 1 (for engy menu
// Complain? MAKE YOUR OWN!
Key.A = Wiimote1.Up
Key.S = Wiimote1.Left
Key.D = Wiimote1.Down
Key.W = Wiimote1.Right
key.F = Wiimote1.Minus
Mouse.LeftButton = Wiimote.Two
Mouse.RightButton = Wiimote.One
if Wiimote1.right = true then Mouse.CursorPosY = 2
if wiimote1.left = true then Mouse.CursorposY = 1080
if Wiimote1.left = False and wiimote1.Right = false and (wiimote1.up = true or Wiimote1.down=true) then Mouse.CursorPosY = 540
if Wiimote1.Up = true then Mouse.CursorPosX = 2
if wiimote1.Down = true then Mouse.CursorposX = 1920
if wiimote1.down = false and wiimote1.left = false and wiimote1.up = false and wiimote1.right = true then mouse.CursorPosY = 2
if wiimote1.down = false and wiimote1.left = false and wiimote1.up = false and wiimote1.right = true then mouse.CursorPosX = 960
if wiimote1.down = false and wiimote1.left = true and wiimote1.up = false and wiimote1.right = false then mouse.CursorPosY = 1080
if wiimote1.down = false and wiimote1.left = true and wiimote1.up = false and wiimote1.right = false then mouse.CursorPosX = 960
key.One = wiimote1.B
key.Two = wiimote1.A
Key.E = Wiimote1.plus
Key.Shift = Wiimote1.Home
//Mouse
If var.active=True and var.freeze=false
Mouse.x=Smooth((1/(screen.Width/var.x)), 2)
Mouse.y=Smooth((1/(screen.Height/var.y)), 2)
Else
var.x = MapRange(Mouse.x, 0, 1, 1, screen.Width)
var.y = MapRange(Mouse.y, 0, 1, 1, screen.Height)
Endif
var.speedy=Smooth((abs(wiimote.Classic.Joy2y)*var.top))
var.speedx=Smooth((abs(wiimote.Classic.Joy2x)*var.top))
if (-var.minim<(wiimote.Classic.Joy2y or wiimote.Classic.Joy2x) )
//Joys
If Wiimote.Classic.Joy2y < -var.minim Then var.y=var.y-var.speedy
If Wiimote.Classic.Joy2y > var.minim Then var.y=var.y+var.speedy
If Wiimote.Classic.Joy2X < -var.minim Then var.x=var.x-var.speedx
If Wiimote.Classic.Joy2X > var.minim Then var.x=var.x+var.speedx
var.speed = Classic.Joy2
var.speed = var.speed * 15
end if
mouse.DirectInput2D += var.speed
//Buttons
Mouse.LeftButton = Classic.ZL
Mouse.RightButton = Classic.ZR
//Keyboard stuff
Key.A= Wiimote1.Classic.Left
Key.D = Wiimote1.Classic.Right
Key.W = Wiimote1.Classic.Up
Key.S = Wiimote1.Classic.Down
Key.F = Wiimote1.Classic.RFull
Key.B = Wiimote1.Classic.b
Key.E = Wiimote1.Classic.LFull
Key.Shift = Wiimote1.Classic.Plus
Key.Escape = Wiimote1.Classic.Home
Key.M = Wiimote1.Classic.x
Key.N = Wiimote1.Classic.y
Step 4: Run the script (the mouse will still work) and join a server.
Step 5 :Have fun!
Some ideas for future ones: Wiimote+nunchuck and WiiMotion Plus Mouse Tracking
P.S. If you were playing recently and saw a guy named "v Using Wiimote v" that was me.