files:
- file1: http://www.80sgaming.org/ack/ACKv3.2.zip
game:
args: -exit
main_file: ACK/ACK.BAT
installer:
- extract:
dst: $GAMEDIR
file: $file1
description: null
game_slug: adventure-creation-kit
gogslug: ''
humblestoreid: ''
installer_slug: adventure-creation-kit-32
name: Adventure Creation Kit
notes: ''
runner: dosbox
script:
files:
- file1: http://www.80sgaming.org/ack/ACKv3.2.zip
game:
args: -exit
main_file: ACK/ACK.BAT
installer:
- extract:
dst: $GAMEDIR
file: $file1
slug: adventure-creation-kit-32
steamid: null
version: '3.2'
year: 2000
{
"game_slug": "adventure-creation-kit",
"version": "3.2",
"description": null,
"notes": "",
"name": "Adventure Creation Kit",
"year": 2000,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "dosbox",
"slug": "adventure-creation-kit-32",
"installer_slug": "adventure-creation-kit-32",
"script": {
"files": [
{
"file1": "http://www.80sgaming.org/ack/ACKv3.2.zip"
}
],
"game": {
"args": "-exit",
"main_file": "ACK/ACK.BAT"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "$file1"
}
}
]
}
}