files:
- game: N/A:Select the MAG file
- game1: N/A:Select the GXF file
game:
story: $GAMEDIR/fish.mag
installer:
- execute:
args: $game $GAMEDIR/fish.mag
file: /bin/cp
- execute:
args: $game1 $GAMEDIR/fish.gfx
file: /bin/cp
description: null
game_slug: fish
gogslug: ''
humblestoreid: ''
installer_slug: fish-ms-dos
name: Fish
notes: ''
runner: frotz
script:
files:
- game: N/A:Select the MAG file
- game1: N/A:Select the GXF file
game:
story: $GAMEDIR/fish.mag
installer:
- execute:
args: $game $GAMEDIR/fish.mag
file: /bin/cp
- execute:
args: $game1 $GAMEDIR/fish.gfx
file: /bin/cp
slug: fish-ms-dos
steamid: null
version: MS-DOS
year: 1988
{
"game_slug": "fish",
"version": "MS-DOS",
"description": null,
"notes": "",
"name": "Fish",
"year": 1988,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "frotz",
"slug": "fish-ms-dos",
"installer_slug": "fish-ms-dos",
"script": {
"files": [
{
"game": "N/A:Select the MAG file"
},
{
"game1": "N/A:Select the GXF file"
}
],
"game": {
"story": "$GAMEDIR/fish.mag"
},
"installer": [
{
"execute": {
"args": "$game $GAMEDIR/fish.mag",
"file": "/bin/cp"
}
},
{
"execute": {
"args": "$game1 $GAMEDIR/fish.gfx",
"file": "/bin/cp"
}
}
]
}
}