| Blockland Forums > Help |
| Dedicated Server enables all add-ons! |
| (1/2) > >> |
| |Orange|:
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? |
| Counter98:
I have no idea how to fix this, neither does anyone else. It does not load add-on preferences and rather loads everything. |
| The Corporation:
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. |
| General:
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: ---$AddOn__Weapon_Gun = "1"; --- End code --- to --- Code: ---$AddOn__Weapon_Gun = "-1"; --- End code --- Note that you have to do this every time before opening a dedicated server. |
| ShadowYoshi294:
--- Quote from: General on November 25, 2011, 09:56:03 AM ---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: ---$AddOn__Weapon_Gun = "1"; --- End code --- to --- Code: ---$AddOn__Weapon_Gun = "-1"; --- End code --- Note that you have to do this every time before opening a dedicated server. --- End quote --- And how do I open the ADD_ON_LIST.cs? |
| Navigation |
| Message Index |
| Next page |