Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsonneveld authored Jun 7, 2020
1 parent 262b42f commit 10c0e56
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Ray2Mod_NewProject
Boilerplate project to quickly get started with Ray2Mod

You can download this repository as a template under the releases page.

To begin modding Rayman 2, you have to add Ray2Mod.dll as a reference to this project:
1. Right click References in the Solution Explorer
2. Click Browse and locate Ray2Mod.dll
3. Press OK to add the reference

Now you can run your mod by building this project and dragging the exported DLL onto ModRunner.exe
To automatically start the ModRunner when clicking Start, configure the following:
1. Click Project -> <YourProject> Properties...
2. Open the Debug configuration on the left
3. As start action, select "Start external program" and Browse for ModRunner.exe
4. Under start options, set the command line arguments to <YourProject>.dll (for example Ray2Mod_NewProject.dll)

Now the ModRunner will start and inject your mod whenever you click start.

0 comments on commit 10c0e56

Please sign in to comment.