+2 votes

I'm making an online multiplayer game and was wondering if I could make it 2-player split-screen as well as the online functionality, and how I would go about doing that. I have done split-screen before, but never anything like this.

Godot version v3.4.4.stable.official [419e713a2]
in Engine by (234 points)

1 Answer

–1 vote

Do you know how to implement online multiplayer? And you know how to do split screen. Cant you just merge the 2 toghether? I never did split screen or online multiplayer before but thats my suggestion.

by (99 points)

Okay, no.

First of all, please be sure that you have some experience, or at least a good understanding of the topic before answering.

Next, to do that, I would have to add more rpc functions, twice the amount because I would need one set for each player, or I would need to re-work everything to make it so that it sends which player the client is talking about (player 1 or player 2.)

I was just wondering if there is an easier way to do it other that completely reworking my game.

I DO know how to do online multiplayer, and I DO know how to do split-screen, or I would not have asked this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.