

http://tinyurl.com/1c2 is EXACTLY what you need!Anubis said:Exactly.
So, I've downloaded this, I need a script for it, what else?

Quincy said:You just need the wiimote itself and a bluetooth dongle if you don't have one yet. Connect the wiimote to your pc via bluetooth.Anubis said:Exactly.
So, I've downloaded this, I need a script for it, what else?
http://tinyurl.com/1c2 is EXACTLY what you need!
Well, aren't you fucking useful.
QUOTE(Fou-Lu @ Feb 20 2009, 02:22 PM)
After that you can use one of the included scripts or make a script yourself and bind the keys to your liking. It's not too hard to do.

Anubis said:I'm having some problems with the Bluetooth connection.
I press the two buttons on the Wii Remote, it finds the device, and installs properly.
But after that the lights stop blinking, doesn't that mean it's off? Do I need to do this every time I want to turn it on?
It does that because the pc(glovepie script ofcourse)doesnt have any led controlls specified
(in your wiimote glovepie script that will probably be something like "wiimote.led1 = true")
here is a nice little test script:
CODE////LED TEST SCRIPT BY QUINCY
if wiimote.a = true
wiimote.led1 = true
wiimote.led2 = true
wiimote.led3 = false
wiimote.led4 = false
endif
if wiimote.a = false
wiimote.led1 = false
wiimote.led2 = false
wiimote.led3 = true
wiimote.led4 = true
endif

