scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

Config Editor page #51

Closed scottbot95 closed 5 years ago

scottbot95 commented 5 years ago

Add a page that will show all installed config files and and allow for easy editing of those config files

scottbot95 commented 5 years ago

Annoyingly, BepInEx seems to use a slightly modified version of the TOML config file standard meaning I will have to write a custom parser.

The only difference I've found so far is that BepInEx doesn't require quotes around value strings