server docs 2

This commit is contained in:
2025-08-12 22:56:17 -04:00
parent 45d844da18
commit 4a365ca94d

View File

@@ -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) Hi developers. You can implement Undead patch configurations [here.](./SERVERS.md)
### Compiling ## Compiling
Unlike the Mono patch, some assemblies must be referenced. 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) - Requires `Mapster.dll` and `Mapster.Core.dll` (place in /BepInEx/plugins)
- [Mapster on GitHub](https://github.com/MapsterMapper/Mapster) - [Mapster on GitHub](https://github.com/MapsterMapper/Mapster)
### Linux users ## Linux users
If you're unsure how to start your build on linux: 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 - Use protontricks to add the doorstop DLL
- Start Rec Room through Steam - 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 Properties of the object in the patch file will be used to set the properties of
the respective object in the game's assembly. the respective object in the game's assembly.