Author Topic: Dedicated Server enables all add-ons!  (Read 690 times)

I have just made a dedicated server. The thing is that every one of my add-ons enable. Before that, an annoying add-on kept enabling itself. I tried to turn it off via RTB.
Then I went into the default add-on menu then turned it off there, but that did not work. That is when all of my add-ons enabled when I started up my dedi.
Any help?

I have no idea how to fix this, neither does anyone else. It does not load add-on preferences and rather loads everything.

I know how to fix this, start up a temporary server with the addons you want, then once you've spawned, exit the game and start the dedi server up.

All you have to do to fix the problem is open ADD_ON_LIST.cs which is located in your Blockland\config\server folder and change all the values of the add-ons you do not wish to use to -1.

For example, let's say you don't want to have Gun enabled, you change
Code: [Select]
$AddOn__Weapon_Gun = "1";to
Code: [Select]
$AddOn__Weapon_Gun = "-1";
Note that you have to do this every time before opening a dedicated server.

All you have to do to fix the problem is open ADD_ON_LIST.cs which is located in your Blockland\config\server folder and change all the values of the add-ons you do not wish to use to -1.

For example, let's say you don't want to have Gun enabled, you change
Code: [Select]
$AddOn__Weapon_Gun = "1";to
Code: [Select]
$AddOn__Weapon_Gun = "-1";
Note that you have to do this every time before opening a dedicated server.
And how do I open the ADD_ON_LIST.cs?

And how do I open the ADD_ON_LIST.cs?
You don't need to do this.
What The Corporation said is a much easier way.

I know how to fix this, start up a temporary server with the addons you want, then once you've spawned, exit the game and start the dedi server up.