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.lua

  • OLD: {submoduleName}_config.lua

New WraithV2 Configuration File
Old WraithV2 Configuration File

2. Compare the Config Files

Note the differences in the file. In this example:

  • The configVersion is 1.5on our current file but is 1.6on the newly downloaded one.

  • Additionally we are missing the entire notificationTimers section in our current config file.

SonoranCAD - WraithV2 Configuration Differences

3. Migrate the Configuration Values

  • 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

Last updated

Was this helpful?