You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible for COND_MANUAL to have a ConditionalDLC/DLCRequirement structure where the user can install an option if any of the listed DLC are installed?
For example:
In one of my mods, I have a module that can be used with any of the following mods:
Thane Lives
Mordin Lives
Legion Lives
The option to install this module is modular and would like to keep it like that. Currently, I have made 4 different configurations for this module.
Is it possible that COND_MANUAL have something like this:
...with || being OR of course.
If there is such a feature, I'd be grateful if someone could point me to where it is documented.
The text was updated successfully, but these errors were encountered:
Is it possible for COND_MANUAL to have a ConditionalDLC/DLCRequirement structure where the user can install an option if any of the listed DLC are installed?
For example:
In one of my mods, I have a module that can be used with any of the following mods:
The option to install this module is modular and would like to keep it like that. Currently, I have made 4 different configurations for this module.
Is it possible that COND_MANUAL have something like this:
...with || being OR of course.
If there is such a feature, I'd be grateful if someone could point me to where it is documented.
The text was updated successfully, but these errors were encountered: