Installing BepInEx on Mono Unity
Download the correct version of BepInEx.
Download BepInEx from one of the available sources.
Pick a version depending on your OS:Download one of the following versions:
UnityMono_x86
for games with 32-bit executablesUnityMono_x64
for games with 64-bit executables
Extract the contents into the game root.
After you have downloaded the correct game version, extract the archive contents into the game folder.
The game root folder is where the game executable is located.
Do the first-time run to generate configuration files
Run the game executable. This step should generate the BepInEx configuration file into the
BepInEx/config
folder and an initial log fileBepInEx/LogOutput.txt
.Configure BepInEx to suit your needs.
Open
BepInEx/config/BepInEx.cfg
in a text editor of your choice. All options are documented directly in the configuration file.Additionally, refer to refer to the configuration guide for more information.