SteelBattalionDriver icon indicating copy to clipboard operation
SteelBattalionDriver copied to clipboard

How to make the lights work?

Open mechcalvin opened this issue 4 years ago • 3 comments

seems it doesn't map all keys in joystick calibration menu, also is it possible to make the button lights work as well?

mechcalvin avatar Aug 17 '20 17:08 mechcalvin

@mechcalvin The calibration menu from windows is limited to 32 buttons. The Steel Batallion controller has 39, so 7 are missing from there.

This is likely because the calibration window uses an older version of DirectInput, newer versions support up to 128 buttons. Here are the API differences: https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ee416627(v=vs.85) https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ee416628(v=vs.85)

You should test game by game to see how many they can access.

The lights are not implemented in this driver.

caosdoar avatar Aug 17 '20 20:08 caosdoar

any chance of updating the direct input API to the 128 button version

the-math-god avatar Aug 18 '20 17:08 the-math-god

@The-Math-God It has nothing to do with the driver, that is an API that the game can be using. If you mean the calibration menu I know there is programs around that can show you all 128 buttons.

caosdoar avatar Aug 18 '20 18:08 caosdoar