soulsmods / ModEngine2

Runtime injection library for modding Souls games. WIP
MIT License
864 stars 157 forks source link

Mod Overwrite Problem #185

Open Acook1e opened 6 months ago

Acook1e commented 6 months ago

Maybe this is not an issue. If you are using 2 more mods, an these mods have same files, the mod which on the top has a higher priority. image

In my ds3 toml, CinderBurn is on the top of Cinder1.82, this mean CinderBurn will overwrite the same files in Cinder1.82 I guess modengine2 will load mods from top to the end, if the same file is loaded, then it will ignore the same file in the mods behind maybe this feature will make modenigne2 a mod organizer like mo2.