game:
game_id: stationfall
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
find "$src_path" -type f \( -iname "stationf.DAT" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
description: Please insert Lost Treasures of Infocom I CD
requires: PC
- execute:
args: $DISC "$GAMEDIR"
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
description: null
game_slug: station-fall
gogslug: ''
humblestoreid: ''
installer_slug: stationfall-infocom-treasures-i-
name: Stationfall
notes: ''
runner: scummvm
script:
game:
game_id: stationfall
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
find "$src_path" -type f \( -iname "stationf.DAT" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
description: Please insert Lost Treasures of Infocom I CD
requires: PC
- execute:
args: $DISC "$GAMEDIR"
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
slug: stationfall-infocom-treasures-i-
steamid: null
version: Infocom Treasures I CD
year: 1987
{
"game_slug": "station-fall",
"version": "Infocom Treasures I CD",
"description": null,
"notes": "",
"name": "Stationfall",
"year": 1987,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "scummvm",
"slug": "stationfall-infocom-treasures-i-",
"installer_slug": "stationfall-infocom-treasures-i-",
"script": {
"game": {
"game_id": "stationfall",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\nfind \"$src_path\" -type f \\( -iname \"stationf.DAT\" \\) -exec cp {} \"$dst\" \\;",
"file": "$CACHE/selectcopy.sh"
}
},
{
"chmodx": "$CACHE/selectcopy.sh"
},
{
"insert-disc": {
"description": "Please insert Lost Treasures of Infocom I CD",
"requires": "PC"
}
},
{
"execute": {
"args": "$DISC \"$GAMEDIR\"",
"file": "$CACHE/selectcopy.sh"
}
},
{
"execute": {
"args": "-R 775 \"$GAMEDIR\"",
"file": "/bin/chmod"
}
}
]
}
}