• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Looking for help with Dolphin - can't get C-stick to work.

Praxis

Smash Hero
BRoomer
Joined
Feb 10, 2008
Messages
6,165
Location
Spokane, WA
Hi all! I am using this product to hook my GC controllers in to my PC.

Unfortunately, I can't get the C-stick to work right. It's always leaning to the left dramatically, almost all the way. Pushing the stick to the right makes it neutral.

I tried expanding the dead zone in Dolphin, but it's not enough. I can only expand the dead zone until the C-stick is unusable.

Under Windows' Gamepad setup, though, the C-stick seems centered, so I don't think the issue is with the adapter itself, and I can only suspect Dolphin.

Does anyone have any suggestions?
 

Kadano

Magical Express
Joined
Feb 26, 2009
Messages
2,160
Location
Vienna, Austria
I use the same adapter and it works very well for me.

Make sure you use Dolphin 4.x.
Go to \User\Config\Profiles\GCPad and edit the .ini files you can see there to this (or create new ones if there aren’t any):
Code:
[Profile]
Device = DInput/0/USB GamePad
Buttons/A = `Button 1`
Buttons/B = `Button 2`
Buttons/X = `Button 0`
Buttons/Y = `Button 3`
Buttons/Z = `Button 7`
Buttons/Start = `Button 9`
Main Stick/Radius = 100,000000
Main Stick/Up = `Axis Y-`
Main Stick/Down = `Axis Y+`
Main Stick/Left = `Axis X-`
Main Stick/Right = `Axis X+`
C-Stick/Radius = 100,000000
C-Stick/Up = `Axis Z-`
C-Stick/Down = `Axis Z+`
C-Stick/Left = `Axis Zr-`
C-Stick/Right = `Axis Zr+`
Triggers/L = `Button 4`
Triggers/R = `Button 5`
Triggers/L-Analog = `Axis Xr-+`
Triggers/R-Analog = `Axis Yr-+`
Rumble/Motor = Ramp
D-Pad/Up = `Button 12`
D-Pad/Down = `Button 14`
D-Pad/Left = `Button 15`
D-Pad/Right = `Button 13`
Save, close, open Dolphin and under GCPad, load that profile.
 
Top Bottom