From fee9cf4fa3ab131316c13151dd46e1e472b819fe Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Wed, 29 Dec 2021 21:33:19 -0300 Subject: [PATCH] fix installing docs --- .../installing-lua-for-barotrauma-manually.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/manual/installing-lua-for-barotrauma-manually.md b/docs/manual/installing-lua-for-barotrauma-manually.md index 2f1348e5b..640a75cc1 100644 --- a/docs/manual/installing-lua-for-barotrauma-manually.md +++ b/docs/manual/installing-lua-for-barotrauma-manually.md @@ -18,4 +18,18 @@ Sometimes you will get steam initialization errors, most of the time it's becaus ## Adding to an existing server -To install to an existing server, do the 1-2 steps from before and replace the following files in your existing server: **DedicatedServer.deps.json** **DedicatedServer.dll** **DedicatedServer.pdb** **DedicatedServer.runtimeconfig.dev.json** **DedicatedServer.runtimeconfig.json** and the entire **Lua/** folder \ No newline at end of file +To install to an existing server, do the 1-2 steps from before and copy/replace the following files in your existing server: + +- **DedicatedServer.deps.json** +- **DedicatedServer.dll** +- **DedicatedServer.pdb** +- **DedicatedServer.runtimeconfig.dev.json** +- **DedicatedServer.runtimeconfig.json** +- **0Harmony.dll** +- **MoonSharp.Interpreter.dll** +- **MonoMod.Common.dll** +- **Mono.Cecil.dll** +- **Mono.Cecil.Mdb.dll** +- **Mono.Cecil.Pdb.dll** +- **Mono.Cecil.Rocks.dll** +- and the **Lua/** folder \ No newline at end of file