WineHQ

Tom Clancy's Rainbow Six: Vegas

Original version

Application Details:

Version: 1.0
License: Retail
URL: http://rainbowsixgame.us.ubi.c...
Votes: 2
Latest Rating: Silver
Latest Wine Version Tested: 1.1.4

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

- Installing the game from DVD (No crack needed).
- All graphics settings in all resolution: none graphics bugs.
- Uninstalling the game.
- Play in multiplayer LAN mode.
- Launcher is now working.
- 1.06 is now working.

 

What does not

Nothing atm of what I have tested...

Workarounds

What was not tested


- Playing in multiplayer online mode.
- Playing over a lan. I will change that this weekend at lan party.
- Game playing more than one hour.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

I have tested this game A LOT. It is completely playable. My way of dealing with the mouse issue is to set the sensitivity all the way up on the mouse.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Jul 04 20081.1.4Yes Yes NoSilveran anonymous user 
ShowMandriva 2008Mar 19 20080.9.57.N/A Yes NoSilveran anonymous user 
ShowopenSUSE 10.2Aug 27 20070.9.44.Yes Yes NoGarbageCyp 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO

1: Create a file called R6VScript.sh 

2: paste the following into it and edit the screen resolution you are using.

 

#!/bin/bash
#
DesktopScreenRes="1360x768"
IngameScreenRes="1280x720"
PathToReg="/home/username/.wine/drive_c/Program Files/Ubisoft/Tom Clancy's Rainbow Six Vegas/Binaries"
xrandr -s "$IngameScreenRes"
regedit "$PathToReg/R6V-Pre.reg"
wine "/home/chaoscode/.wine/drive_c/Program Files/Ubisoft/Tom Clancy's Rainbow Six Vegas/Binaries/R6Vegas_Game.exe"
xrandr -s "$DesktopScreenRes"
regedit "$PathToReg/R6V-Post.reg"

 

3: create a file called R6V-Pre.reg and paste and save the following.

 

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"OffscreenRenderingMode"="fbo"
"RenderTargetLockMode"="readtex"
"UseGLSL"="enabled"

[HKEY_CURRENT_USER\Software\Wine\DirectInput]
"MouseWarpOverride"="force"

 

4:create a file called R6V-Post.reg and paste and save the following.

 [HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"=-
"OffscreenRenderingMode"=-
"RenderTargetLockMode"=-
"UseGLSL"=-

[HKEY_CURRENT_USER\Software\Wine\DirectInput]
"MouseWarpOverride"=-

 

5: Edit thePathToReg to match were you saved the .reg files to.


Notes: Use the keyboard to nav though the menus as the MouseWarpOverride locks the mouse to the middle of the windows. This lets ingame play work flawlessly.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back