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

Add a way for mods to tell AML to ignore particular MCO conflicts #231

Open
Iridar opened this issue Jul 16, 2020 · 0 comments
Open

Add a way for mods to tell AML to ignore particular MCO conflicts #231

Iridar opened this issue Jul 16, 2020 · 0 comments
Labels
Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Enhancement

Comments

@Iridar
Copy link

Iridar commented Jul 16, 2020

As discussed on discord, XComGame.ini would be a good place for this.

An example entry would look like this:

[CovertInfiltration CHModDependency]
DisplayName="Covert Infiltration"

[blah blah]

+IgnoreModClassOverrideConflict = "WOTCShowAllClassCounts.UIShell_MCO"

Which would then make AML ignore this line in the XComEngine.ini of any mod for the purposes of detecting MCO conflicts:

[Engine.Engine]
+ModClassOverrides=(BaseGameClass="UIShell", ModClass="WOTCShowAllClassCounts.UIShell_MCO")
@RevZero RevZero added Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Enhancement labels Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants