rquinio / PortraitBuilder

:art: Portrait Builder tool for Crusader Kings II
http://www.ckiiwiki.com/Portrait_Builder
GNU Lesser General Public License v3.0
15 stars 3 forks source link

Support .mod file dependencies in loader #10

Open rquinio opened 7 years ago

rquinio commented 7 years ago

Based on these mods:

If there is a file with identical name (.gfx, .dds, etc.), the priority should likely be: SubMod2 > SubMod1 > BaseMod > Vanilla+DLCs To be confirmed with some testing.

Without dependencies, the priority would be first mod loaded wins (BaseMod > SubMod1 > SubMod2 > > Vanilla+DLCs)

Not sure how games behaves when there's a dependency cycle.