Config Editor
An In-Game Configuration Editor for mods
Config Editor is a Remote Interface mod for Factorio which creates an in-game configuration editor for other mods.
Making a config.lua file to store a mods configuration options is not ideal for your clients, since they have to have the exact same config.lua file in their mod (Any changes to that config.lua file will have to be uploaded to your clients).
Instead, use this mod to store and sync your mod's configuration options between clients!
The mod/interface can be found here (with documentation!): https://github.com/Zinal001/FactorioConfigEditor
Changelog
Version 0.1.3
- Updated the layout of the editor windows. Added sprite-buttons instead of the "Close" & "Cancel" buttons (See screenshots below)
- Added method generate_compatible_output. This method converts a table into an compatible config table.
- Added inspect.lua to print nicely-formatted tables
- Support for saving tables
- Support for saving string, number and boolean variables.