Add certain "Quality of Life" features to R.E.P.O.!
- Intiface Central or Intiface Engine (former preferred)
- A buttplug or a device that can vibrate and has buttplug.io support (See here for a list of supported devices)
- Install BepInEx (see BepInEx Installation Guide)
- Download AutoHookGenPatcher and DetourContext_Dispose_Fix
- For
DetourContext_Dispose_Fix, drag and drop thepatchersfolder into the BepInEx directory in the R.E.P.O game directory.
- For
- Install
AutoHookGenPatcherandDetourContext_Dispose_Fixby dragging and dropping the contents of the BepInEx folder into the R.E.P.O. BepInEx folder - Launch R.E.P.O. once with BepInEx installed to ensure that its working and needed folders are present
- Navigate to your R.E.P.O. install directory and go to
./BepInEx/plugins - Download the mod and unzip it in the installation directory
- Open Intiface Central (or Engine if you know how to use that)
- Start it via the big play button
- Launch R.E.P.O. with the mod installed
- If it doesn't work, go to Intiface settings and enable
Listen on all network interfacesin the server settings
- If it doesn't work, go to Intiface settings and enable
Copy the Config.Build.user.props.template file to Config.Build.user.props
and edit the GameDir and HookgenDir properties in the second PropertyGroup
Set GameDir to the path where R.E.P.O. is installed and set HookgenDir to
the path where the auto-generated MMHOOK files are located (e.g. BepInEx/plugins/MMHOOK/Managed)
To build the plugin run dotnet build -p:BuildStaging=true in your terminal
(make sure that you are in the correct directory).
TODO, WRITE THIS