Methods for running your game


Quick iteration: PIE + listen server

This setting is useful for quick iteration.

Open Edit -> Editor Preferences -> Level Editor -> Play and update the following settings:

  • Multiplayer Options -> Launch Separate Server: True
  • Multiplayer Options -> Play Net Mode: Play Standalone
  • Multiplayer Options -> Run Under One Process: False
  • Client -> Play Number Of Clients: >= 2
  • Server -> Server Map Name Override: Empty

Testing authority: PIE + standalone server

This setting is useful for:

  • Testing the offline -> online flow of a user joining a server
  • Testing actor roles are handled correctly with a dedicated server (i.e. as close to production as possible)

Open Edit -> Editor Preferences -> Level Editor -> Play and update the following settings:

  • Multiplayer Options -> Launch Separate Server: False
  • Multiplayer Options -> Play Net Mode: Standalone
  • Multiplayer Options -> Run Under One Process: True
  • Client -> Play Number Of Clients: >= 2
  • Server -> Server Map Name Override: Empty