Base info
"ApplicationSettings" exists as a base MapleLib type config. This is fine as something like "Custom Encryption" would be stored here as it's implemented in MapleLib and needs to be handled by MapleLib
"UserSettings" is the HaRepacker config.
"UserSettings" 2 is the HaCreator config
"ApplicationSettings" 2 is ?? HaCreator user settings but like idk they are different I guess
This is bit of a mess with what I can tell is 2 different ways of saving configs also
[ ] MapleLib config that stores the data for "Custom Encryption"
[ ] HaSharedLibrary config for things like "WzMapleVersion". Whatever HaCreator & HaRepacker both need and its worth syncing up, but not something MapleLib needs
[ ] Separate HaCreator & HaRepacker configs. Doesn't matter if its a user/application setting. Store them in the same file next to eachother, can separate inside of the config class.
MapleLib and HaSharedLibrary will probably have to be manually loaded & saved inside of HaCreator/HaRepacker as I'd like to avoid some static class to store the information inside those 2 projects
Config placement can just be Environment.SpecialFolder.ApplicationData like already but do /HaSuite/Settings.json, /HaSuite/PheCreator.json, /HaSuite/PheRepacker.json
Base info "ApplicationSettings" exists as a base MapleLib type config. This is fine as something like "Custom Encryption" would be stored here as it's implemented in MapleLib and needs to be handled by MapleLib "UserSettings" is the HaRepacker config.
"UserSettings" 2 is the HaCreator config "ApplicationSettings" 2 is ?? HaCreator user settings but like idk they are different I guess
This is bit of a mess with what I can tell is 2 different ways of saving configs also
MapleLib and HaSharedLibrary will probably have to be manually loaded & saved inside of HaCreator/HaRepacker as I'd like to avoid some static class to store the information inside those 2 projects
Config placement can just be
Environment.SpecialFolder.ApplicationData
like already but do/HaSuite/Settings.json
,/HaSuite/PheCreator.json
,/HaSuite/PheRepacker.json