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
- 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:
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.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Jul 04 2008 | 1.1.4 | Yes | Yes | No | Silver | an anonymous user | |
Show | Mandriva 2008 | Mar 19 2008 | 0.9.57. | N/A | Yes | No | Silver | an anonymous user | |
Show | openSUSE 10.2 | Aug 27 2007 | 0.9.44. | Yes | Yes | No | 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.