From 4c282151fa0cc5d8640a3dd8e856f34bde56b58d Mon Sep 17 00:00:00 2001 From: Zeruth Date: Sat, 20 Jul 2019 20:07:01 -0400 Subject: [PATCH] readme: update private server usage --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70f1c15b43..1f7b453f4f 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,12 @@ ## Private Servers Currently we support RSMod which can be found at: https://github.com/Tomm0017/rsmod ``` -Use -local-injected and -private-server args. +Use -private-server arg. +Set codebase in ./codebase. Replace modulus in RSBufferMixin. -Set codebase in PrivateRSAppletStub. + +Use -local-injected if you make changes to mixins + Disable Default World plugin if you have it enabled, this causes issues with codebase. ``` ## License