A way to make specific mods incompatible instead of whole categories of mods
TheMan6900 opened this issue · 2 comments
TheMan6900 commented
useful for mods
AgentXLP commented
You can check if a specific mod is enabled by iterating through gActiveMods
and checking the name or relative path. You can check at the top of every file and return if the incompatible mod is enabled.
TheMan6900 commented
you can, cool