Homebrew Official HID to VPAD

  • Thread starter Thread starter Maschell
  • Start date Start date
  • Views Views 829,062
  • Replies Replies 2,363
  • Likes Likes 100
is there a way to use this for vwii injected games with gamepad support? or is there a similar hombrew for wii out there?
 
How can I run HID to VPAD and Mocha CFW at the same time? Or any CFW anyway. When I open Mocha with Haxchi and then HID to VPAD via HBC I end up in a black screen, and if I load HID to VPAD, apply patches and then load Mocha CFW it also ends up in a black screen too.
I remember using both in the past before, maybe there was a certain thing to do or a certain order, but I tried all combinations that I can think of and it just isn't working, the only difference is that my Wii U is now on 5.5.2, but I guess that doesn't make any difference at all. Can anyone help me?
 
How can I run HID to VPAD and Mocha CFW at the same time? Or any CFW anyway. When I open Mocha with Haxchi and then HID to VPAD via HBC I end up in a black screen, and if I load HID to VPAD, apply patches and then load Mocha CFW it also ends up in a black screen too.
I remember using both in the past before, maybe there was a certain thing to do or a certain order, but I tried all combinations that I can think of and it just isn't working, the only difference is that my Wii U is now on 5.5.2, but I guess that doesn't make any difference at all. Can anyone help me?
Try to change version of hidtovpad


Enviado desde mi SM-G930T mediante Tapatalk
 
Hi! Whenever I try to use my dualshock 3 controller and apply patches I get a black screen. Help please..?
 
So is it possible to get smash mods to load if I load sd caffeine first then go back n load Hid-Vpad? Or do I have to load mocha cfw after sd caffeine then load Hid-Vpad
 
is there a way i can use my ps4 controller to play mario sunshine i have it set up as a vc injected game but i cant figure out which controller i should map it to gamepad or pro controller?
 
Hello, did anyone used Switch Pro Controller on this?

I've tested on my Wii U and it works flawlessly, except the stick apparently doesn't feels quite right, it does not reach most running speed on most game when I push the stick fully (for example, Splatoon).

I'm aware I can set the configuration for deadzone, but I'm looking for the optimal value because I don't know the exact value. If anyone has a similar problem with me but has the configuration, please share it to me.

https://github.com/FIX94/gc-to-vpad/issues/7
by the way, I googled my problem and this is literally me
 
Last edited by misterdarvus,
Hello. I actually owned 2 Gravis Controllers for HID to VPad; one of them is the Gravis Eliminator AfterShock. This controller is supposed to have force feedback so, I have an issue. The Eliminator AfterShock is missing a force feedback from the controller. This is the only issue I seen so far. Any thoughts on force feedback should be appreciated!

Here's my current configuration:
Code:
//Gravis Eliminator AfterShock GamePad
//Rumble support: Force Feedback
//Game pad type: Dual Analog
//Special Features:
//    Precision Control
[vid = 0x047D, pid = 0x4006]

//Buttons
VPad_Button_A =        0x6, 0x04
VPad_Button_B =        0x6, 0x02
VPad_Button_X =        0x6, 0x08
VPad_Button_Y =     0x6, 0x01

VPad_Button_Plus =    0x7, 0x01
VPad_Button_Minus =    0x7, 0x02
//Start & Select = Home

VPad_Button_Home =    0x7, 0x03

VPad_Button_L =        0x6, 0x10

VPad_Button_R =        0x6, 0x20

//Triggers
VPad_Button_ZL =    0x6, 0x40
VPad_Button_ZR =    0x6, 0x80


//D-Pad
DPad_Mode =    DPad_Absolute_2Values
VPad_Button_DPad_Abs_Up    =   0x5, 0x00
VPad_Button_DPad_Abs_Down  =   0x5, 0xFF
VPad_Button_DPad_Abs_Left  =   0x4, 0x00
VPad_Button_DPad_Abs_Right =   0x4, 0xFF

//Thumbsticks

VPad_L_Stick_X =        0x0, 0x80
VPad_L_Stick_X_MinMax =        0x00, 0xFF
VPad_L_Stick_X_Deadzone =    0x0A
VPad_L_Stick_X_Invert =        False

VPad_L_Stick_Y =        0x1, 0x80
VPad_L_Stick_Y_MinMax =        0x00, 0xFF
VPad_L_Stick_Y_Deadzone =    0x0A

VPad_L_Stick_Y_Invert =        True
VPad_R_Stick_X =        0x3, 0x80
VPad_R_Stick_X_MinMax =        0x00, 0xFF
VPad_R_Stick_X_Deadzone =     0x0A
VPad_R_Stick_X_Invert =        False
VPad_R_Stick_Y =        0x2, 0x80
VPad_R_Stick_Y_MinMax =        0x00,0xFF
VPad_R_Stick_Y_Deadzone =    0x0A
VPad_R_Stick_Y_Invert =     True

PAD_COUNT = 1
 
Try to change version of hidtovpad


Enviado desde mi SM-G930T mediante Tapatalk
ive tried the same thing, you will have to run cfw first after that boot up hid-vpad then open up mii channel again to boot back into homebrew after you load up hid-vpad the true problem is that this plugin doesn't allow other plugins to run at the same time unless you use this https://gbatemp.net/threads/wii-u-plugin-system.496659/#post-7833438 the only problem is this is just being developed and don't allow other configs yet so you're are only going to get wii u pad emulation for now unless they updated it to get wii u pro emulation from the last time I checked
 
Is it possible to assign two physical buttons to the same vpad button?

I’m using a Switch Horipad, which has a Screenshot button in addition to the Home button. I tried to assign both of those to send Plus (similar to some 3DS games having both Start and Select pause the game, so you had a pause button on each side):

VPAD_BUTTON_PLUS = 0x01, 0x10
VPAD_BUTTON_PLUS = 0x01, 0x20

but the second one seems to override the first, so Screenshot sends Plus, and Home doesn’t send anything.

Maschell replied on GitHub - you can’t do it directly. You have to remap the *Gamepad* to duplicate the button. So I guess I’ll remap Minus to Plus, and repurpose one of the buttons I never use - TV or Sync - as Minus. Or just stick with what I’ve got at the moment : p.

--------------------- MERGED ---------------------------

Also about the Horipad, the config file on GitHub was missing the stick clicks, but has been updated 22/9/18 to include them.
 
Last edited by emcintosh,
View attachment 106932 Not sure what I’m doing wrong, but I can’t get it to work. I made an ini file for my controller, and used the values I found from HID test. Every time I launch hid to vpad now, it just goes to a black screen. Perhaps I should just wait until someone who know ls whah they are doing makes one?

I've had that happen occasionally. Have you tried opening HID to VPAD *before* plugging in the controller? That fixes the black screen for me.
 

Site & Scene News

Popular threads in this forum