8 Installation
あかニャン edited this page 2024-07-29 18:06:34 +00:00

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. Otherwise, follow one of the methods below.

The simple method

To make things simple, Inohara comes with BepInEx and BepInEx.MonoMod.Loader. Install Inohara and then drop the DLLs from releases into BepInEx\monomod.

The manual BepInEx method

  • Download BepInEx 5 and BepInEx.MonoMod.Loader.
  • Copy both BepInEx directories into the base game directory; omit winhttp.dll.
  • Update segatools
  • Modify/add this entry in segatools.ini:
    [unity]
    targetAssembly=BepInEx\core\BepInEx.Preloader.dll
    
  • Download the modpack from releases and put the desired DLLs in BepInEx\monomod.

The hardpatch method

  • Download MonoMod.
  • Download the modpack from 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.