Two controller over the same level (RTS/FPS mix)

Hello everyone,

I want to perform the following.

Two players, one with an FPS view, that control an avatar, the other with RTS type view, that can spawn actors around the FPS player.

I’m trying to use multiplayer features for this (Server is RTS, client is FPS) but from what I understood, we can’t use different GameMode for the same level…

Is it possible to reallocate controllers and pawn after level startups?

Thank you!
Dex

Make your controller and camera stuff not in controller but in pawn, switch pawns when this is required.

Some functionality can be packaged to components, which also can used in different time.

Okey, so I tried this. The server can take control over both pawn, it’s working for him.

But the client is not working. I’m still in “Ghost” mode with it.

Any idea? Thank you

Dex

Player index 0 is local player controller with index 0. On server is first player who connected.

I tried to change “player index” to 1 but no changes.

Okey so I had something runing. I made a GameMode for the FPS side. So the server start as FPS, and I switch to RTS mode.

Thanks,
Dex

specify controller by using on post login.