Author Topic: Hosting Two Blockland dedis on one server?  (Read 430 times)

/title

Is this possible? I have a server that can physically handle two instances, but I don't know how to install two blockland directories and configure the ports properly.

Any help would be greatly appreciated.

Make a copy of your blockland folder and change the -port argument while launching the server to an available port. This will be your second dedicated server.

Yep.

You can use the -profilepath argument to create another BL installation.  This is the one I have on my computer for testings.
Code: [Select]
"C:\Program Files (x86)\Blockland\BlocklandLauncher.exe" -profilepath "C:\Users\Dglider\Documents\BlocklandDefault"
And then you can open Blockland\config\server\prefs.cs with a text editor and change this line:
Code: [Select]
$Pref::Server::Port = "28000";
to something else.  Something between 28000 and 28100 is preferable.  I don't remember if it's actually required.