"-servermod=#SRVMODS\1;#SRVMODS\2;#SRVMODS\3;"
In 1.12 and earlier all functions in mod 1 overrides functions in mod 2 etc...
Since 1.13 It doesn't work right !!!
Some server mods do not even override functions from the mods specified in -mod
"-servermod=#SRVMODS\1;#SRVMODS\2;#SRVMODS\3;"
In 1.12 and earlier all functions in mod 1 overrides functions in mod 2 etc...
Since 1.13 It doesn't work right !!!
Some server mods do not even override functions from the mods specified in -mod
2 mods in folders in server root directory
Server start params "-mod=@Mods\@OPG_Mod;" "-servermod=#SRVMODS\BorizzK_ServerMod;"
OPG_Mod\scripts\4_World\Entities
BorizzK_ServerMod\scripts\4_World\Entities
Start server and...
You may want to link this mods via RequiredAddons in config.cpp, so one mod will require another to load first. We had same troubles and those steps did help.
Another problem may be that it is empty method so it doesn't get compiled at all, I haven't tested it anyway.
Hello borizz.k.
Can you please send us the pbo files so we can check if the load order is correctly defined?
Regards,
Geez