This package has been marked as deprecated, and it's suggested another
alternative is used.
Last updated | 5 years ago |
Total downloads | 27104 |
Total rating | 0 |
Categories | Tools |
Dependency string | meepen-Meepens_Mod_Loader-0.1.1 |
Dependants | 5 other packages depend on this package |
README
ror2-modloader
A way to dynamically load mods in Risk of Rain 2
What mods are there for this?
- 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!
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
- premake5
- this modloader
- A compiler for c++ and c#
Building
- Run
premake5 <compiler>
(for example with Visual Studio 2017premake5 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.