Profiles Proposition
1fxe opened this issue · 1 comments
1fxe commented
Goals
- Users should be able to load custom settings (profiles)
- Rename/Name profiles
- Delete profiles
- Reset to the default profile
- Download profiles from url
Below I have a constructed a possibility of how this can be achieved however feel free to alter it.
File structure
./minecraft
/config
/Vigilance
Vigilance-global.toml
/{modname}
default.toml
profile1.toml
/{modname2}
default.toml
Vigilance-global.toml examle
patcher = "profile1.toml"
hytilies = "default.toml"
This would allow for reset of settings as we know the default config is {modname}-default.toml, the default should be read only and any changes made in the GUI would generate {modname}-profile1.toml if it does not exist.
Vigilance-global should store the current config. If no config exists for the current mod add the mod default config to the file.