- MaxPlayers mod by Meepen
- Huntress 270 Degrees Run mod edited to work by Meepen
- Want to add your own mod to this list? Make a pull request here!
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!
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.
- premake5
- this modloader
- A compiler for c++ and c#
- Run
premake5 <compiler>(for example with Visual Studio 2017premake5 vs2017) - Build the project (vs2017 project is in project/ror2-modloader.sln)
- Run
readyrelease.exein the main folder - This should make a
release.zipfor you to distribute.