This repository has been archived on 2026-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
zombieb bc84ef04ed Add token expiry (bump minor)
Temp remove genuine patch for unity product name
Exporting and importing tokens (not tested very well)
Insecure HTTP warning on auth
2025-03-25 21:57:14 -04:00
2025-03-25 21:57:14 -04:00
2025-03-25 21:57:14 -04:00
2025-03-25 21:57:14 -04:00
2024-11-22 21:13:17 -05:00
2025-03-25 21:57:14 -04:00
2025-03-22 21:48:46 -04:00

Undead Universal Patch

Non-EAC, IL2CPP build patcher for Rec Room (Dec 2018*-*Apr 3 2020)

Currently only supports unobfuscated builds

Part two of two universal patches. The Mono patch is available at https://git.proxnet.dev/zombieb/undead-universal-patch-mono.

Compatible with BepInEx builds that can automatically load interop assemblies before plugins (builds 710 and later)

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.

Patch IDs

Currently a work-in-progress and is not implemented

  • removeInkLimit: 'Remove' the limit of resources that can be used in a single room

Compiling

Unlike the Mono patch, some assemblies must be referenced.

Run BepInEx interop on your build and add the following assemblies to new folder .\AssemblyReferences\ in this project directory:

  • BepInEx/interop/Il2Cppmscorlib.dll
  • BepInEx/interop/Il2CppSystem.dll
  • (from Cpp2IL) cpp2il_out/UnityEngine.CoreModule.dll
  • (from Cpp2IL) cpp2il_out/Assembly-CSharp.dll
  • (from Cpp2IL) cpp2il_out/RecRoom.Datastructures.Runtime
Description
No description provided
Readme 329 KiB
Languages
C# 100%