Application Details:
Version: | 1.x |
License: | Retail |
URL: | http://www.rockstargames.com/v... |
Votes: | 6 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 6.16 |
Maintainers: About Maintainership
What works
-Installation works (used mounted iso files, copied from cds)
-all game play works (have to cd to directory and run with wine '')
- I use this script to launch the game
#! /bin/bash
gksu -u root 'mount /PATH/Vice_City_Play.iso /media/cdrom -t i$
cd '/home/kthakore/.wine/drive_c/Program Files/Rockstar Games/Grand Theft Auto $ wine gta-vc.exe
gksu -u root 'umount /media/cdrom'
- install only works with .iso files on the computer, because ubuntu doesn't let you switch the cds in the same drive during install, so u get a 21 error and crash. So copy cds and mount them
'
What does not
-Graphics look a little wierd but ignorable (car shine looks like white streaks)
-sound a little choppy in some cut scene, but who needs cutscenes!!
Workarounds
What was not tested
-not much
Hardware tested
Graphics:
Additional Comments
Gameplay is on par with windows system specs: 512 mhz ram ati radeon 9200se (using open source drivers not fglrx) 1.8 ghz P4
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Arch Linux x86_64 | Sep 05 2021 | 6.16 | Yes | Yes | Yes | Silver | Nikhil Hari | |
Show | Fedora 33 x86_64 | Dec 22 2020 | 6.0-rc3-staging | Yes | Yes | Yes | Silver | ValdikSS | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Aug 09 2020 | 5.14 | No, but has workaround | Yes | Yes | Gold | Mazhar Hussain | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Jul 28 2020 | 5.13 | No, but has workaround | No | Yes | Garbage | Mazhar Hussain | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Aug 03 2020 | 5.0.1 | No, but has workaround | Yes | Yes | Silver | Mazhar Hussain |
Admin note: the instructions below are extremely old and may not apply to current Wine. Follow at your own risk.
Install the game
Configuring Wine for GTA:VC
Make sure the option "Allow the window manager to control the windows" in winecfg (tab "Graphics") is activated.
To kill off a running, but not responding, GTA (and any other programs/processes that Wine is running), run "wineserver -k". You may need to log in to a text-only terminal by hitting Ctrl+Alt+F1 (on most distributions).