CCDirectLink / CCModManager

An ingame mod manager for CrossCode
GNU General Public License v3.0
4 stars 2 forks source link

Properly handle extension dependencies #3

Closed elluminance closed 7 months ago

elluminance commented 7 months ago

Currently, the mod manager simply assumes that one who uses the mod manager has the post-game installed, and never acknowledges any other extension's existence. It is perfectly valid for a mod to depend on, for example the Manlea skin and the mod manager would be unable to properly handle that.

For consistency, all 4 platform extensions are included even if dependence on them is unlikely.