Skip to content

Hosting Joining Multiplayer

Erik Martin edited this page May 18, 2021 · 3 revisions

Hosting

  • Forward port 28000 on both TCP and UDP in your router control panel.
  • Open the game console with ~
  • Type this command in and press enter: portInit(28000);

Joining

  • Open the game console with ~
  • Type this command in and press enter: connectManual("{IP of Host}:28000");

Replace {IP of Host} with the ip address of host public IP

Clone this wiki locally