Submodule Configuration Updates
Learn how to manually update your submodule configuration file when there has been a configuration update.
Last updated
Learn how to manually update your submodule configuration file when there has been a configuration update.
Last updated
Submodule Updater: X has a new configuration version
: This means one of your submodules has been updated, but there is a newer configuration file available with additional properties. To resolve, we need to manually migrate the configuration file for the submodule.
In the \sonorancad\configuration
directory, there will be two configuration files for the updated submodule:
NEW: {submoduleName}_config.dist.lua
OLD: {submoduleName}_config.lua
Note the differences in the file. In this example:
The configVersion
is 1.5
on our current file but is 1.6
on the newly downloaded one.
Additionally we are missing the entire notificationTimers
section in our current config file.
Simply copy and paste the entire contents of your new config file into your existing config file and make any needed configuration changes.
Save the file and restart the resource
Note down the changes in the new configuration file and add any missing properties to your existing configuration file.
Ensure you change the version number to the correct version from the new file.
Save your existing file and restart the resource