Step 1: Assemble your materials
1 wiimote
1 nunchuk
1 copy of Lego Star Wars for PC (any will do but i did it with the original trilogy)
and one bluetooth adapter
Step 2: Get connected
to hook wiimote up to your computer. plug your bluetooth USB into your computer then open it up your bluetooth stack. click "new connection", click okay and press the 1+2 buttons on your wiimote. the when you've connected the wiimote's LEDS will keep flashing.
Step 3: Obtain the software
and you will need any of the lego star wars for PC
Step 4: Program glovePIE
/*
you move with the nunchuk's joystick
A jumps
B shoots
C tags
Z special
toggle up +
toggle down -
start Home
*/
// this is some FX for the wiimote.it makes the LEDs do the wave//
/* I put it in an IF statement so it can run in the background
and no slow the reaction time */
if wiimote.Exists
wiimote.led1 = true
wait 100ms
wiimote.led2 = true
wiimote.led1 = false
wait 100ms
wiimote.led3 = true
wiimote.led2 = false
wait 100ms
wiimote.led4 = true
wiimote.led3 = false
wait 100ms
wiimote.led3 = true
wiimote.led4 = false
wait 100ms
wiimote.led2 = true
wiimote.led3 = false
wait 100ms
wiimote.Led1 = true
wiimote.led2 = false
wait 100ms
endif
// Okay here's the controls //
key.a = wiimote.A
key.b = wiimote.B
key.c = wiimote.Nunchuk.ZButton
key.d = wiimote.nunchuk.CButton
key.numpad6 = round(wiimote.nunchuk.joyx) > 0
key.numpad4 = round(wiimote.nunchuk.joyX) < 0
key.numpad8 = Round(wiimote.nunchuk.joyY) < 0
key.numpad2 = round(wiimote.nunchuk.joyY) > 0
key.i = wiimote.Plus
key.j = wiimote.Minus
key.k = wiimote.Home
Step 5: Putting the controls into action
move left num6
move right num4
move up num8
move down num2
jump a
action b
special c
tag d
toggle up i
toggle down j
start k
Step 6: Test run
MOV00294.mpg257 MB






















Not Nice





















Visit Our Store »
Go Pro Today »



