ok

ok

Not enough ratings
Controller support guide for Windows
By RobertPelloni
How to get more than 4 players on Windows or support controllers that aren't automatically configured.
   
Award
Favorite
Favorited
Unfavorite
Main
SDL has two game controller modes on Windows: XInput and DirectInput.
XInput is newer and more compatible but only supports 4 controllers. This is the default mode.

If you want to play with lots of players on Windows, you must switch to DirectInput in the controller options.
Since DirectInput is less compatible, it is possible that your controller will not be detected properly.

Look in data/ControllerMapTool, and try running DirectInputControllerMap.bat with only the non-working controller plugged in. (Or, if you are trying to use XInput and it doesn't work, use XInputControllerMap.bat)
This will generate a controller description string which you can append to the bottom of data/gamecontrollerdb.txt. This should make your controller work, hopefully!

You should also email it to bugs@bobsgame.com so that I can add it to the official build.
I will also try to add it to the official GameControllerDB project on GitHub so that it will help fix other games as well.