Author Topic: How do you change Blockland dedicated server ports?  (Read 762 times)

The question is in the title of course.

I use Ubuntu 16.04 LTS

and i use this command to start it.
env WINEPREFIX="/home/username/.wine" wine C:\\Program\ Files\ \(x86)\\Blockland\\BlocklandLauncher.exe -dedicated -gamemode Custom

through hours of thinking and research i found out
that i could copy and paste the blockland folder then start the blockland launcher with some arguments like -profilePath "pathtoblocklandfolder" and start it
like that

change $Pref::Server::Port = "28100";
in Blockland\config\server\prefs.cs

Use my dedicated server script here: https://forum.blockland.us/index.php?topic=254544.0

The run it using the "-p 28000" option.