Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 56abd38

Browse files
committed
Add build instructions to Readme
1 parent a7e6ae8 commit 56abd38

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@ CppExplorer can force the mouse to be visible and unlocked when the menu is open
9292
* For Hellpoint, use [HPExplorerMouseControl](https://github.com/sinai-dev/Hellpoint-Mods/tree/master/HPExplorerMouseControl/HPExplorerMouseControl)
9393
* You can create your own plugin using one of the two plugins above as an example. Usually only a few simple Harmony patches are needed to fix the problem.
9494

95+
## Building
96+
97+
Everything you need (other than MelonLoader) is included with this repository, there is no need for recursive cloning etc.
98+
99+
1. Install MelonLoader for your game.
100+
2. Download this repository and open the `CppExplorer.sln` file in the `src` folder.
101+
3. In Visual Studio, right-click the CppExplorer C# Project in the solution browser and click "Unload Project".
102+
4. Right-click the "CppExplorer (unloaded)" and select "Edit Project File".
103+
5. Scroll down until you see the `<ItemGroup>` containing the References.
104+
6. Fix all of the paths in the `..\Steam\` directory for your game (use the full path if you need to).
105+
7. Reload the project and everything should be working, you can now build and run it.
106+
95107
## Credits
96108

97109
Written by Sinai.

0 commit comments

Comments
 (0)