Reloading a save game breaks DLC Mods

TheRealHellBlazer

Chieftain
Joined
Feb 26, 2017
Messages
62
So, crazy issue with mods that make changes to DLC content.

I have mods that update parts of the DLC units and buildings. These are applied using SQL and are applied conditionally. Such as they will only apply if a user has the DLC on there system.

All works fine when you start a fresh game as according to the modding.log the DLC is loaded then the mods are loaded.

The problem is if you reload a game the mods are loaded first then DLC is loaded, meaning non of the DLC relevant updates are made.

I have added the DLC to the references part of the modinfo file, but what a surprise the game completely ignores this and STILL loads the mods first on loading a save game.

No doubt we will be waiting months for this to be fixed too.
 
OK, so I managed to a 'workaround' using LoadOrder but it would be nice if they could actually make thing work as intened rather than me having to remember to add a damn load order to several of my modinfo files.
 
I basically added a descending load order to all of the UpdateDatabase parts of my mods so they all loaded in the right order the highest one was 100 then descending by 10 for each next mod that I wanted to load before it.
 
Back
Top Bottom