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

Commit 0a08dbc

Browse files
authored
Update README.md
1 parent 13d5447 commit 0a08dbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ A simple, universal Runtime Explorer for Unity IL2CPP games.
2121
Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
2222

2323
1. Download <b>CppExplorer.zip</b> from [Releases](https://github.com/sinaioutlander/CppExplorer/releases).
24-
2. Put the file in your `MyGame\Mods\` folder, and unzip with <b>"Extract here"</b> option.
25-
3. It should not go into a sub-folder, you should see `CppExplorer.dll` and `mcs.dll` in your `Mods\` folder.
24+
2. Unzip the file into the `Mods` folder in your game's installation directory, created by MelonLoader.
25+
3. Make sure it's not in a sub-folder, `CppExplorer.dll` and `mcs.dll` should be directly in the `Mods\` folder.
2626

2727
## How to use
2828

2929
* Press F7 to show or hide the menu.
3030
* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
3131

32-
If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord).
33-
3432
## Images
3533

3634
Scene explorer, and inspection of a MonoBehaviour object:

0 commit comments

Comments
 (0)