Dolphin, the GameCube and Wii emulator - Forums

Full Version: Problem to use Wiimote on game cube games
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I want to play super smash bros. melee on dolphin. And use wii remote. I connect it to windows with a bluetooth dongle and windows drivers. Windows find it but after that, the wiimote stop flashing and it disipear from windows. I tried to use glovepie and the script under here:

x = Wiimote1.Two
z = Wiimote1.One
Up = Wiimote1.Right
Down = Wiimote1.Left
Left = Wiimote1.Up
Right = Wiimote1.Down
w = Wiimote1.Plus
d = Wiimote1.Minus
Enter = Wiimote1.home

But the wii remote will not work in GC games. What did i do wrong ?
You code it wrong :
Key.x = Wiimote1.two
Key.z = Wiimote1.One
and so on...
Thanks Smile
It works now Smile

But for player two can I use this scripts ?

Key.i = Wiimote2.Two
Key.u = Wiimote2.One
Key.6 = Wiimote2.Right

?

For nunchuk, can i use this scripts ?

Key.Left = (-1.2 < wiimote.Nunchuk.JoyX < -0.5) // Joystick moving Left = minus X axis
Key.Right = (0.5 < wiimote.Nunchuk.JoyX < 1.2) // Joystick moving Right = positive X axis
Key.Up = (-1.2 < wiimote.Nunchuk.JoyY < -0.5) // Joystick moving Up = negative Y axis
Key.Down = (0.5 < wiimote.Nunchuk.JoyY < 1.2) // Joystick moving Down = positive Y axis

And for nunchuk number two, wich scripts can i use there ?

Now, i was able to get wiimote one and two working, but just nunchuk nuber 1 will work. Someome with script for nunchuk number tow please ?
Nevermind. Works now. But thank you very much admin89. You are a genius Smile