Installer grand-theft-auto-iii-retail
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: - setup: N/A:Please select the setup file for GTA III game: arch: win32 exe: drive_c/Program Files/Rockstar Games/GTA III/GTA 3.exe prefix: $GAMEDIR installer: - task: arch: win32 description: Creating Wine prefix... name: create_prefix prefix: $GAMEDIR - task: app: winxp arch: win32 description: Setting winver to xp name: winetricks prefix: $GAMEDIR - task: arch: win32 description: Installing GTA III... executable: setup name: wineexec prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR
{ "files": [ { "setup": "N/A:Please select the setup file for GTA III" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Rockstar Games/GTA III/GTA 3.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "description": "Creating Wine prefix...", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "winxp", "arch": "win32", "description": "Setting winver to xp", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "description": "Installing GTA III...", "executable": "setup", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ] }