[Solved] About.xml Mod incompatibility elements?

Started by Napoleonite, February 28, 2020, 08:14:30 AM

Previous topic - Next topic

Napoleonite

QuoteMods can now define other mods that they are incompatible with. The interface will warn players about incompatibilities.
How?

K

Looks like you just create an incompatibleWith group in your About.xml like this:

<incompatibleWith>
    <li>packageId</li>
</incompatibleWith>


Interestingly, you can only put a string for each incompatibility. I only gave a packageId and it managed to find the plaintext name as well, though.