
ModVersionChecker
Checks for updates available for installed mods
Last updated | 3 hours ago |
Total downloads | 44 |
Total rating | 1 |
Categories | Mods |
Dependency string | RadDude-ModVersionChecker-1.2.2 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
ModVersionChecker
Checks the version of BepInEx mods against their release versions on either GitHub or Thunderstore websites.
If there are any updates available for installed mods, a notification will pop up on game startup.
In the notification there is a button to visit the mod websites to download the available updates.
Mod release versions are checked hourly at 20 minutes past the hour so there may be a lag from when a mod author publishes a release.
For Mod Authors
This works by comparing the version obtained from the BepInEx ChainLoader against the GitHub release
tag or Thunderstore package version. The GitHub release tag can have any characters in it as long as
there is some form of int.int.int
in the tag. If you want your mod to be checked by
ModVersionChecker your mod will need to be listed in ModList.json.
If you want your mod listed or you need to update your mod entry send a pull request with the necessary changes.
Here is an example entry:
ExampleMod entry
{
"guid": "com.exampleauthor.examplemod",
"repo": "https://github.com/exampleAuthor/exampleMod"
}
Configurable
- Enable/disable notification.
- Enable/disable checking for updates.
Requires
Installation
If updating, remove ModVersionChecker folders and/or ModVersionChecker.dll files from previous installations.
Extract the downloaded zip. Inside the extracted ModVersionChecker-<version> folder copy the ModVersionChecker folder and paste it into the Sailwind/BepInEx/Plugins folder.