Disable split-screen
Posted: Sun Dec 22, 2024 11:09 am
by Muffler
Hello, I'm working on an episode and I'm looking for a way to disable the split-screen feature when playing in local multiplayer, kinda like how it is in the new 2d mario games. While we're at it, I'd also like to automatically teleport the player to the other one when they use a warp, again like the new 2d mario games. Is this possible and does anyone know how to do it? Thanks in advance!
Re: Disable split-screen
Posted: Fri Aug 08, 2025 5:19 am
by Gaming-Dojo
Hello Muffler,
disabling split screen is the more difficult part but should definitely be possible by manipulating player speeds/position. Will look into the matter how further and reply again when I'm at home later. The warp teleport part is a lot easier as there is a LunaLua event onWarp which executes when a warp happens. You can then check which player uses the warp and set the other player's position to the warp exit's position. I will give you a code example as well later, when I'm at home.