raven-shield-2020/README.md

40 lines
2.1 KiB
Markdown
Raw Normal View History

2020-05-10 19:27:28 +02:00
# Instructions for playing Rainbow Six 3: Raven Shield in 2020 and beyond.
## Obtaining the Game
2020-05-10 19:32:23 +02:00
The game is frequently on sale for [under $5 on Steam](https://isthereanydeal.com/game/tomclancysrainbowsixiiigoldedition/history/). This edition contains the Athena Sword expansion but not Iron Wrath. Iron Wrath is out of scope for this guide, but it adds 8 maps, 5 game modes, and 6 firearms.
2020-05-10 19:27:28 +02:00
2020-05-10 20:46:42 +02:00
## Community Resources
* [Discord](https://discord.com/invite/QnXXqcK)
2020-05-10 19:27:28 +02:00
## Playing the Game
### Essential Improvements
2020-05-10 19:54:32 +02:00
1. Borderless Gaming will run the game in a fullscreen window, allowing you to instantly alt-tab. You can [download it from Github for free](https://github.com/Codeusa/Borderless-Gaming/releases/).
2020-05-10 20:48:11 +02:00
1. Check the [PC Gaming Wiki](https://www.pcgamingwiki.com/wiki/Tom_Clancy%27s_Rainbow_Six_3:_Raven_Shield) for any tweaks you might want to perform.
2020-05-10 19:27:28 +02:00
### Single-Player
2020-05-10 19:53:08 +02:00
You can now play the campaign, a custom mission, or a training scenario. To unlock all maps in custom missions, press `~` at the main menu and enter the command `unlockall`.
2020-05-10 19:27:28 +02:00
### Multi-Player
2020-05-10 20:48:44 +02:00
On September 4 2016, Ubisoft shut down the authentication servers for Raven Shield. We use OpenRVS to point our clients at a new set of authentication servers so we can still play the game together.
2020-05-10 19:27:28 +02:00
2020-05-10 19:46:15 +02:00
1. Download the latest version of OpenRVS from [RVSGaming.org](http://rvsgaming.org/Downloads/).
2020-05-10 19:54:32 +02:00
1. Open `readme.html` to read the documentation.
2020-05-10 20:38:28 +02:00
1. Copy `openrvs.ini`, `OpenRVS.u`, `R6ClassDefines.ini`, and `Servers.list` to `<YourGameDir>\system\`.
2020-05-11 01:56:08 +02:00
1. Replace `system\R6GameService.dll` with [the copy from this repo](R6GameService.dll) for OpenRVS.
2020-05-11 01:56:38 +02:00
1. Launch the game and set your Internet connection speed to `T3` in-game.
2020-05-10 20:50:29 +02:00
1. (Optional) Edit `Servers.list` to choose which servers are displayed when RVSGaming servers cannot be reached. The names in this file are for reference; the in-game server name will be retrieved from the server. You can force the usage of this file by editing `openrvs.ini` and changing the value of `ServerListURL` to an invalid URL, such as `http://127.0.0.1/servers`.
2020-05-10 19:32:23 +02:00
2020-05-11 01:58:12 +02:00
## Custom Content
See [CUSTOM.md](CUSTOM.md)
2020-05-10 19:46:15 +02:00
## Hosting a Server
2020-05-10 19:27:28 +02:00
2020-05-11 02:01:44 +02:00
See [SERVERS.md](SERVERS.md)