If Space Exploration is disabled, either due to an incompatible mod being installed or a dependency like AAI Industry being disabled, TanksSchallGroupsFixes causes an error during loading:
Mods to disable:Failed to load mods: __TanksSchallGroupsfixes__/data.lua:5: attempt to index field 'rail' (a nil value)
stack traceback:
__TanksSchallGroupsfixes__/data.lua:5: in main chunk
This is because on line 3 it checks if space-exploration-postprocess
is active. But postprocess stays active even when space-exploration
is disabled due to dependencies issues. Probably would be good to use something else in the data.lua condition, even if the info.json dependency stays the same.
I know it doesn't cause a problem when the mods are correctly installed, but it's annoying to have to reboot an extra time to disable this mod before I can fix whatever broke the SE dependency tree.