From 4a982561eacf02d359ce8e94b70aa0a630608651 Mon Sep 17 00:00:00 2001 From: ijemafe Date: Mon, 11 May 2020 13:42:18 -0700 Subject: [PATCH] Update SERVERS.md --- SERVERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SERVERS.md b/SERVERS.md index 4bd7338..9839dcd 100644 --- a/SERVERS.md +++ b/SERVERS.md @@ -50,7 +50,7 @@ This section will cover hosting a Raven Shield server with [MarkMods.com](https: 1. Under Configuration, make sure `Use FTP config` is enabled. Save at the bottom. 1. Under File Manager, click `Open In Fullscreen` to start a minimal FTP client connected to your server. This will be the primary way you interact with the server's content and configuration. To open a file, click it in the UI. Save it to disk if you plan to make changes. To update a file, click `Upload Files` in the bottom left and choose the file to upload. It will replace the server's copy. 1. Install OpenRVS by uploading its files according to the instructions. - 1. Replace `system\R6GameService.dll` with [the copy from this repo](R6GameService.dll) for OpenRVS. + 1. Replace `system\R6GameService.dll` with [the copy from this repo](R6GameService.dll). This will eliminate another outbound call to Ubisoft's servers. 1. Replace `Mods\RavenShield.mod` with [the copy from this repo](RavenShield.mod). This will enable the OpenRVS server code and beacon code. 1. Start the server again when finished. It should now be using the config files from the file manager. @@ -71,7 +71,7 @@ If you want to run multiple servers, you may do so on a single Linux VM. Simply 1. `apt update && apt install wine wine32` (install 32-bit Wine to run Raven Shield) 1. Place your game files on the server, e.g. `/opt/rs` 1. Install OpenRVS by uploading its files according to the instructions. -1. Replace `system\R6GameService.dll` with [the copy from this repo](R6GameService.dll) for OpenRVS. +1. Replace `system\R6GameService.dll` with [the copy from this repo](R6GameService.dll). This will eliminate another outbound call to Ubisoft's servers. 1. Replace `Mods\RavenShield.mod` with [the copy from this repo](RavenShield.mod). This will enable the OpenRVS server code and beacon code. 1. Enter the game's system directory with `cd /opt/rs/system` 1. Start the game with `wine UCC.exe server -ini=RavenShield.init -serverconf=Server.ini`