Author Topic: BlocklandLauncher.exe command line parameters  (Read 991 times)

Hello.
I would like to know a complete list of all of the command line parameters avaliable for BlocklandLauncher but I have not been able to find one. I would like to know the following:

* Parameter to specify the add-on directory while using the dedicated parameter.
* Specify the dedicated server's name on the list.
* Specify the ports used for the dedicated server.
* Specify the maximum amount of players.
* Specify the administrator BL_IDs on startup, or a config file I can access for this purpose.

Thank you. If there isn't a command available for these needs, please specify how this can be achieved while starting a dedicated server.

1- start the dedicated server
2- join the server
3- go into the admin menu
4- click gamemode>custom and set your setting to what you want them to be

what was the command for specifying the map you wanted again?

Hello.
I would like to know a complete list of all of the command line parameters avaliable for BlocklandLauncher but I have not been able to find one. I would like to know the following:

* Parameter to specify the add-on directory while using the dedicated parameter.
* Specify the dedicated server's name on the list.
* Specify the ports used for the dedicated server.
* Specify the maximum amount of players.
* Specify the administrator BL_IDs on startup, or a config file I can access for this purpose.

Thank you. If there isn't a command available for these needs, please specify how this can be achieved while starting a dedicated server.
+ Add-On directory, there is no parameter for that, if steam, I don't know the file for that, but for non-steam, Documents/Blockland/*, I don't think there is a way to go around it.

" * Specify the dedicated server's name on the list." - Not needed for a parameter. I don't understand why you need this.

"* Specify the ports used for the dedicated server." - When it launches the dedicated server, it tells you the port it is using.

"* Specify the maximum amount of players."
"* Specify the administrator BL_IDs on startup, or a config file I can access for this purpose."
These can be done through a script.

All of these can be done via RTB.

Otherwise, these console commands can help:

Code: [Select]
$Pref::Server::MaxPlayers = 32; //obviously replacing 32 with desired number
$Pref::Server::Name = "Server Name";
$Pref::Server::Port = 28000; //again, replacing number with desired number

Changing the port won't take effect until the server has restarted. Alternatively, if you go to config/server/prefs.cs, you can find and edit these variables in there.

Quote
These can be done through a script.

Thank you for informing me, but that's not what I want.
If anyone has a list, thanks.

1- start the dedicated server
2- join the server
3- go into the admin menu
4- click gamemode>custom and set your setting to what you want them to be
Do not do this. 'Restarting' the server by changing the gamemode usually breaks everything. If you do that restart blockland afterwards.

Blockland Launcher (non-Steam only):

-profilePath <path>

Blockland (pass these to Blockland Launcher and it'll pass them along):

-dbgPort <port>
-dbgPassword <password>
-dbgEnable
-connect <x.x.x.x:port>
-log <Mode: 0,1,2>
-mod <mod_name>
-game <game_name>
-show
-console
-noConsole
-jSave <journal_name>
-noJournal
-jPlay <journal_name>
-jDebug <journal_name>
-help
-dedicated
-dedicatedLAN
-port <number>
-gamemode <name>
-quit
-dumpCRCs
-loadbls <filename>
-serverName <name>
-trace
-connect_lobby <64-bit lobby id>
-steam
-nosteam
« Last Edit: January 10, 2014, 04:08:46 AM by Port »