From 0a08dbc495c252ac6b5aad9c64fca65d9a4bf0ac Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinaioutlander@users.noreply.github.com> Date: Sat, 8 Aug 2020 05:16:55 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ecb40f..b68a38b 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,14 @@ A simple, universal Runtime Explorer for Unity IL2CPP games. Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game. 1. Download CppExplorer.zip from [Releases](https://github.com/sinaioutlander/CppExplorer/releases). -2. Put the file in your `MyGame\Mods\` folder, and unzip with "Extract here" option. -3. It should not go into a sub-folder, you should see `CppExplorer.dll` and `mcs.dll` in your `Mods\` folder. +2. Unzip the file into the `Mods` folder in your game's installation directory, created by MelonLoader. +3. Make sure it's not in a sub-folder, `CppExplorer.dll` and `mcs.dll` should be directly in the `Mods\` folder. ## How to use * Press F7 to show or hide the menu. * Simply browse through the scene, search for objects, etc, it's pretty self-explanatory. -If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord). - ## Images Scene explorer, and inspection of a MonoBehaviour object: