Add to the server start-up line:
mod line parameter:
-mod=@mod1;@mod2;@mod3;@mod4;@mod5;@mod6;@mod7;@mod8;@mod9;@mod10
OR
add the -par parameter using either:
-par=nameOfFile.txt
contents of nameOfFile.txt:
-mod=@mod1;@mod2;@mod3;@mod4;@mod5;@mod6;@mod7;@mod8;@mod9;@mod10
-par=nameOfFile.par
contents of nameOfFile.par:
class Arg
{
mod=" -mod=@mod0;@mod1;@mod2;@mod3;@mod4;@mod5;@mod6;@mod7;@mod8;@mod9";
};
result is server launched with only 7 of 10 mods.