Maschell hat HID to VPAD und den Network Client aktualisiert.
DOWNLOAD HID TO VPAD
DOWNLOAD HID TO VPAD NETWORK CLIENT
In HID to VPAD wurden Abstürze und Bugs behoben, außerdem lassen sich jetzt mehrere Controller des selben Typs problemlos nutzen. Die SD-Karte wird beim Start nun so lange gemounted, bis es funktioniert, was das Lesen der Config-Datei fixen sollte.
Im Network Client lässt sich jetzt manuell nach Controller suchen und das Programm funktioniert jetzt auf macOS. Auch hier gab es einige, kleinere Verbesserungen. Den vollen Changelog findet ihr unten.
Changelog für HID to VPAD
* Fixed the configuration of the keyboard * Fixing the wrong checking of bitmasks. Now configure button combination should work. * Disable button logging because it leads to random crashes. * Fixed using multiple controllers of the same type (same vid/pid). * Changed the network protocol to response with PONG after a received PING. * Now the lib tries to mount the SD Card on each start until it actually works (This should fix the config reading problems some people have.) * Switched to devkitpro r29 * Updated the TCP Handshake to also negotiate a protocol version. * Fixed pre-defined values for xinput and ds4 * Changed datatypes in order to fix "no controller config found" issues with many config files
Changelog für HID to VPAD Network Client
* Code refactoring * Updated the JNA version to support more OS * Added a simple HIDTest tool (similar to the WiiU one) to display the input data. * Skip Xbox pads when scanning for HID-Devices on windows. (We have XInput) * Added option or auto-scanning for controller (+ added option to scan manually) * Implemented support for multiple HID-Libraries. This fixed OSX support because we're now using hid4hava on OSX and Linux. * Updated the TCP Handshake to also negotiate a protocol version. * Serveral small improvement, tweaks and bug fixes