So I've noticed that in the mod manager, mods will override anything listed above them wherever their assets conflict. The problem is that there isn't any way to move mods up or down in the list and the system with which mods are sorted isn't immediately apparent. So, if I'm trying to make an AI replacer mod compatible with a custom race that already has an AI, how am I supposed to make that work if the mod with the assets I want my mod to override is always listed with a higher priority?
If you are replacing a custom races, use the requires parameter in the metadata file Code: "requires" : ["modname"]
Ah, alright, thanks. May have been a noob question, but I'm still ironing out my first mod so...that's kinda what I am!