Skip to content

Commit 10c0e56

Browse files
authored
Create README.md
1 parent 262b42f commit 10c0e56

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Ray2Mod_NewProject
2+
Boilerplate project to quickly get started with Ray2Mod
3+
4+
You can download this repository as a template under the releases page.
5+
6+
To begin modding Rayman 2, you have to add Ray2Mod.dll as a reference to this project:
7+
1. Right click References in the Solution Explorer
8+
2. Click Browse and locate Ray2Mod.dll
9+
3. Press OK to add the reference
10+
11+
Now you can run your mod by building this project and dragging the exported DLL onto ModRunner.exe
12+
To automatically start the ModRunner when clicking Start, configure the following:
13+
1. Click Project -> <YourProject> Properties...
14+
2. Open the Debug configuration on the left
15+
3. As start action, select "Start external program" and Browse for ModRunner.exe
16+
4. Under start options, set the command line arguments to <YourProject>.dll (for example Ray2Mod_NewProject.dll)
17+
18+
Now the ModRunner will start and inject your mod whenever you click start.

0 commit comments

Comments
 (0)