Dependencies
I'm trying to check which mod requests advanced logistics as a dependency because I want to uninstall it.

3 Replies
I don't see anywehre where to check
SML doesn't show this info unfortunately but you can manually search for what is doing it.
1. Go to your game install dir
2. Go into
FactoryGame/Mods
(This is where all enabled mods are located)
3. Check each mod for it's dependencies by looking in it's ModName.uplugin
file. (the dependencies of a mod are under the Plugins
key of this json file)
If on linux, you can use this command to find the mod:
find __install_dir__/FactoryGame/Mods -type f -name "*.uplugin" -exec grep -n "AdvancedLogistics" {} \+
I'm not sure what the equivilent on windows is.you can also check mod pages on the ficsit.app website (it's in the right side)