Hi,
it would really useful if mod load order could be changed in the mods list
obviously some mods have dependencies and some dont so it would be great if you could not move a mod higher in the load order than any of its dependencies
Im asking because in some cases you would want your mod to be either the first or the last
Mod load order
Moderator: ickputzdirwech
Re: Mod load order
What makes you so sure, that this is yet missing?
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Mod load order
A mod that im working on needs to be the last thing that is loaded (it scales ingredient amount, result amount and energy cost for recipes ) currently im testing it with bobs mods and even if i add them all as dependencies there are a few that seem to be loaded before my mod. i even named the mod so that it would start with z and that would put it lower in the load order.
if there is already a way to do this then im sorry for asking.
if there is already a way to do this then im sorry for asking.
Re: Mod load order
Kiralv wrote:A mod that im working on needs to be the last thing that is loaded (it scales ingredient amount, result amount and energy cost for recipes ) currently im testing it with bobs mods and even if i add them all as dependencies there are a few that seem to be loaded before my mod. i even named the mod so that it would start with z and that would put it lower in the load order.
if there is already a way to do this then im sorry for asking.
Put your code into data-final-fixes.lua and it will happen after everything else
Re: Mod load order
thanks, i didnt realize there is such option