Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"

Last updated | 2 days ago |
Total downloads | 704 |
Total rating | 0 |
Categories | Mods IL2CPP |
Dependency string | DiumStream-UpdatesChecker-1.0.8 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function

LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0README
Updates Checker for Schedule I
A mod to check for Nexus mod updates
📦 Features
- 🔄 Automatic detection of installed mods
- 🔍 Version check via Nexus Mods API
- 📝 Clear console logging
- 🛡️ Secure metadata system
- ⚠️ Exclusive Nexus Mods API compatibility (for now)
- 🕒 5-minute interval between update checks after cache creation
- 🌐 Language can be configured (English/French) in
UpdateChecker.cfg
🚀 Installation
- Download the latest version here
- Place
UpdatesChecker.dll
in theMods/
folder
🛠 For developers
Add this line to your mod:
[assembly: System.Reflection.AssemblyMetadata("NexusModID", "YOUR_MOD_ID")]
❓ FAQ
Q: How do I update?
A: Replace the old .dll with the new one.
Q: Is it compatible with other websites?
A: Only Nexus Mods for now.
Q: How often does it check for updates?
A: Every 5 minutes after the initial cache is created.
Q: How do I change the language?
A: Edit the Language
value in UserData/UpdateChecker.cfg
("en"
for English, "fr"
for French), then restart the game.
📜 License
EXPRESSLY PROHIBITED:
- Total or partial copying of the code without written permission
- Reuploading the compiled mod to sites other than Nexus Mods
- Redistribution in modified or unmodified form
- Commercial use is strictly prohibited
Consequences of violation:
- Immediate DMCA takedown on relevant platforms
- Blacklisting the mod from future versions
- Possible legal action
Possible exceptions:
- Verified modders: Request via [[email protected]]
📌 Requirements
⚠️ Warnings
- Requires an internet connection
- Works exclusively with the Nexus Mods API for now
- Fixed interval of 300 seconds (5 minutes) between each automatic check
- Language can be configured in
UserData/UpdateChecker.cfg