KeinNiemand / LargePageInjectorMods

MIT License
23 stars 2 forks source link

Change Settings Format to make adding more setting easier. And add extra settings #6

Open KeinNiemand opened 5 months ago

KeinNiemand commented 5 months ago

Change the settings file format to some actual format like toml, json, ini, yaml, ... instead of simply reading setting line by line. This will probably require an additional library for parsing the settings. I'm leading towards trying toml.

New settings that need to be added aside from the existing settings: -Setting to disable any console output redirection since that breaks Stellaris -Setting to enable some debug output. -Setting to disable the beep as suggested by a user in #5

KeinNiemand commented 1 month ago

Settings now use TOML, but additional settings still have to be added and example settings have to be updated.