Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]Allow ignoring install order alerts #40

Open
enfJoao opened this issue Jul 16, 2022 · 3 comments
Open

[Feature]Allow ignoring install order alerts #40

enfJoao opened this issue Jul 16, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@enfJoao
Copy link

enfJoao commented Jul 16, 2022

Is your feature request related to a problem? Please describe.
If a mod has an order that has incompatibilities, it blocks the install.

Describe the solution you'd like
If a mod component as a configured incompatible order with another mod, it should give the warning, but never block the install (with a greyed out button). It should always be a user option.

@enfJoao enfJoao added the enhancement New feature or request label Jul 16, 2022
@ALIENQuake
Copy link
Owner

Those rules are often a direct representation of the actual weidu REQUIRE_COMPONENT/REQUIRE_MOD/REQUIRE_PREDICATE statements. Those statements cannot be ignored at all, and are established in order to not break the game. If the user can ignore install order rules set by the modder themself, it would undermine the whole point of this feature.

@enfJoao
Copy link
Author

enfJoao commented Jul 17, 2022

I don't think it was the case. It was a "before x" or "after x". But X was actually a mod that had a lot of components and the one that was out of order (in a duplicate instance) did not matter for anything.

@ALIENQuake
Copy link
Owner

When the mod had split components, the install order rules should cover also those and someday they will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants