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
description: null
game_slug: grand-theft-auto-iii
gogslug: ''
humblestoreid: grand-theft-auto-iii
installer_slug: grand-theft-auto-iii-retail
name: Grand Theft Auto III
notes: "Make sure when you installing the game during setup to change installation\
\ of game files to this path:\r\ndrive_c/Program Files/Rockstar Games/GTA III"
runner: wine
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
slug: grand-theft-auto-iii-retail
steamid: 12100
version: Retail
year: 2001
{
"game_slug": "grand-theft-auto-iii",
"version": "Retail",
"description": null,
"notes": "Make sure when you installing the game during setup to change installation of game files to this path:\r\ndrive_c/Program Files/Rockstar Games/GTA III",
"name": "Grand Theft Auto III",
"year": 2001,
"steamid": 12100,
"gogslug": "",
"humblestoreid": "grand-theft-auto-iii",
"runner": "wine",
"slug": "grand-theft-auto-iii-retail",
"installer_slug": "grand-theft-auto-iii-retail",
"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"
}
}
]
}
}