Submodule Configuration Updates
Learn how to manually update your submodule configuration file when there has been a configuration update.
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.
1. Open the Configuration Files
In the \sonorancad\configurationdirectory, there will be two configuration files for the updated submodule:
NEW:
{submoduleName}_config.dist.luaOLD:
{submoduleName}_config.lua


2. Compare the Config Files
Note the differences in the file. In this example:
The
configVersionis1.5on our current file but is1.6on the newly downloaded one.Additionally we are missing the entire
notificationTimerssection in our current config file.

3. Migrate the Configuration Values
Method 1 (Recommended) - Overwrite Old Configuration 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
Method 2 (Not Recommended) - Manually Add Changes
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
Last updated
Was this helpful?

