diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5efe81 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Undead Universal Patch +Non-EAC, Mono build patcher for Rec Room (2016*-*Dec-2018) + +Part one of two universal patches. The IL2CPP patch is available at (redacted). + +Tested with [BepInEx 6 build 669](https://builds.bepinex.dev/projects/bepinex_be). Builds of the same nature should also work. + +**When submitting issues**, please submit your BepInEx log file with all log levels enabled. You can do this by setting `Logging.Disk.LogLevels` in `BepInEx.cfg` to `All`. + +### Common problems +* Preloader error and logfile + crash: MonoMod must be updated. + * Download the latest release of [MonoMod](https://github.com/MonoMod/MonoMod/releases). + * Place `MonoMod.RuntimeDetour.dll` and `MonoMod.Utils.dll` in `BepInEx/core`. + * Replace the existing files. +* Entrypoint error + crash: The entrypoint was likely not set correctly. + * The default entrypoint in `BepInEx.cfg` is not valid for this build. + * Set `Preloader.Entrypoint.Type` to `MonoBehaviour`. \ No newline at end of file