diff --git a/Installation.md b/Installation.md index 6179b39..f89bfd6 100644 --- a/Installation.md +++ b/Installation.md @@ -1,24 +1,25 @@ -# The simple method -Install [Inohara](https://gitea.tendokyu.moe/akanyan/inohara) and then drop the DLLs into `BepInEx\monomod`. - -# The manual BepInEx method -- Download [BepInEx 5](https://github.com/BepInEx/BepInEx/releases/) and [BepInEx.MonoMod.Loader](https://github.com/BepInEx/BepInEx.MonoMod.Loader). -- Copy both `BepInEx` directories into the base game directory; omit `winhttp.dll`. -- [Update segatools](https://gitea.tendokyu.moe/Dniel97/segatools/releases) -- Modify/add this entry in `segatools.ini`: - ```ini - [unity] - targetAssembly=BepInEx\core\BepInEx.Preloader.dll - ``` -- Download the modpack from [releases](https://gitea.tendokyu.moe/akanyan/inohara/releases) and put the desired DLLs in `BepInEx\monomod`. - - -# The hardpatch method -- Download [MonoMod](https://github.com/MonoMod/MonoMod/releases). -- Download the modpack from [releases](https://gitea.tendokyu.moe/akanyan/inohara/releases) and put the desired DLLs in `mu3_Data\Managed`. -- Run: - ``` - MonoMod.exe mu3_Data\Managed\Assembly-CSharp.dll - ``` -- Backup `Assembly-CSharp.dll`. +If you have a repack of the game, check if it comes with the `BepInEx` directory, in which case you can most likely just drop the DLLs into `BepInEx\monomod`. + +# The simple method +Install [Inohara](https://gitea.tendokyu.moe/akanyan/inohara) and then drop the DLLs into `BepInEx\monomod`. + +# The manual BepInEx method +- Download [BepInEx 5](https://github.com/BepInEx/BepInEx/releases/) and [BepInEx.MonoMod.Loader](https://github.com/BepInEx/BepInEx.MonoMod.Loader). +- Copy both `BepInEx` directories into the base game directory; omit `winhttp.dll`. +- [Update segatools](https://gitea.tendokyu.moe/Dniel97/segatools/releases) +- Modify/add this entry in `segatools.ini`: + ```ini + [unity] + targetAssembly=BepInEx\core\BepInEx.Preloader.dll + ``` +- Download the modpack from [releases](https://gitea.tendokyu.moe/akanyan/inohara/releases) and put the desired DLLs in `BepInEx\monomod`. + +# The hardpatch method +- Download [MonoMod](https://github.com/MonoMod/MonoMod/releases). +- Download the modpack from [releases](https://gitea.tendokyu.moe/akanyan/inohara/releases) and put the desired DLLs in `mu3_Data\Managed`. +- Run: + ``` + MonoMod.exe mu3_Data\Managed\Assembly-CSharp.dll + ``` +- Backup `Assembly-CSharp.dll`. - Rename `MONOMODDED_Assembly-CSharp.dll` to `Assembly-CSharp.dll`. \ No newline at end of file