Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 637 Homebrews mit über 3.481.552 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Schlagwort: vpad

HID to VPAD v0.9j

Wii U, Wii U: Update , ,

hid-to-vpadMaschell hat HID to VPAD aktualisiert.

DOWNLOAD

Einstellungen und mehrere Sprachen wurden hinzugefügt. So ist es jetzt z.B. möglich die Musik auszuschalten und HID to VPAD auf deutsch einzustellen. Zudem ist es wieder möglich, mehrere Controller des selben Typs zu verwenden. Experimentelle Nightly-Versionen werden übrigens automatisch in den Homebrew App Store geladen, falls jemand Interesse am Testen hat.

* Nightlies will now be automatically uploaded to the homebrew app store
* Added support for a settings configuration file
* Added settings, now you can disable/enable rumble and the music
* Added multiple languages. You can set them in the settings. Currently german and spanish (thanks to victormr21) are support. Translators needed!
* Using multiple controllers of the same type now possible again

HID to VPAD v0.9h und Network Client v0.3

Wii U, Wii U: Update , ,

hid-to-vpadMaschell 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