Softlock when loading mods with improper dependancies.
Posted: Tue Aug 12, 2025 2:49 am
When attempting to launch Factorio with the base mod and the Science Group mod (already reported the issue to the mod author) the game tweaks out and softlocks, leading to this screen that closes the game. Since you aren't able to access the mod menu, the only way to fix this is to either wipe the mod folder or manually edit the mod-list JSON to disable the offending mod.
This happens because despite listing Space Age as an optional dependency, the mod has the "space-travel-required" feature flag enabled, causing the engine to assume the Space Age feature suite. This causes the issue when attempting to load the mod without Space Age enabled, since the dependency is listed as optional and thus not enforced by the game.
This happens because despite listing Space Age as an optional dependency, the mod has the "space-travel-required" feature flag enabled, causing the engine to assume the Space Age feature suite. This causes the issue when attempting to load the mod without Space Age enabled, since the dependency is listed as optional and thus not enforced by the game.