You are viewing a potentially older version of this package. View all versions.
meepen-Meepens_Mod_Loader-0.1.1 icon

Meepens Mod Loader

An easy-to-use mod loader

Date uploaded 5 years ago
Version 0.1.1
Download link meepen-Meepens_Mod_Loader-0.1.1.zip
Downloads 26546
Dependency string meepen-Meepens_Mod_Loader-0.1.1

README

ror2-modloader

A way to dynamically load mods in Risk of Rain 2

What mods are there for this?

How do I install this?

Download the latest release and follow the instructions in HOW TO INSTALL.txt

To install mods after installing, just place them in your Mods folder in Risk of Rain 2!

Why do this include a mscorlib.dll?

This is required to provide Reflection.Emit, as the .NET Standard shipped with the game does not support it. These are taken from Unity's Editor for 4.5. They can be found in net4.5 and must be put in the Managed folder if you build this yourself.

How do I build this?

Prerequisites

Building

  • Run premake5 <compiler> (for example with Visual Studio 2017 premake5 vs2017)
  • Build the project (vs2017 project is in project/ror2-modloader.sln)

Release

  • Run readyrelease.exe in the main folder
  • This should make a release.zip for you to distribute.