We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed on discord, XComGame.ini would be a good place for this.
XComGame.ini
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:
XComEngine.ini
[Engine.Engine] +ModClassOverrides=(BaseGameClass="UIShell", ModClass="WOTCShowAllClassCounts.UIShell_MCO")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As discussed on discord,
XComGame.ini
would be a good place for this.An example entry would look like this:
Which would then make AML ignore this line in the
XComEngine.ini
of any mod for the purposes of detecting MCO conflicts:The text was updated successfully, but these errors were encountered: