Tom Clancy's Rainbow Six 3: Gold Edition

Tom Clancy's Rainbow Six 3: Gold Edition

Not enough ratings
Quick Start
By yuno
How to get the game up and running quickly.
   
Award
Favorite
Favorited
Unfavorite
Setup
  • Get the OpenRVS patch from moddb
  • Unpack files into your Rainbow Six system folder
  • Set StartupFullscreen=False in RavenShield.ini
  • (optional) Change FieldOfView=110 in openrvs.ini
  • Create a new autohotkey[www.autohotkey.com] script to set the game to borderless window mode after starting a mission:
    #UseHook On ^F12:: WinGet, WindowID, ID, A WinSet, Style, -0xC40000, ahk_id %WindowID% WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight Return
    Alternatively use something like https://github.com/Codeusa/Borderless-Gaming
  • (optional) In case of graphical problems install directx8 to directx9 patch by dropping the dll from github[github.com] into your Rainbow Six system folder.

For a more in-depth guide check https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=816081740
2 Comments
yuno  [author] 27 Dec, 2021 @ 3:26am 
You have to install autohotkey first and then create a new script with that content. Alternatively you can probably use any other program that does this like https://github.com/Codeusa/Borderless-Gaming . Autohotkey is just the easiest way imo.
JenculeCorsairCesFILSDEPUTE 27 Dec, 2021 @ 1:45am 
I don't understand the step with autohotkey <where should I enter these info ?