Author Topic: Managing dedicated server  (Read 1651 times)

I know I've been making quite a few dedicated server topics, but I have no idea how to install any mods into the dedicated server. I drop them into the add-ons folder, but I don't know how to enable them. Also color sets, and stuff like that. Also i would like to know some sort of command list for the dedicated server console (if there even is one)

exec("Add-Ons/Blah_Blah/server.cs"); can execute scripts, but here's how you use add-ons :

1 : Download the add-on into the Add-Ons folder.
2 : Open config/server/ADD_ON_LIST.cs
3 : Add a new line for it in the .cs file.

For example, if I put in the add-on "Script_KickOnDeath", I would put a new line (IN THE CORRECT ALPHABETICAL ORDERED SPOT) saying :

Code: [Select]
$AddOn__Script_KickOnDeath = 1;

Changing 1 to -1 disables the add-on. Do not change 1 to 0.

Changing a colorset :
1 : Get the Colorset_blah style add-on you want
2 : Copy the colorset.txt in it to config/server/
3 : Start your server
4 : You're done.

There should really be some in-game gui to do this easier.

There should really be some in-game gui to do this easier.

Working on it. Thanks for the idea.

Working on it. Thanks for the idea.
Why are you working on a gui that is default

Why are you working on a gui that is default
There isn't any gui for starting a DEDICATED SERVER only a.. I don't know the name for it but server that has the host on it.

Why are you working on a gui that is default

I'm actually not going to use a GUI, I'm changing his idea to make a dedicated server manager for beginners with console commands for computers, especially server computers that can't open Blockland Client.

I'm actually not going to use a GUI, I'm changing his idea to make a dedicated server manager for beginners with console commands for computers, especially server computers that can't open Blockland Client.

YES PLEASE

The... "server" if you can call my laptop that, can't open Blockland client because well... It's got a SiS chip for the GPU which cant support anything (direct3D, DirectDraw, OpenGL, ect, ect.) And it would really help to have a GUI or a set of easy to use console commands to control the server.

I thought that if you start a normal server with the add-ons and whatnot you want enabled, the next time you start the dedicated server it has those add-ons. Or did this get changed?

I thought that if you start a normal server with the add-ons and whatnot you want enabled, the next time you start the dedicated server it has those add-ons. Or did this get changed?

It's true, if you can run the blockland client.