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

Commit 20133e1

Browse files
authored
Update README.md
1 parent 142a2a4 commit 20133e1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Explorer
22

3-
[![Version](https://img.shields.io/badge/MelonLoader-0.2.7.1-green.svg)](https://github.com/HerpDerpinstine/MelonLoader) [![Version](https://img.shields.io/badge/BepInEx-5.3.0-green.svg)](https://github.com/BepInEx/BepInEx)
4-
53
<p align="center">
64
<img align="center" src="icon.png">
75
</p>
@@ -27,10 +25,10 @@
2725

2826
## Current status
2927

30-
| Mod Loader | Il2Cpp | Mono |
31-
| ----------- | ------ | ---- |
32-
| MelonLoader | ||
33-
| BepInEx | <b>?</b> (WIP) ||
28+
| Mod Loader | Il2Cpp | Mono | Mono (.NET 3.5) |
29+
| ----------- | ------ | ---- | ---- |
30+
| [![Version](https://img.shields.io/badge/MelonLoader-0.2.7.1-green.svg)](https://github.com/HerpDerpinstine/MelonLoader) |[link](https://github.com/sinai-dev/Explorer/releases/latest/download/Explorer.MelonLoader.Il2Cpp.zip) |[link](https://github.com/sinai-dev/Explorer/releases/latest/download/Explorer.MelonLoader.Mono.zip) | ✔️ [link](https://github.com/sinai-dev/Explorer/releases/latest/download/Explorer.MelonLoader.Mono.NET35.zip) |
31+
| [![Version](https://img.shields.io/badge/BepInEx-5.3.0-green.svg)](https://github.com/BepInEx/BepInEx) |[link](https://github.com/sinai-dev/Explorer/releases/latest/download/Explorer.BepInEx.Il2Cpp.zip) | ✔️ [link](https://github.com/sinai-dev/Explorer/releases/latest/download/Explorer.BepInEx.Mono.zip) |[link](https://github.com/sinai-dev/Explorer/releases/latest/download/Explorer.BepInEx.Mono.NET35.zip) |
3432

3533
<b>IL2CPP Issues:</b>
3634
* .NET 3.5 is not currently supported (Unity 5.6.1 and older), this might change in the future.
@@ -43,14 +41,14 @@
4341
### MelonLoader
4442
Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
4543

46-
1. Download the relevant <b>Explorer_MelonLoader_.zip</b> from [Releases](https://github.com/sinai-dev/Explorer/releases).
44+
1. Download the relevant <b>Explorer_MelonLoader_.zip</b> from above.
4745
2. Unzip the file into the `Mods` folder in your game's installation directory, created by MelonLoader.
4846
3. Make sure it's not in a sub-folder, `Explorer.dll` and `mcs.dll` should be directly in the `Mods\` folder.
4947

5048
### BepInEx
5149
Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your game.
5250

53-
1. Download the relevant <b>Explorer_BepInEx_.zip</b> from [Releases](https://github.com/sinai-dev/Explorer/releases).
51+
1. Download the relevant <b>Explorer_BepInEx_.zip</b> from above.
5452
2. Unzip the file into the `BepInEx\plugins\` folder in your game's installation directory, created by BepInEx.
5553
3. Make sure it's not in a sub-folder, `Explorer.dll` and `mcs.dll` should be directly in the `plugins\` folder.
5654

@@ -132,7 +130,7 @@ Explorer can force the mouse to be visible and unlocked when the menu is open, i
132130
For example:
133131
```csharp
134132
using Explorer;
135-
using Harmony;
133+
using Harmony; // or 'using HarmonyLib;' for BepInEx
136134
// ...
137135
[HarmonyPatch(typeof(MyGame.MenuClass), nameof(MyGame.MenuClass.CursorUpdate)]
138136
public class MenuClass_CursorUpdate

0 commit comments

Comments
 (0)