Stranded: Alien Dawn

Stranded: Alien Dawn

Stranded: Alien Dawn Workshop
Explore other users workshop creations, upload, download and subscribe to new content
Olleus 1 6 Dec, 2023 @ 8:22am
Mod Load Order
What determines it? Can we check what it is? Are mods loaded sequentially, or is it something like all the Lua from all the mods, then all the data changes? Can we define the load order we want? I presume that as mods can set dependencies, those will be loaded first? Can we set a default "load this mod last"?
< >
Showing 1-4 of 4 comments
Olleus 1 7 Dec, 2023 @ 5:54am 
Anyone?
injto4ka 30 7 Dec, 2023 @ 5:58am 
You should use mod dependencies if the load order matters.
Olleus 1 7 Dec, 2023 @ 6:03am 
Yes, I get that, but that doesn't answer 5 out of my 6 questions.

If there are no dependencies listed, what order do things load in? How can I check what order things are loaded in? Is there a way I can make a mod be loaded last (unless it's a dependency of something else)?
Last edited by Olleus; 7 Dec, 2023 @ 6:03am
Mnementh 21 8 Dec, 2023 @ 12:57am 
Hi Olleus,

There is no sure way to guarantee that your mod will be loaded after all mods that the player has subscribed to. However, there are message hooks that you can use to make changes after all mods have been loaded.

For example:
function OnMsg.ModsReloaded() -- do something end
The ModsReloaded message is fired after all mods have been loaded.
< >
Showing 1-4 of 4 comments
Per page: 1530 50