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

Commit 1ba9b2e

Browse files
authored
Update README.md
1 parent be2da96 commit 1ba9b2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
3232
It is fairly common for games to override mouse control with their own mouse behaviour. Unfortunately, it's not feasible for CppExplorer to handle this due to how differently every game will go about it.
3333

3434
In order to fix this problem, you can:
35-
* Use [VRCExplorerMouseControl (VRChat)](https://github.com/sinaioutlander/VRCExplorerMouseControl)
36-
* Use [HPExplorerMouseControl (Hellpoint)](https://github.com/sinaioutlander/Hellpoint-Mods/tree/master/HPExplorerMouseControl/HPExplorerMouseControl)
35+
* Use [VRCExplorerMouseControl](https://github.com/sinaioutlander/VRCExplorerMouseControl) (for VRChat)
36+
* Use [HPExplorerMouseControl](https://github.com/sinaioutlander/Hellpoint-Mods/tree/master/HPExplorerMouseControl/HPExplorerMouseControl) (for Hellpoint)
3737
* In general, pressing Escape (to open a menu) will usually give you temporary control over the mouse.
38-
* Create your own mini-plugin using one of the two plugins above as an example. Usually only 1 or 2 Harmony simple patches are needed to fix the problem.
38+
* Create your own mini-plugin using one of the two plugins above as an example. Usually only 1 or 2 simple Harmony patches are needed to fix the problem.
3939

4040
## Images
4141

0 commit comments

Comments
 (0)