files:
- installer: https://gta.com.ua/files/iso/GTA2INSTALLER.ZIP
game:
exe: drive_c/Program Files (x86)/Rockstar Games/GTA2/gta2.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $CACHE
file: installer
- task:
executable: $CACHE/GTA2.exe
name: wineexec
prefix: $GAMEDIR
description: Script for the free version of the game provided by Rockstar games
game_slug: grand-theft-auto-2
gogslug: ''
humblestoreid: ''
installer_slug: grand-theft-auto-2-rockstar-classics
name: Grand Theft Auto 2
notes: ''
runner: wine
script:
files:
- installer: https://gta.com.ua/files/iso/GTA2INSTALLER.ZIP
game:
exe: drive_c/Program Files (x86)/Rockstar Games/GTA2/gta2.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $CACHE
file: installer
- task:
executable: $CACHE/GTA2.exe
name: wineexec
prefix: $GAMEDIR
slug: grand-theft-auto-2-rockstar-classics
steamid: 12180
version: Rockstar Classics
year: 1999
{
"game_slug": "grand-theft-auto-2",
"version": "Rockstar Classics",
"description": "Script for the free version of the game provided by Rockstar games",
"notes": "",
"name": "Grand Theft Auto 2",
"year": 1999,
"steamid": 12180,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "grand-theft-auto-2-rockstar-classics",
"installer_slug": "grand-theft-auto-2-rockstar-classics",
"script": {
"files": [
{
"installer": "https://gta.com.ua/files/iso/GTA2INSTALLER.ZIP"
}
],
"game": {
"exe": "drive_c/Program Files (x86)/Rockstar Games/GTA2/gta2.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$CACHE",
"file": "installer"
}
},
{
"task": {
"executable": "$CACHE/GTA2.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}