Rybadour / Foreman

Visual planning tool for the game Factorio
Other
21 stars 7 forks source link

Support Settings from enabled mods rather than mod-settings.dat #37

Open Rybadour opened 4 years ago

Rybadour commented 4 years ago

Currently we only read settings data from mod-settings.dat which is generated by Factorio when it loads. This is problematic because some mods depend on these settings but if you enable mods which aren't currently "active" in Factorio then these mods can crash unexpectedly.

Settings data will have to read manually from each mods settings.lua file.