Move default profile creation in mod_loader.gd from _ready()
to _load_mods()
#465
Labels
enhancement
New feature or request
_ready()
to _load_mods()
#465
Can be salvaged from
disabled_mods
setting to load metadata #394https://github.com/KANAjetzt/godot-mod-loader/blob/cea915e276a59c7b8c89f4c103e7d3147fdbf879/addons/mod_loader/mod_loader.gd#L111-L121
The default user profile should be created before mod configs are loaded. Without a user profile, the configs cannot be saved.
The text was updated successfully, but these errors were encountered: