Monkey has been designed so JSON in the Mods folder will supersede values set by Monkey.json.I thought so, but I was unsure what happens when two mods alter the same settings. If I just break it out into its own file is there some way to make it take preference?
If two Mods actively update the same settings, mods are executed in alphabetical file order so the last mod will 'win'. Note that file order is .Net/filesystem dependent. If this ever become an issue, I can enforce the order manually in a future release.
-T-