Author Topic: Dedicated Server Problems  (Read 487 times)

When I try to run a dedicated server, it loads ALL of my addons, which I don't want. How do I make it so it doesn't execute every single addon I have? That's pretty much my only problem with dedicated server running.


Go to
Open up ADD_ON_LIST.cs with a text editor (e.g. Notepad)

Set the value of the addons you dont want to -1

Ex:
Code: [Select]
$AddOn__Event_Bots = -1;


Oops double qoute.

Go to this folder:

Code: [Select]
[Blockland Folder]\config\server

THANK YOU SO MUCH! Now I can host my CTF server without people having to download tonnes of stuff that is completely irrevelant to the server! Topic locked.