• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Controllers v
« Previous 1 ... 174 175 176 177 178 ... 321 Next »

[Noob Friendly] How to : Connect Wiimote to Dolphin + Use Wiimote in GameCube games
View New Posts | View Today's Posts

Pages (3): « Previous 1 2 3
Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[Noob Friendly] How to : Connect Wiimote to Dolphin + Use Wiimote in GameCube games
07-13-2012, 06:28 PM
#21
ESChinski Offline
Member
***
Posts: 72
Threads: 4
Joined: May 2012
Well i got it and want to share if somebody else has the problem.

Dunno why, but if i keep pressing 1&2 (like te said), the wiimote never connects. Just doesnt work.

But if i press B on the back of the Mote, it connects instantly and everything is good..strange.
CPU: i5 2500k oc'ed 4.8 Sleepy GHZ
GPU: HIS Radeon HD 7850
RAM: 4GB RAM DDR3
Mainboard: Asrock Z77 Pro3
OS: Windows 7 64 Professional
Find
Reply
08-17-2012, 02:46 AM
#22
HHawk Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Aug 2012
Bleh... For some strange reason, my controls (on Wiimote) are incorrect. On the directional pad when I press:

down = left
right = up
up = right
left = down

Any idea on how to fix this?

It's not an original Wiimote, but one from Miniinthebox...? But it's really good quality imho.

It finds the Wiimote in Bluetooth without any problems.

Find
Reply
09-27-2014, 11:58 AM
#23
jfrosty51
Unregistered
 
I would like to add some code that may be useful when setting up a Wii Remote's Classic controller in Glovepie.
This code works with the default keyboard bindings.
NOTE: PERIOD was assigned to Mic

Key.LEFT = (-1.2 < wiimote.Classic.Joy1X < -0.5)
Key.RIGHT = (0.5 < wiimote.Classic.Joy1X < 1.2)
Key.UP = (-1.2 < wiimote.Classic.Joy1Y < -0.5)
Key.DOWN = (0.5 < wiimote.Classic.Joy1Y < 1.2)

Key.J = (-1.2 < wiimote.Classic.Joy2X < -0.5)
Key.L = (0.5 < wiimote.Classic.Joy2X < 1.2)
Key.K = (-1.2 < wiimote.Classic.Joy2Y < -0.5)
Key.I = (0.5 < wiimote.Classic.Joy2Y < 1.2)


Key.X = wiimote1.Classic.A
Key.Z = wiimote1.Classic.B
Key.C = wiimote1.Classic.X
Key.S = wiimote1.Classic.Y
Key.Q = wiimote1.Classic.L
Key.W = wiimote1.Classic.R

Key.RETURN = wiimote1.Classic.Plus
Key.PERIOD = wiimote1.Classic.Minus
Key.T = wiimote1.Classic.Up
Key.G = wiimote1.Classic.Down
Key.F = wiimote1.Classic.Left
Key.H = wiimote1.Classic.Right

Key.Enter = wiimote1.Classic.Home

wiimote.Leds = false

Hope this helps.
Reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode