We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337ce5f commit c159722Copy full SHA for c159722
README.md
@@ -0,0 +1,12 @@
1
+# RL2.ModLoader.DevSetup
2
+A simple cross platform program to ease starting the development process of RL2.ModLoader for new contributros.
3
+Upon running the program:
4
+- The user is prompted to point to the installation directory of Rogue Legacy 2.
5
+ - It's the one with the games executable.
6
+- The necessary library files are copied to a `../lib/` directory.
7
+
8
+### Use of this program is not necessary, it's just a utility.
9
+If one wishes to perform a manual setup:
10
+- Open the games installation directory.
11
+- Open the `Rogue Legacy 2_Data/Managed` directory.
12
+- Copy all files except of `RL2.ModLoader.dll` if present.
0 commit comments