Homebrew Official HID to VPAD

  • Thread starter Thread starter Maschell
  • Start date Start date
  • Views Views 828,418
  • Replies Replies 2,363
  • Likes Likes 100
When I use the gamecube wacebird, the joystick doesn't works very well. When I move the joystick left or down, it looks like I move it 50% in the game (when I really move it 100%) . It works perfectly with Dolphin and Smash wii u
 
Is there any way to properly use the Wii U gamepad's gyroscope with another device? In my case I use the steam controller on my Wii U and it has a gyroscope built in, but I'm only able to emulate things such as the right analog stick, so for games that have the right stick function differently from the gyro it's not doable to use that gyroscope.
 
When I use the gamecube wacebird, the joystick doesn't works very well. When I move the joystick left or down, it looks like I move it 50% in the game (when I really move it 100%) . It works perfectly with Dolphin and Smash wii u
Have the exact same problem, and min/max calibration doesn't seem to work in this case.
 
So, rumble doesn't seem to work when using the Switch Pro Controller. Is rumble just not supported with this controller? It's fine if it's not yet, I just want to make sure it's not because I'm doing something wrong. I hate to ask because this is probably mentioned somewhere, but I couldn't find anything after searching through this thread...

Oh, and rumble IS enabled in the settings
The rumble with the switch controller is not supported (yet)

Would this be possible for the steam controller?
Yes! I found this video:

When I use the gamecube wacebird, the joystick doesn't works very well. When I move the joystick left or down, it looks like I move it 50% in the game (when I really move it 100%) . It works perfectly with Dolphin and Smash wii u
Thats really strange. I don't have an wavebird it to test it..

-----------

I pushed a new nightly that fixes crashing when accessing the friend list
 
  • Like
Reactions: KiiWii and lordelan
When I use the gamecube wacebird, the joystick doesn't works very well. When I move the joystick left or down, it looks like I move it 50% in the game (when I really move it 100%) . It works perfectly with Dolphin and Smash wii u
I wrote min/max for both axes in both sticks with HIDtest, here are the values for GC adapter + Wavebird

Code:
[vid=0x057e,pid=0x0337]
VPad_L_Stick_X_MinMax = 0x1E,0xEC
VPad_L_Stick_Y_MinMax = 0x1F,0xF1

VPad_R_Stick_X_MinMax = 0x2F,0xE0
VPad_R_Stick_Y_MinMax = 0x25,0xDC

I haven't tried extensively but seems to work great so far
Just paste the attached file in controller folder

Works great, was able to play 3 matches in Splatoon without disconection =)
 

Attachments

Hi there,
I've spent a while trying to work this out. I have a couple of spare GameCube controllers however have no adapter. This app would be very useful to me. Obviously genuine Nintendo branded GameCube adapters are very expensive given they are no longer in production. I was wondering if support for the Mayflash adapter is included or if anyone has tried to make a configuration file?
 
Hi there,
I've spent a while trying to work this out. I have a couple of spare GameCube controllers however have no adapter. This app would be very useful to me. Obviously genuine Nintendo branded GameCube adapters are very expensive given they are no longer in production. I was wondering if support for the Mayflash adapter is included or if anyone has tried to make a configuration file?
I'm using the Mayflash adapter for many weeks now without issues. Doesn't need extra config files. Just plug and play. ;)
 
I wrote min/max for both axes in both sticks with HIDtest, here are the values for GC adapter + Wavebird

Code:
[vid=0x057e,pid=0x0337]
VPad_L_Stick_X_MinMax = 0x1E,0xEC
VPad_L_Stick_Y_MinMax = 0x1F,0xF1

VPad_R_Stick_X_MinMax = 0x2F,0xE0
VPad_R_Stick_Y_MinMax = 0x25,0xDC

I haven't tried extensively but seems to work great so far
Just paste the attached file in controller folder
Did you try it? I will try it when I use my wii u :)
 
Did you try it? I will try it when I use my wii u :)
Yes, it improve alot, but due Wavebird/GCN controller having an octogonal gate it can't reach full presses in all the areas except those 8 points. I guess you could try to increase the min values, but I'm not sure if it will mess up the overall configuration.
 
Last edited by cucholix,
Thanks for this. I just got a wii U a couple weeks ago and this is saving me from having to go through the trouble to hunt down authentic pro controllers by using my existing wireless 360 controllers. Super easy to use, I love it.
 
It's a wireless microsoft xbox 360 wireless controller. I did try the TV button with no success. Seems like it disconnects as soon as the game launches. It works for mk8 though.
 
I just made a mapping for the MCCthulhu fightstick board, or "The Multi Console Cthulhu". both dpad and left analog mappings work, per whatever way you booth the stick up in (Plug it in holding one of the corresponding buttons). Only thing that didn't seem to work was pressing plus and minus together to get "HOME" but otherwise complete.
Not sure where best place to upload this, sorry if this isn't the way. Have a link to my google drive but want to ask if that's preferred before assuming.

