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!
What works
Install, splash screen, menu, loading screen.
What does not
Freeze during loading screen.
Workarounds
What was not tested
Play.
Hardware tested
Graphics:
Additional Comments
Crack needed
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Jul 04 2008 | 1.1.4 | Yes | Yes | Silver | an anonymous user | ||
Show | Mandriva 2008 | Mar 19 2008 | 0.9.57. | N/A | Yes | Silver | an anonymous user | ||
Current | openSUSE 10.2 | Aug 27 2007 | 0.9.44. | Yes | Yes | Garbage | Cyp |
Bug # | Description | Status | Resolution | Other apps affected |
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 for this application have been disabled because there are no maintainers.