From 4a365ca94d6d8127849f148d4179fc081494a795 Mon Sep 17 00:00:00 2001 From: zombieb Date: Tue, 12 Aug 2025 22:56:17 -0400 Subject: [PATCH] server docs 2 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 769367b..de927dc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ levels enabled. You can do this by setting `Logging.Disk.LogLevels` in Hi developers. You can implement Undead patch configurations [here.](./SERVERS.md) -### Compiling +## Compiling Unlike the Mono patch, some assemblies must be referenced. @@ -39,7 +39,7 @@ Run BepInEx interop on your build and add the following assemblies to new folder - Requires `Mapster.dll` and `Mapster.Core.dll` (place in /BepInEx/plugins) - [Mapster on GitHub](https://github.com/MapsterMapper/Mapster) -### Linux users +## Linux users If you're unsure how to start your build on linux: @@ -49,7 +49,9 @@ If you're unsure how to start your build on linux: - Use protontricks to add the doorstop DLL - Start Rec Room through Steam -### GameManager Patches +## GameManager Patches + +**THESE WILL SOON BE MOVED TO SERVER PATCHES** Properties of the object in the patch file will be used to set the properties of the respective object in the game's assembly.