Other plugins overriding SSC

Hello! :)

after a few days of mild confusion its come to my attention that the following is happening:

When the server starts its loads the plugin list. 
Any plugin loaded AFTER SSC that may have an impact on object stack size, will override it.

For instance, the TreePlanter plugin. This replaces the stacks for clones and to fix it, i have to reload SSC after it has loaded.

Works fine, just.. have to do it every single day after the server reboots.

Wondering if there is a more efficient approach than this?

 

Ive been thinking about adding a Z to the front of the file name, just so it loads later in the list?

well that doesnt work lol

try to add on treeplanter.cs at the top (first line):

//Requires: StackSizeController​

I had to rename one of my plugins for a similar reason. You have to go inside the code and rename it there as well so the names match.