| Blockland Forums > Help |
| Managing dedicated server |
| (1/2) > >> |
| D3ATH LORD:
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) |
| Pacnet2012³:
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: ---$AddOn__Script_KickOnDeath = 1; --- End code --- Changing 1 to -1 disables the add-on. Do not change 1 to 0. Changing a colorset : --- Quote from: Pacnet2012³ on January 01, 2013, 01:38:43 PM ---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. --- End quote --- |
| Kamutog:
There should really be some in-game gui to do this easier. |
| Pacnet2012³:
--- Quote from: Kamutog on January 01, 2013, 01:42:56 PM ---There should really be some in-game gui to do this easier. --- End quote --- Working on it. Thanks for the idea. |
| Zeblote:
--- Quote from: Pacnet2012³ on January 01, 2013, 01:45:29 PM ---Working on it. Thanks for the idea. --- End quote --- Why are you working on a gui that is default |
| Navigation |
| Message Index |
| Next page |