Blockland Forums > Help
Dedicated Servers
darkninja8799:
I know how to get them, it's just that the only way I know how to get dedicated servers is when you are installing blockland....Any way to get dedicated servers without restarting BL and losing all of you're addons?
wound:
you don't lose you add-ons if you check the box to save them when you're uninstalling.
and just go to your start menu and type "dedicated" without the quotes and it should come up.
Greek2me:
Create a shortcut to BlocklandLauncher.exe with the -dedicated parameter.
Pacnet2012²:
--- Quote from: darkninja8799 on August 01, 2012, 12:26:05 PM ---I know how to get them, it's just that the only way I know how to get dedicated servers is when you are installing blockland....Any way to get dedicated servers without restarting BL and losing all of you're addons?
--- End quote ---
Open Notepad
type in :
--- Code: ---start "C:\Program Files\Blockland\BlocklandLauncher.exe" -dedicated -map bedroom
--- End code ---
For advanced users, you may change "bedroom" to the filename of the .mis file you want the map to be.
Then save it, as "All Files" and name it dedicated.bat
Pacnet2012²:
--- Quote from: Pacnet2012² on August 01, 2012, 01:38:02 PM ---Open Notepad
type in :
--- Code: ---start "C:\Program Files\Blockland\BlocklandLauncher.exe" -dedicated -map bedroom
--- End code ---
For advanced users, you may change "bedroom" to the filename of the .mis file you want the map to be, add things like -port [yourport], -profilePath commands if you are not installed in Documents/Blockland/, etc.
Then save it, as "All Files" and name it dedicated.bat
--- End quote ---