Player 2 is unable to move #6
Replies: 3 comments
-
|
That's because of the way the game registers input. The keyboard and the first controller connected both control P1. This is because the game is meant for single-player and this behavior allows you to switch between input methods freely. To solve this, you would need to connect a second controller. The order is important here: If P1 wants to use the keyboard, connect P1's controller first and then let P2 register their controller. Then there's also the problem that switching between keyboard and controller causes a stutter each time (idek why). Because you're both going to be making a lot of inputs each second, this could hurt the performance a lot. My recommendation is for both of you to use a controller. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @Randombafoon! P1 needs to plug in a controller too, because the game uses the main controller for P1. P2 can plug in their own controller (or connect with Parsec). Let me know if that helps! |
Beta Was this translation helpful? Give feedback.
-
|
Alright, thank you guys so much for the help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Everything works fine, we were even able to spawn player 2 in but the problem is that no matter what, p1's keyboard and p2's controller only can control batman. We are using parsec
Beta Was this translation helpful? Give feedback.
All reactions