SMAPI not ''reading'' edited config.json files
PublicMenace opened this issue ยท 8 comments
When I edit the config.json of any mod SMAPI ignores that and just reads the standard config settings.
I'm on Mac OS and I think this could be a PEBKAC.
When I close and reopen the given config file the settings that I made are saved so i think it must be SMAPI not recognising the changes.
Thanks in advance,
Johan
most mods only read the config once in Entry(IModHelper helper) and write it if the mod gets unloaded. If SMAPI is running your changes would be lost
maybe the mod you are using is buggy i just checked config on my own mod and it works as expected
I tried on many mods and it didn't work. I'll try again later. Thanks anyways :)
Hi @PublicMenace. If this is still happening, come ask on Discord and we'll help figure it out. I'll close this since the GitHub issues are really for planned tasks. :)