[#modding] _feature request (moddability):_ add a `RequiresMods` field to `manifest.json` t...

Issue #11264 new
Freehold Games Bot Account created an issue

Marked for crossposting by: kernelmethod

Message (jump):

<kernelmethod> feature request (moddability): add a RequiresMods field to manifest.json that adds a comma-separated list of mods that must be enabled in order for a given mod to be enabled. For example:
"RequiresMods": ["SnapjawMages", "MyMod"]
would be used to specify that mods with IDs SnapjawMages and MyMod must be enabled to run this mod.

Comments (4)

  1. kernelmethod

    this is orthogonal to the problems solved by using LoadOrder because, for example, you could have an XML-only mod that depends on a scripting mod (which is the use case I’m hitting); the former will be enabled by default but not the latter

  2. Ray

    Ideally there would be a way to force loading regardless (for instance, in the case of a fork of a base mod)

  3. Log in to comment