Hey everyone!
So I’m working on a 2-4 player battle game where you have multiple people playing on the same computer/ps/Xbox, but I don’t want it to be a split-screen game. The game has a single viewpoint displaying the whole map (each level is very small), but i don’t know how to posses 2-4 character, all being controlled by gamepads connected to the computer.
Can someone please help me?
I’m assuming you’ve disabled Splitscreen in the project settings. When you load the level, player one will automatically spawn a character. For the other players, you’ll have to use the Create Player function and then have them posses the characters they are controlling.
From there, I would create a camera in the level, as a blueprint if you need motion. On Event Begin, I would use Blend View Target with Blend to set Player0’s camera to the camera in the level.
Hope that helps!