File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments