Update config to use MelonPreferences - #7
Conversation
Changes configuration from tomlet to the preferred MelonPreferences Configuration is now found in the MelonPreferences.cfg
Changed ReferencePath to the preferred MD_Directory env variable
|
imo it's still better to keep the AccuracyIndicator.cfg cz i think it's easier for people who want to change this manually |
|
That's easy enough. However, keeping AccuracyIndicator.cfg presents an issue with an already existing .cfg file as MelonPreferences will only append the new category to the file. This shows two of the same entries and might be confusing. I don't think it's a huge problem as someone can simply delete the file to generate a clean one and there is only one boolean to worry about, but would like your opinion on it. |
|
Maybe add a note in the comment? |
it's not a big deal since normally no one will change this My original plan is to have this mod to give an attribute |
Do you mean adding a note to the config? If so, I'm hesitant to add extra clutter. |


This update was focused on changing the config system to used the preferred MelonPreferences, and moved the only config entry into MelonPreferences.cfg.
The reason for this change was that I was under the mistaken assumption that a few other mods were recently updated to only support MelonLoader 0.7.0 which breaks the config system this mod used.
I have tested this version with MelonLoader 0.6.1 which is the officially supported version and there should be no issues.