batram / UCH-EvenMorePlayers

Ultimate Chicken Horse mod for more than 4 players.
The Unlicense
54 stars 0 forks source link

More than 4 controllers local #17

Closed batram closed 3 months ago

batram commented 4 months ago

The newest update Pandamonium (1.11.0) breaks adding more than 4 controllers locally.

batram commented 3 months ago

While I am trying to fix the problem a temporary solution is to use an older version of UCH.

Downgrade to version 1.10.6 of UCH:

batram commented 3 months ago

In version 1.10.6 of UCH it was sufficient to set InputManager.EnableNativeInput of InControl to true to get past the limit of 4 local controllers. This no longer seems to work and at the moment I don't quite understand why.

To get more controllers with the newest version setting EnableNativeInput and EnableXInput to false seems to work, so InControl (i think) ends up using Unity Inputs. This leads to other bugs, like one controller ending up controlling/spawning multiple cursors in the treehouse and other controllers not working. (Seemingly in a random fashion, since it effects different controllers, when you restart the game).

batram commented 3 months ago

Should be fixed in release 0.9.0.2.4

The fix was setting setting NativeInputEnableXInput of InControl to false