Installer grand-theft-auto-vice-city-dvd
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - ddrawpatch: http://silent.rockstarvision.com/uploads/SilentPatchDDraw.zip - ginput: filename: ginput.zip url: https://www.gtagarage.com/mods/download.php?f=39119 - widescreenfix: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/gtavc/GTAVC.WidescreenFix.zip game: arch: win64 exe: drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/gta-vc.exe prefix: $GAMEDIR installer: - insert-disc: requires: setup.exe - task: name: create_prefix prefix: $GAMEDIR - task: executable: $DISC/setup.exe name: wineexec prefix: $GAMEDIR - extract: dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/ file: ddrawpatch - extract: dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/ file: ginput - extract: dst: $GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/ file: widescreenfix wine: Desktop: true WineDesktop: 640x480
{ "files": [ { "ddrawpatch": "http://silent.rockstarvision.com/uploads/SilentPatchDDraw.zip" }, { "ginput": { "filename": "ginput.zip", "url": "https://www.gtagarage.com/mods/download.php?f=39119" } }, { "widescreenfix": "https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/gtavc/GTAVC.WidescreenFix.zip" } ], "game": { "arch": "win64", "exe": "drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/gta-vc.exe", "prefix": "$GAMEDIR" }, "installer": [ { "insert-disc": { "requires": "setup.exe" } }, { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "$DISC/setup.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/", "file": "ddrawpatch" } }, { "extract": { "dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/", "file": "ginput" } }, { "extract": { "dst": "$GAMEDIR/drive_c/Program Files (x86)/Rockstar Games/Grand Theft Auto Vice City/", "file": "widescreenfix" } } ], "wine": { "Desktop": true, "WineDesktop": "640x480" } }