Homebrew Official HID to VPAD

Ghassen-ga

Well-Known Member
Member
Joined
Jul 21, 2016
Messages
794
Trophies
0
XP
2,030
Country
Yeah this reports are a little vague. People need to add if they are using their controllers as the gamepad or pro controller so we have stuff more organized. Controller type might help but not entirely necessary.
All of the tests I did were with a ds3 as a pro controller.
 

kazuna1

New Member
Newbie
Joined
Jan 1, 2017
Messages
4
Trophies
0
Age
27
XP
48
Country
United States
Hello!
Guacamelee! : works
Pokkén tournament : works
Minecraft : freeze in boot banner
One Piece Unlimited World Red : works
Splatoon (arena) : Works
Mario Kart 8 : Works

I used a generic usb gamepad (configured it following the GitHub's guide) as a pro controller.
 

BlurZz__PTKN

Member
Newcomer
Joined
Oct 19, 2016
Messages
10
Trophies
0
Age
26
XP
65
Country
United States
Now these game should work. Can you test Hyrule Warriors/Zelda again? And @AlanLC could you try your games?

It's annoying that each game has an own way to detect if the pro controller is attach (and how to read data).
It took me way to long to realize, that Xenoblade just doesn't allow no stick inputs in the menus and this is not a bug...
Here is the new version:
http://www50.zippyshare.com/v/MUZInzGB/file.html
I hope I didn't break anything, but at least some new game should work now.

Mario Party 2 (VC): Freezes in boot banner
Using GameCube controller as Pro Controller
 
Last edited by BlurZz__PTKN,

AlanLC

Well-Known Member
Member
Joined
Aug 18, 2014
Messages
413
Trophies
0
Age
45
XP
2,601
Country
Brazil
Gamepad Mode (Mayflash Adapter - Wii U Pro Controller. http://www.mayflash.com/products/nintendowiiu/w009.html)

IMG_0273.JPG
IMG_0275.JPG
 
Last edited by AlanLC,
  • Like
Reactions: lordelan

PeeJay Bonobo

Well-Known Member
Member
Joined
May 10, 2014
Messages
117
Trophies
0
Age
37
Location
Jamaica, New York
Website
steamcommunity.com
XP
2,048
Country
United States

I'm assuning the X's stand for the games that don't work? How did you get Smash U working? Because I can't do it regardless of the setup.

Oh, and I use the Dual-slot DS2 adapter and the GameSir G3w Wired (I recently had the two .ini files pulled for all to download), for clarification, and Smash U is installed to USB.
 
Last edited by PeeJay Bonobo,

PeeJay Bonobo

Well-Known Member
Member
Joined
May 10, 2014
Messages
117
Trophies
0
Age
37
Location
Jamaica, New York
Website
steamcommunity.com
XP
2,048
Country
United States
Gamepad Mod Work, no test Wii U Pro controller Mod
I tried mapping the gamepad only, and it would hang on boot.

Even right now, I have the GameSir G3w Wired mapped to Gamepad, and while the TV screen is black, the Gamepad screen has been showing the Smash U logo for the past ten minutes.
 
Last edited by PeeJay Bonobo,

AlanLC

Well-Known Member
Member
Joined
Aug 18, 2014
Messages
413
Trophies
0
Age
45
XP
2,601
Country
Brazil
Last edited by AlanLC,

Nerv_Mario

Member
Newcomer
Joined
Jul 29, 2014
Messages
9
Trophies
0
Age
31
Location
Coquimbo, Chile
XP
139
Country
Chile
that's true...
I was using a PS3 Controller as a Wii U Pro Controller, the previous .elf froze the console when I selected a button with the PS3 Controller in the game.

Update: The console still freezes in Tekken Tag Tournament 2 when i set up the ps3 controller to Pro Controller for the 3rd player (the 1st, 2nd and 4th player works fine)
 

victorhidalgo

Active Member
Newcomer
Joined
Nov 30, 2016
Messages
26
Trophies
0
Age
53
XP
176
Country
Greetings friends

Maschell congratulations and thank you for the great work you have done.

I inform you that I have tried the DualShock2.ini with the last two versions and it does not detect them. If you work at nintendont.

Having the Dual-slot Version, tested with only one control and with both and does not detect them.
 

PeeJay Bonobo

Well-Known Member
Member
Joined
May 10, 2014
Messages
117
Trophies
0
Age
37
Location
Jamaica, New York
Website
steamcommunity.com
XP
2,048
Country
United States
I inform you that I have tried the DualShock2.ini with the last two versions and it does not detect them. If you work at nintendont.

Having the Dual-slot Version, tested with only one control and with both and does not detect them.

If you don't already have it, install this to your SD Card as Wii U homebrew, plug your Dual-Slot Adapter in and boot it up. If the VID is 0810 and PID is 0001 (required by DualShock2.ini), try this modified ini file:

Code:
//DualShock 1&2 Adapter (Dual-slot Version)
//Periodically make sure that Analog Mode is turned on for one or both controllers.
[vid=0x0810,pid=0x0001]
//Slot Selection (Because it's a Dual-slot Adapter)
Pad_Count=2
Pad1_Filter=0x00,0x01
Pad2_Filter=0x00,0x02
//Buttons
VPad_Button_A=0x05,0x20
VPad_Button_B=0x05,0x40
VPad_Button_X=0x05,0x10
VPad_Button_Y=0x05,0x80
VPad_Button_Plus=0x06,0x20
VPad_Button_Minus=0x06,0x10
VPad_Button_Home=0x06,0x30
VPad_Button_L=0x06,0x04
VPad_Button_R=0x06,0x08
VPad_Button_Stick_L=0x06,0x40
VPad_Button_Stick_R=0x06,0x80
//Triggers
VPad_Button_ZL=0x06,0x01
VPad_Button_ZR=0x06,0x02
//D-Pad
DPad_Mode=DPAD_Hat
DPad_Mask=0x0F
VPad_Button_DPad_N=0x05,0x00
VPad_Button_DPad_NE=0x05,0x01
VPad_Button_DPad_E=0x05,0x02
VPad_Button_DPad_SE=0x05,0x03
VPad_Button_DPad_S=0x05,0x04
VPad_Button_DPad_SW=0x05,0x05
VPad_Button_DPad_W=0x05,0x06
VPad_Button_DPad_NW=0x05,0x07
VPad_Button_DPad_Neutral=0x05,0x0F
//Thumbsticks
VPad_L_Stick_X=0x03,0x80
VPad_L_Stick_X_MinMax=0x00,0xFF
VPad_L_Stick_X_Deadzone=0x00
VPad_L_Stick_X_Invert=False
VPad_L_Stick_Y=0x04,0x80
VPad_L_Stick_Y_MinMax=0x00,0xFF
VPad_L_Stick_Y_Deadzone=0x00
VPad_L_Stick_Y_Invert=True
VPad_R_Stick_X=0x02,0x80
VPad_R_Stick_X_MinMax=0x00,0xFF
VPad_R_Stick_X_Deadzone=0x00
VPad_R_Stick_X_Invert=False
VPad_R_Stick_Y=0x01,0x80
VPad_R_Stick_Y_MinMax=0x00,0xFF
VPad_R_Stick_Y_Deadzone=0x00
VPad_R_Stick_Y_Invert=True

If hidtest displays an entirely different VID/PID, then, it's not compatible and you'll have to make your own config.
 

victorhidalgo

Active Member
Newcomer
Joined
Nov 30, 2016
Messages
26
Trophies
0
Age
53
XP
176
Country
Greetings PeeJay Bonobo

Thank you very much for the file but it is very strange, everything is correct but it still does not work.

The identification in windows is:

USB\VID_0810&PID_0001&REV_0106
USB\VID_0810&PID_0001

The Nintendont works well
Turn on the lights perfectly the usb adapter and controls.
https://mega.nz/#!yB5hGKSR!6UGgxNo9QOz8ZiyyCW80PJAKKxKjn8b-wevpQOcAbbc

But the screen shows this

https://mega.nz/#!7cBlHC4D!urQbDGpfdbR4Y_DwlQm0-wnW_7vJwCHmmBO6uvDO1HA

The only thing that detects is the Pro controller that is connected, the gamepad is turned off.
I have wii command and it detects them well as pro controller.

I do not know what it sounds like to be because if it were not compatible, your ID would be different and it will not work in nintendont.
 
Last edited by victorhidalgo,
D

Deleted User

Guest
Alright! Hello Maschell!
I was testing the latest beta update (That zippyshare link) with Keyboard+Mouse combo. I tried Wii U Controller setting with following games:
TLoZ:WWHD JPN, Minecraft Wii U EUR.
The Legend of Zelda Wind Waker HD worked fine with Wii U Controller setting [No crash while in-game] however Minecraft crashes at the boot screen [Works fine with Wii U Gamepad setting]

Also a small note: Don't open up Wii U browser with Mouse+Keyboard combo because it will crash [Weird.]

Maybe this information will help. Thanks for amazing homebrew!
 

wolf-snake

Well-Known Member
Member
Joined
Feb 5, 2009
Messages
1,556
Trophies
2
XP
3,012
Country
Mexico
Assassins Creed 3 seems to crash the moment i enter the first moments of gameplay using my ps3 controller as a Wi U Pro controller. Menus work fine so it might be an issue with assassins creed itself since both 3 and 4 had crashed on me at some point in the begining of the game so i need to ran more test before having something more concrete.
 
D

Deleted User

Guest
Tested even more games!
Wii U Pro Controller Setting [Keyboard]
Pokemon Rumble U = null expection [Error text then Console lock]
The Binding of Isaac Rebirth = Crash/Blackscreen
Taiko no Tatsujin Wii U version! = Works [Multiplayer/Single Taiko, no crashes]

Maybe somehow you can manage to fix Pokemon Rumble U crash. See ya!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=COua5q4CByg