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

Commit 403943a

Browse files
committed
Update README.md
1 parent e7aa01e commit 403943a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
4545

4646
1. Download the relevant <b>Explorer_MelonLoader_.zip</b> from above.
4747
2. Unzip the file into the `Mods` folder in your game's installation directory, created by MelonLoader.
48-
3. Make sure it's not in a sub-folder, `Explorer.dll` and `mcs.dll` should be directly in the `Mods\` folder.
48+
3. Make sure it's not in a sub-folder, `Explorer.dll` should be directly in the `Mods\` folder.
4949

5050
### BepInEx
5151
Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your game.
5252

5353
1. Download the relevant <b>Explorer_BepInEx_.zip</b> from above.
5454
2. Unzip the file into the `BepInEx\plugins\` folder in your game's installation directory, created by BepInEx.
55-
3. Make sure it's not in a sub-folder, `Explorer.dll` and `mcs.dll` should be directly in the `plugins\` folder.
55+
3. Make sure it's not in a sub-folder, `Explorer.dll` should be directly in the `plugins\` folder.
5656

5757
## How to use
5858

@@ -155,6 +155,7 @@ If you'd like to build this yourself, everything you need (other than MelonLoade
155155
4. Open the `src\Explorer.sln` project.
156156
5. Select `Solution 'Explorer' (1 of 1 project)` in the Solution Explorer panel, and set the <b>Active config</b> property to the version you want to build, then build it.
157157
5. The DLLs are built to the `Release\` folder in the root of the repository.
158+
6. [IlRepack](https://github.com/gluck/il-repack) is used to merge `lib\mcs.dll` and the release dll, this step is optional. If you don't merge them, you will need to put `mcs.dll` in the folder with the mod when you install it.
158159
159160
## Credits
160161

0 commit comments

Comments
 (0)