AlyxMoon / lunar-factorio-mod-manager

A mod manager for Factorio, programmed using the Electron framework.
MIT License
6 stars 2 forks source link

Allow editing the mod configuration #115

Open AlyxMoon opened 4 years ago

AlyxMoon commented 4 years ago

User should be able to view the available settings that are configured for a mod, and edit these settings. There should be two options for saving:

One major step to this is figuring out how the mod-settings.dat is encoded and how to read/write correctly to it so the game can parse it.