Page MenuHomeFeedback Tracker

Mod sequence and functions overrides non correct in 1.13
Need More Info, UrgentPublic

Description

"-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

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General
Steps To Reproduce

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...

Event Timeline

borizz.k created this task.Jul 14 2021, 7:09 PM
borizz.k edited Steps To Reproduce. (Show Details)Jul 15 2021, 4:15 PM
borizz.k added a subscriber: Mods.
Geez changed the task status from New to Assigned.Jul 19 2021, 1:09 PM
Moonny added a subscriber: Moonny.Jul 19 2021, 1:37 PM

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.

Geez changed the task status from Assigned to Need More Info.Jul 19 2021, 1:48 PM
Geez added a subscriber: Geez.

Hello borizz.k.
Can you please send us the pbo files so we can check if the load order is correctly defined?
Regards,
Geez

Hi Geez
I make pbo for you tomorrow

This comment was removed by BIS_fnc_KK.