Homebrew Official HID to VPAD

D

Deleted User

Guest
Left list? Where? What? I just want to use my PS3 controller on my Wii U as a pro controller. How can I do this? What menu do I this on? Do I need a different config file? What?! IDK.
Zippyshare link in pages 30-39 include newest beta.
 
D

Deleted User

Guest
What do I put in / change about my config file to make it work as a pro controller? I didn't see this anywhere.
If you have version 0.9b then just tap on Wii U Pro Controller, Press A and press button on your desired controller.
 

WaveSmash

Well-Known Member
Newcomer
Joined
Jan 10, 2017
Messages
64
Trophies
0
Age
36
XP
728
Country
United States
If you have version 0.9b then just tap on Wii U Pro Controller, Press A and press button on your desired controller.
I do have version 0.9b, but there is no user interface. Just the confirmation that a config file was loaded.

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

I do have version 0.9b, but there is no user interface. Just the confirmation that a config file was loaded.
If you have version 0.9b then just tap on Wii U Pro Controller, Press A and press button on your desired controller.
Nevermind. I loaded up the beta 0.9e and it worked perfectly. I guess I'm just stupid. Thank you.
 

kildare

Member
Newcomer
Joined
Mar 15, 2017
Messages
5
Trophies
0
Age
51
XP
43
Country
Brazil
hello, I am using the Hid to VPad version 0.9b of git and trying to remap my DS4 buttons, but i can´t get the .ini to work.

Without the ini the DS4 controller is mapped and works amazing.

I can see the .ini on screen of Hid to vpad, but when it get back to home screen the DS4 not work.

Here is my DS4.ini

Code:
[vid=0x054c,pid=0x05c4]
[IgnoreDefault]

VPAD_BUTTON_A = DS4_BUTTON_CIRCLE
VPAD_BUTTON_B = DS4_BUTTON_CROSS
VPAD_BUTTON_X = DS4_BUTTON_TRIANGLE
VPAD_BUTTON_Y = DS4_BUTTON_SQUARE
VPAD_BUTTON_MINUS = DS4_BUTTON_SELECT
VPAD_BUTTON_PLUS = DS4_BUTTON_START

VPAD_BUTTON_STICK_L = DS4_BUTTON_L3
VPAD_BUTTON_STICK_R = DS4_BUTTON_R3

DPAD_MODE = DS4_DPAD_MODE
VPAD_BUTTON_LEFT = DS4_BUTTON_LEFT
VPAD_BUTTON_RIGHT = DS4_BUTTON_RIGHT
VPAD_BUTTON_UP = DS4_BUTTON_UP
VPAD_BUTTON_DOWN = DS4_BUTTON_DOWN

VPAD_BUTTON_L_STICK_X = DS4_STICK_L_X
VPAD_BUTTON_L_STICK_Y = DS4_STICK_L_Y
VPAD_BUTTON_R_STICK_X = DS4_STICK_R_X
VPAD_BUTTON_R_STICK_Y = DS4_STICK_R_Y

VPAD_BUTTON_L = DS4_BUTTON_L1
VPAD_BUTTON_ZL = DS4_BUTTON_L2
VPAD_BUTTON_R = DS4_BUTTON_R1
VPAD_BUTTON_ZR = DS4_BUTTON_R2

PAD_COUNT = 0x01
 

Maschell

Well-Known Member
OP
Member
Joined
Jun 14, 2008
Messages
1,090
Trophies
2
XP
4,637
Country
Germany
Things I currently can't fix:
- Support for the new DS4 pad. I don't own one, and can't do any further investigations. But if it's not recognized in the hidtest there is maybe nothing I can do. But I could be wronf.
Today I got my hands on a new DS4 controller. I couldn't get then working via USB. From IOS-side everything looks okay, but the HID-API doesn't call the callback. Currently I can't do anything about it...
But like the Xbox and Switch pads, it's still possible to attach them to a computer, and send the data over the network instead of USB.
 

Zanow

Member
Newcomer
Joined
Jan 6, 2016
Messages
16
Trophies
0
Age
28
XP
68
Country
France
Today I got my hands on a new DS4 controller. I couldn't get then working via USB. From IOS-side everything looks okay, but the HID-API doesn't call the callback. Currently I can't do anything about it...
But like the Xbox and Switch pads, it's still possible to attach them to a computer, and send the data over the network instead of USB.
Any input lag when playing with a controller connected to the computer and sending data over the network ?
Any idea of when you'll release the network version of Hidtovpad ? ^^
Anyway thank your for your awesome work :)
 

kildare

Member
Newcomer
Joined
Mar 15, 2017
Messages
5
Trophies
0
Age
51
XP
43
Country
Brazil
sad, i can´t get the ps4 to swap the default keys too. Only with that lines it works, but don´t swap buttons.

Code:
[vid=0x054c,pid=0x05c4]

[Gamepad]
VPAD_BUTTON_A=VPAD_BUTTON_B
VPAD_BUTTON_B=VPAD_BUTTON_A

and the vid and pid are correct, i can confirm it at hidtest
 

Rookus

New Member
Newbie
Joined
Mar 19, 2017
Messages
3
Trophies
0
XP
51
Country
United States
Hey guys,
I'm trying to remap some buttons on the Wii U gamepad for BoTW. My goal was to swap L and D-PAD down. Everything works fine on the Wii U menu, but upon actually opening BoTW I run into issues. When link is on the ground both buttons are acting as if they were D-PAD down (whistle) , but when link is in the air the buttons act as if they were L (Use rune). Link is unable to whistle in the air, so the fact that he instead performs the "use rune" input make me think there is some sort of unwanted overlap.

