Controlify icon indicating copy to clipboard operation
Controlify copied to clipboard

Split-screen support

Open isXander opened this issue 2 years ago • 3 comments

Multiple controllers can be connected and two players can play together in singleplayer. It is unclear how this would work in multiplayer (multiple accounts signed in at once?)

This is not trivial whatsoever, the client game loop specifically runs logic for the local player and relies on this player instance for a lot of logic, adding a second may complicate logic and mixins a LOT. Maybe make a new LocalPlayer instance that acts as two players at once?

Screens are also something to consider, how do you decide if a Screen should show for one player or the whole game window? How does mod compatibility fit into this?

isXander avatar Feb 01 '23 13:02 isXander

Start offline with MultiMC

Allow instances to save the prefered controller xinput1, xinput2 etc

dennore avatar Apr 15 '23 15:04 dennore

The Essential Mod supports multiple accounts to be switched within the main menu. Maybe add support for that and use the added accounts for the other players in multiplayer. Also maybe add support for multiple monitors, so player 1 can be on monitor A and player 2 and be on Monitor B.

TheCrafter8000 avatar May 03 '24 05:05 TheCrafter8000

Start offline with MultiMC

Allow instances to save the prefered controller xinput1, xinput2 etc

I describe this in more detail in #66 .

twoturtles avatar May 10 '24 23:05 twoturtles