Controllable (Forge)

Controllable (Forge)

4M Downloads

Controller not detected of Bluetooth, but over USB.

Ilovemyhous opened this issue ยท 3 comments

commented
          Hey!

This will be most likely a duplicate of this, but I'd rather pull that up again, in case something has been found by now.

MC version: 1.19.4
Controllable version: 0.18.0

Note: Steam wasn't running during this.
When using my controller with Bluetooth, Controllable doesn't detect it, but works in other games, like Dolphin for example.

Using the controller with Bluetooth:
image

Using the controller trough USB:
image

Another note: When using the controller, in Bluetooth, it's detected as a Xbox one controller, and in USB, as a Xbox 360 controller.

Originally posted by @Ilovemyhous in #329 (comment)

commented

This is not something I can solve in Controllable, I use GFLW to grab gamepad input. I would explain but I've already written some guides on different methods of connecting your controller, which will solve this issue.
https://mrcrayfish.gitbook.io/controllable-documentation/

commented

It's possible the mappings do not exist in the SDL Game Controller database for the bluetooth version. Check the readme of their project to find tools to read the GUID of your device, which you can compare in the gamecontrollerdb.txt
https://github.com/gabomdq/SDL_GameControllerDB

commented

Alright, thanks, and keep up the good work!