files:
- game: N/A:Select the file *.000
game:
game_id: scumm:atlantis
path: $GAMEDIR
installer:
- write_file:
content: '#! /bin/bash
src=$1
dst=$2
src_path=${1%/*}
cp -avr "$src_path"/{*.00?,*.SOU,*.sou} "$dst"
chmod -R u+w "$dst"
'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
description: Use this installer if you have an MS-DOS CDROM with the file "atlantis.000"
game_slug: indiana-jones-and-the-fate-of-atlantis
gogslug: indiana_jones_and_the_fate_of_atlantis
humblestoreid: ''
installer_slug: indiana-jones-and-the-fate-of-ms-dos-cd-rom
name: Indiana Jones and the Fate of Atlantis
notes: ''
runner: scummvm
script:
files:
- game: N/A:Select the file *.000
game:
game_id: scumm:atlantis
path: $GAMEDIR
installer:
- write_file:
content: '#! /bin/bash
src=$1
dst=$2
src_path=${1%/*}
cp -avr "$src_path"/{*.00?,*.SOU,*.sou} "$dst"
chmod -R u+w "$dst"
'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
slug: indiana-jones-and-the-fate-of-ms-dos-cd-rom
steamid: 6010
version: MS-DOS CD-ROM
year: 1992
{
"game_slug": "indiana-jones-and-the-fate-of-atlantis",
"version": "MS-DOS CD-ROM",
"description": "Use this installer if you have an MS-DOS CDROM with the file \"atlantis.000\"",
"notes": "",
"name": "Indiana Jones and the Fate of Atlantis",
"year": 1992,
"steamid": 6010,
"gogslug": "indiana_jones_and_the_fate_of_atlantis",
"humblestoreid": "",
"runner": "scummvm",
"slug": "indiana-jones-and-the-fate-of-ms-dos-cd-rom",
"installer_slug": "indiana-jones-and-the-fate-of-ms-dos-cd-rom",
"script": {
"files": [
{
"game": "N/A:Select the file *.000"
}
],
"game": {
"game_id": "scumm:atlantis",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#! /bin/bash\nsrc=$1\ndst=$2\nsrc_path=${1%/*}\ncp -avr \"$src_path\"/{*.00?,*.SOU,*.sou} \"$dst\"\nchmod -R u+w \"$dst\"\n",
"file": "$CACHE/bulkcopy.sh"
}
},
{
"chmodx": "$CACHE/bulkcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR",
"file": "$CACHE/bulkcopy.sh"
}
}
]
}
}