You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,18 @@ CppExplorer can force the mouse to be visible and unlocked when the menu is open
92
92
* For Hellpoint, use [HPExplorerMouseControl](https://github.com/sinai-dev/Hellpoint-Mods/tree/master/HPExplorerMouseControl/HPExplorerMouseControl)
93
93
* 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.
94
94
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.
0 commit comments