Update SERVERS.md

This commit is contained in:
ijemafe 2020-05-12 20:05:31 -07:00 committed by GitHub
parent 29eda7d9ba
commit 6ed7cbfc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -46,14 +46,14 @@ This section will cover hosting a Raven Shield server with [MarkMods.com](https:
1. From the [Raven Shield page](https://www.markmods.com/gameserverhosting/Rainbow%20Six%203:Raven%20Shield/), choose a number of player slots, a server location, and a billing frequency. Smaller servers will cost around $1/slot, while larger servers can be more efficient (around $0.50/slot).
1. Finish the signup process.
1. Open your server in the control panel.
1. Under Control Panel, Stop the server.
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. 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.
1. Install OpenRVS by uploading its files according to the instructions.
1. Replace `system\R6GameService.dll` with [the prebuilt 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. Edit `RavenShield.ini` and `Server.ini` as desired
1. In `RavenShield.ini`, set the `Port` value to your assigned port from MarkMods. If connecting to your assigned port takes you to someone else's server, someone may have used your port. If this happens, add 10 to every port number and try again.
1. Under Control Panel, Stop the server.
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. 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.
1. Install OpenRVS by uploading its files according to the instructions.
1. Replace `system\R6GameService.dll` with [the prebuilt 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. Edit `RavenShield.ini` and `Server.ini` as desired
1. In `RavenShield.ini`, set the `Port` value to your assigned port from MarkMods. If connecting to your assigned port takes you to someone else's server, someone may have used your port. If this happens, add 10 to every port number and try again.
1. Start the server again when finished. It should now be using the config files from the file manager.
When you finish, test your server and take note of your IP address and port number, and skip ahead to [Publishing Your Server](https://github.com/ijemafe/raven-shield-2020/blob/master/SERVERS.md#publishing-your-server).