Author Topic: Dedicated Server Trouble  (Read 1444 times)

I just cannot figure out how to have 2 seperate blockland folders that can have 2 different confiurations, and have them on the same computer with different ids to host 2 different servers. anyone know how this can be achieved?

This. Always been wondering how to host 2 dedicated servers at once, because just opening the dedicated server window twice wont work.

This. Always been wondering how to host 2 dedicated servers at once, because just opening the dedicated server window twice wont work.
I don't have a problem running two servers, I can do that, I just need to be able to have 2 add-ons folders and not have to change the key on every start-up

First make a copy of your Blockland folder. Then use the instructions below to add a shortcut to the new server.
Quote
Changing Your Blockland Profile Path (for Windows)

Right click on your Blockland shortcut and go to Properties. Click the Shortcut tab.

The target field will look something like this:
Code: [Select]
"C:\Program Files (x86)\Blockland\BlocklandLauncher.exe"
To change Blockland's directory, add the -profilePath "C:\Path to\folder" parameter to the end. The target should now look like this:
Code: [Select]
"C:\Program Files (x86)\Blockland\BlocklandLauncher.exe" -profilePath "C:\Path to\folder"You can now launch the game using that shortcut and it will install the files to your new profile path.

First make a copy of your Blockland folder. Then use the instructions below to add a shortcut to the new server.

thank you sweet jesus