I'm writing a mod that modifies a wide range of existing prototypes with foreach loops. I want it to be usable in conjunction with other mods, so that it modifies any prototypes added by those mods as well. For that to work, my mod must be loaded after the other mods; but there is no particular mod it needs to which I can set a dependency.
Is there a way to configure the mod to have low priority and always load after other mods? If not, can the user specify this mod will be loaded after the others?
Note that the modifications are relative to the current values of the prototypes, so the mod should not be loaded more than once.
Setting mod priority
Re: Setting mod priority
I don't thing so, mod priority was talked many times. I think that all you can do is to name your mod with last alphabet letter... xmymod wmymod zmymod ... don't know what letter factoro take as last, probably x.
Lenovo Y580 8GB Ram GF660m 128GB SSD W7
Re: Setting mod priority
I know rk84 'rewrote' the data:extend function in the test mode mod...I still haven't really looked into what he did and how it works
but you might be able to do something similar (or make a separate mod that does that for everyone that needs to do this to work with lol)