Video showing issues:


My config file:
Code:
[gamepad]
VPAD_BUTTON_DOWN=VPAD_BUTTON_L
VPAD_BUTTON_L=VPAD_BUTTON_DOWN

If anybody can help that'd be greatly appreciated!
 

victormr21

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
565
Trophies
0
XP
498
Country
Hey guys,
I'm trying to remap some buttons on the Wii U gamepad for BoTW. My goal was to swap L and D-PAD down. Everything works fine on the Wii U menu, but upon actually opening BoTW I run into issues. When link is on the ground both buttons are acting as if they were D-PAD down (whistle) , but when link is in the air the buttons act as if they were L (Use rune). Link is unable to whistle in the air, so the fact that he instead performs the "use rune" input make me think there is some sort of unwanted overlap.

Video showing issues:


My config file:
Code:
[gamepad]
VPAD_BUTTON_DOWN=VPAD_BUTTON_L
VPAD_BUTTON_L=VPAD_BUTTON_DOWN

If anybody can help that'd be greatly appreciated!

I think that you can delete one line
I mean, I think if you put down=l, automatically the l will be down
Idk
Bye!
 

Maschell

Well-Known Member
OP
Member
Joined
Jun 14, 2008
Messages
1,090
Trophies
2
XP
4,637
Country
Germany
Any input lag when playing with a controller connected to the computer and sending data over the network ?
Any idea of when you'll release the network version of Hidtovpad ? ^^
Anyway thank your for your awesome work :)


I didn't try it via Wi-fi yet, but over LAN you can't notice any difference.

@Rookus
I might have any idea whats the problem. Which version of HID to VPAD where you using?
 

Cliftin

Active Member
Newcomer
Joined
Dec 5, 2013
Messages
43
Trophies
0
Age
24
XP
141
Country
United States
I found a build labeled as 0.9e in the app and using Gamecube controllers seems to block Wiimote input. Only the home button will work.
 

u4ick

Well-Known Member
Newcomer
Joined
Oct 28, 2015
Messages
48
Trophies
0
Age
38
XP
109
Country
Burkina Faso
So will the crashes when doing things like opening the browser while playing a game be fixed eventually or is that not possible?
 

kradrats

Well-Known Member
Newcomer
Joined
Nov 27, 2006
Messages
45
Trophies
0
XP
247
Country
United States
Any word on DS4/DS3 gyro/accelerometer support? Love the feel of BOTW with a DS4, and it would be absolutely perfect if I could aim with the DS4's motion controls.
 

beeswax

Active Member
Newcomer
Joined
Aug 3, 2013
Messages
41
Trophies
1
XP
739
Country
United States
Wow, I didn't understand the previous references to a network client until you explained the DS4 issue and I watched that video. I think this means wireless input from my Xbox One Elite via a Windows PC will be possible - amazing!!
 
  • Like
Reactions: Maschell

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Sicklyboy @ Sicklyboy:
    maaaaan that's so awesome but I also don't want to fork over a hundo for it
  • Veho @ Veho:
    The fuuuuu---
  • Veho @ Veho:
    I thought it was an actual xBox at that price.
  • Sicklyboy @ Sicklyboy:
    I wanna grab a 360 Slim and a 360 E one of these days. Missed the boat of getting them at their lowest though, once they were discontinued. Could've got them for cheap back when I was a broke 20 something working at Target, but then again, I was a broke 20 something working at Target
  • Veho @ Veho:
    Being broke is no fun.
  • K3Nv2 @ K3Nv2:
    @Sicklyboy, $150 isn't that bad for a jtag slim on ebay
  • Veho @ Veho:
    I only wish it was actually playable.
  • Veho @ Veho:
    There's a guy on the Tube of You that makes playable mechanical arcade games out of Lego. This could work on the same principle.
  • Veho @ Veho:
    Just a couple of guys taking their manatee out for some fresh air, why you have to molest them?
  • Veho @ Veho:
    Stupid Chinese shop switched their shipping company and this one is slooooooow.
  • LeoTCK @ LeoTCK:
    STOP BUYING CHINESE CRAP THEN
  • LeoTCK @ LeoTCK:
    SUPPORT LOCAL PRODUCTS, MAKE REVOLUTION
  • LeoTCK @ LeoTCK:
    THEY KEEP REMOVING LOCAL SHIt AND REPLACING WItH INFERIOR CHINESE CRAP
  • LeoTCK @ LeoTCK:
    THATS WHY MY PARTNER CANT GET A GOOTWEAR HIS SIZE ANYMORE
  • LeoTCK @ LeoTCK:
    HE HAS BIG FOOT AND BIG DUCK
  • LeoTCK @ LeoTCK:
    d*ck i mean*
  • LeoTCK @ LeoTCK:
    lol
  • Veho @ Veho:
    Mkay.
  • Veho @ Veho:
    I just ordered another package from China just to spite you.
  • SylverReZ @ SylverReZ:
    Leo could not withstand communism.
  • SylverReZ @ SylverReZ:
    Its OUR products to begin with lol.
    SylverReZ @ SylverReZ: Its OUR products to begin with lol.