//Cthulhu Multiconsole Edition
//Made by Reroshaggy
//MCCthulhu users should know how to switch between D-Pad and left analog mode
//it involves plugging in while holding one of the two buttons (in this case mapped to plus and minus)
//All buttons mapped according to typical console fightstick 8 button layout
[vid=0x14D8,pid=0xFACE]

VPAD_BUTTON_A = 0x00,0x04
VPAD_BUTTON_B = 0x00,0x02
VPAD_BUTTON_X = 0x00,0x08
VPAD_BUTTON_Y = 0x00,0x01

VPAD_BUTTON_PLUS = 0x01,0x02
VPAD_BUTTON_MINUS = 0x01,0x01
VPAD_BUTTON_HOME = 0x01,0x13 //plus and minus together

VPAD_BUTTON_L = 0x00,0x10
VPAD_BUTTON_R = 0x00,0x20


//The "value" is a deadzone in this case
VPAD_BUTTON_ZR = 0x00,0x80
VPAD_BUTTON_ZL = 0x00,0x40

DPAD_MODE = DPAD_HAT
VPAD_BUTTON_DPAD_Neutral = 0x02, 0x0F
VPAD_BUTTON_DPAD_N = 0x02, 0x00
VPAD_BUTTON_DPAD_NE = 0x02, 0x01
VPAD_BUTTON_DPAD_E = 0x02, 0x02
VPAD_BUTTON_DPAD_SE = 0x02, 0x03
VPAD_BUTTON_DPAD_S = 0x02, 0x04
VPAD_BUTTON_DPAD_SW = 0x02, 0x05
VPAD_BUTTON_DPAD_W = 0x02, 0x06
VPAD_BUTTON_DPAD_NW = 0x02, 0x07

VPad_L_Stick_X = 0x03,0x80
VPad_L_Stick_X_MinMax = 0x00,0xFF
VPad_L_Stick_Y = 0x04,0x80
VPad_L_Stick_Y_MinMax = 0x00,0xFF
VPad_L_Stick_Y_Invert = True //comment this line to switch up down
PAD_COUNT=1
 
aport
"genius maxfire g-12u vibration"
//genius//Botones//Bottoms
[vid=0583,pid=a009]


VPAD_BUTTON_A = 0x05,0x02
VPAD_BUTTON_B = 0x05,0x01
VPAD_BUTTON_X = 0x05,0x08
VPAD_BUTTON_Y = 0x05,0x04
VPAD_BUTTON_PLUS = 0x06,0x02
VPAD_BUTTON_MINUS = 0x06,0x01
VPAD_BUTTON_HOME =

VPAD_BUTTON_L = 0x05,0x10
VPAD_BUTTON_R = 0x05,0x20

VPAD_BUTTON_STICK_L = 0x06,0x04
VPAD_BUTTON_STICK_R = 0x06,0x08

VPAD_BUTTON_ZL = 0x05,0x40
VPAD_BUTTON_ZR = 0x05,0x80

//PAD//


DPAD_MODE = DPAD_HAT
DPad_MASK = 0x0F
VPAD_BUTTON_DPAD_N = 0x04,0x00
VPAD_BUTTON_DPAD_NE = 0x04,0x01
VPAD_BUTTON_DPAD_E = 0x04,0x02
VPAD_BUTTON_DPAD_SE = 0x04,0x03
VPAD_BUTTON_DPAD_S = 0x04,0x04
VPAD_BUTTON_DPAD_SW = 0x04,0x05
VPAD_BUTTON_DPAD_W = 0x04,0x06
VPAD_BUTTON_DPAD_NW = 0x04,0x07
VPAD_BUTTON_DPAD_Neutral = 0x04,0x0F


//LeftStick//PalancaIzquierda


VPad_L_Stick_X = 0x00,0x80
VPad_L_Stick_X_MinMax = 0x00,0xFF
VPad_L_Stick_X_Deadzone = 0x0A

VPad_L_Stick_Y = 0x01,0x80
VPad_L_Stick_Y_MinMax = 0x01,0xFF
VPad_L_Stick_Y_Deadzone = 0x0A
VPad_L_Stick_Y_Invert = True

//RightStick//PalancaDerecha

VPad_R_Stick_X = 0x02,0x80
VPad_R_Stick_X_MinMax = 0x02,0xFF
VPad_R_Stick_X_Deadzone = 0x0A

VPad_R_Stick_Y = 0x03,0x80
VPad_R_Stick_Y_MinMax = 0x03,0xFF
VPad_R_Stick_Y_Deadzone = 0x0A
VPad_R_Stick_Y_Invert = True

I don´t know how vibrations works...
If some one could help... TY!!
 

Site & Scene News

Popular threads in this forum