KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Main hall dependency trick no longer works with Knossos.NET #195

Closed Goober5000 closed 3 weeks ago

Goober5000 commented 1 month ago

Original Knossos allowed the -mod list to be different than the dependency list. This was not explicitly supported in the interface, but could be accomplished by editing the mod.json file. For example, Destiny of Peace has MjnMHs in the mod list; so the Mjn Main Halls will be used or not used depending on whether they have been installed or not.

With Knossos.NET, this no longer works. So, I have two questions: 1) Is it possible to port this (admittedly undocumented) feature to Knossos.NET? 2) Is there a way for Knossos.NET to explicitly mark a dependency as optional?