https://github.com/bepinex/bepinex.umod.loader
uMod mod loader for BepInEx
https://github.com/bepinex/bepinex.umod.loader
Last synced: 3 months ago
JSON representation
uMod mod loader for BepInEx
- Host: GitHub
- URL: https://github.com/bepinex/bepinex.umod.loader
- Owner: BepInEx
- License: agpl-3.0
- Created: 2021-07-27T09:21:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T09:50:42.000Z (almost 5 years ago)
- Last Synced: 2025-07-19T01:43:13.240Z (11 months ago)
- Language: C#
- Size: 134 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BepInEx.uMod.Loader
uMod Framework mod loader for BepInEx
Loads mods from the [uMod Framework](https://umodframework.com/) modloader, most widely known for its Slime Rancher mods.
Since the original is closed source, this is an open-source reimplementation made from scratch. It is missing functionality relating to UI, configuration and caching, however it implements the encryption/decryption code and keys such that it can load encrypted `.umfmod` files.
Simple mods have been tested to work just fine, while more complex mods can at least load without Mono complaining about missing methods and types. Your mileage may vary.
Once installed, the associated `uModFramework` folders will be created on first launch without any installation required.