Solo Swap Mode #
This mode allows for solo games, but the player gets to choose which player node in the game they want to control.
Input Behaviour #
In this mode, the input system will return the same input if the player is focused. otherwise, it will return “empty”.
Starting the swap mode. #
mpc.start_swap()
Before starting this mode!
How many players will be created depends on the maximum number of players you specify! If you need to specify your player count, set the mpc.max_players
variable first!