Update Installation
parent
fe13f5bbb3
commit
b9f88e7a5e
@ -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`.
|
Loading…
Reference in New Issue
Block a user