godot-mod-loader
godot-mod-loader copied to clipboard
Add the possibility to include a default/preset profile
Add the possibility for the game dev to ship a predefined user profile that applies on the first load. This allows including inactive example mods that the player can activate if desired.
Todos
- [x] Add
custom_default_profile
toModLoaderOptionsProfile
- [x] Add
custom_default_profile
toModLoaderStore.ml_options
- [x] Add check for
custom_default_profile
inModLoaderUserProfile._load()
- [ ] Add
@export
forModUserProfile
- [ ] Subclass for
mod_list
(exporting the Dictionary is not ideal)
- [ ] Subclass for