Search found 2 matches

by Zoryn
Sun May 11, 2014 11:53 pm
Forum: Modding help
Topic: Help with mod Load Order
Replies: 6
Views: 3608

Re: Help with mod Load Order

to force X to load before C, you can add a dependency to mod C for mod X (so that x will be loaded first). If it's not a 'true' dependency (ie X does not need to exist for C to work, you can use "? X" to state that X doesn't need to exist, but that if it does then it must be loaded before C ...
by Zoryn
Sun May 11, 2014 11:34 pm
Forum: Modding help
Topic: Help with mod Load Order
Replies: 6
Views: 3608

Help with mod Load Order

How would I go about forcing a specific mod to always load last in the load order?
(IE: Mods A, B, C, X, and Z are installed loading in the order of A, C, B, Z, X - How would I force mod C to load after mod X when neither mod C nor X depend on any other mod but base?)

Edit: If anyone would like to ...

Go to advanced search