files:
- disk1: N/A
- disk2: N/A
game:
disks:
- disk1
- disk2
main_file: disk1
installer:
- merge:
dst: $GAMEDIR
src: disk1
- merge:
dst: $GAMEDIR
src: disk2
description: ''
game_slug: another-world
gogslug: another_world_20th_anniversary_edition
humblestoreid: another-world-20th-anniversary-edition
installer_slug: another-world-amiga
name: Another World
notes: ''
runner: fsuae
script:
files:
- disk1: N/A
- disk2: N/A
game:
disks:
- disk1
- disk2
main_file: disk1
installer:
- merge:
dst: $GAMEDIR
src: disk1
- merge:
dst: $GAMEDIR
src: disk2
slug: another-world-amiga
steamid: 233550
version: amiga
year: 1991
{
"game_slug": "another-world",
"version": "amiga",
"description": "",
"notes": "",
"name": "Another World",
"year": 1991,
"steamid": 233550,
"gogslug": "another_world_20th_anniversary_edition",
"humblestoreid": "another-world-20th-anniversary-edition",
"runner": "fsuae",
"slug": "another-world-amiga",
"installer_slug": "another-world-amiga",
"script": {
"files": [
{
"disk1": "N/A"
},
{
"disk2": "N/A"
}
],
"game": {
"disks": [
"disk1",
"disk2"
],
"main_file": "disk1"
},
"installer": [
{
"merge": {
"dst": "$GAMEDIR",
"src": "disk1"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "disk2"
}
}
]
}
}