Skip to content

meepen/ror2-modloader

Repository files navigation

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.