Slime Rancher
0 of 0

File information

Last updated

Original upload

Created by

Bepis

Uploaded by

bbepis

Virus scan

Safe to use

About this mod

Load SMRL and uMod mods with a single, easy to install modloader

Permissions and credits
What is this?

It's a modloader based upon BepInEx that is able to load both SRML and uMod mods at the same time.

What's the benefit of using this?

There are several big benefits:

Installation and uninstallation is painless
To install, all you need to do is extract the download into your game directory. To uninstall, just delete the files that you extracted. Easy!

It does not modify game files
Both SRML and uMod have to patch the game in order to work. This is problematic because any game update or integrity check will wipe away either modloader, and require you to reinstall them.

BepInEx/SRUL does not suffer from this problem as it doesn't modify any game files. It works straight out of the box without requiring any installers.

It won't set off your anti-virus
The original uMod modloader contains obfuscated code, which causes a lot of anti-viruses to freak out and subsequently block it from loading.

As this loader does not use the original uMod binaries and instead uses completely a completely different open-source variant, anti-virus software will trust this a lot more. Not to mention, since it's open source you are able to check the code yourself.



Installation
To install, simply extract the download into your game directory so it looks like this:

That's it! To uninstall, delete those new files you extracted.

Sourcecode & Credits

Note that this modloader does not contain any code from uMod. It is a loader made completely from scratch as the original uMod project is not open source, so I created an emulator that is able to start load uMod mods. That being said, due to this some mods from uMod may not work as it is still very much a work-in-progress.

SRML mod loader module - Source
uMod mod loader module - Source

Credits to veesusmikelheir for the original SRML implementation, which this project uses under a GPL 3.0 license.
Credits to DracoClaw for being a big supporter of open source code!