A New Update Checker for The Sims 4
I recently finished a small project called Mod Update Checker, or MUC.
The goal is to make update notifications easier for both players and mod creators. Mods that support MUC provide their current version, which is then compared locally with a central public registry. If an update is available, the player receives a clear notification with the creator’s official update page.
The list of currently compatible mods can be viewed here:
http://muc-registry.demeterio.cc/registry/
MUC does not search through the Mods folder, send a list of installed mods, or download updates on the player’s behalf.
It is also important to mention that MUC is not useful on its own. Players only need to install it when a mod creator has specifically added MUC support.
I would be happy to hear any feedback, particularly from modders who are curious about the integration process or would like to test it with one of their projects.
Latest Release:
https://github.com/Demeterio/Mod-Update-Checker/releases/latest
Modder Guide: