game:
game_id: t7g
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
find "$src" -type f \( -name "*.gjd" -o -name "*.grv" -o -name "*.rl" -o -name
"fat.*" -o -name "sphinx.fnt" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
description: Please insert disc 1
requires: t7g
- execute:
args: $DISC/t7g $GAMEDIR
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
- insert-disc:
description: Please insert disc 2
requires: t7g
- execute:
args: $DISC/t7g $GAMEDIR
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
description: "Replacement music can be downloaded from here\r\nhttps://www.jameswoodcock.co.uk/content/scummvm-music-enhancement-project/"
game_slug: the-7th-guest
gogslug: ultra_pack_deluxe_turbo_hd_remix_vol2
humblestoreid: ''
installer_slug: the-7th-guest-2cd
name: The 7th Guest
notes: ''
runner: scummvm
script:
game:
game_id: t7g
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
find "$src" -type f \( -name "*.gjd" -o -name "*.grv" -o -name "*.rl" -o -name
"fat.*" -o -name "sphinx.fnt" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
description: Please insert disc 1
requires: t7g
- execute:
args: $DISC/t7g $GAMEDIR
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
- insert-disc:
description: Please insert disc 2
requires: t7g
- execute:
args: $DISC/t7g $GAMEDIR
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
slug: the-7th-guest-2cd
steamid: 255920
version: 2CD
year: 1993
{
"game_slug": "the-7th-guest",
"version": "2CD",
"description": "Replacement music can be downloaded from here\r\nhttps://www.jameswoodcock.co.uk/content/scummvm-music-enhancement-project/",
"notes": "",
"name": "The 7th Guest",
"year": 1993,
"steamid": 255920,
"gogslug": "ultra_pack_deluxe_turbo_hd_remix_vol2",
"humblestoreid": "",
"runner": "scummvm",
"slug": "the-7th-guest-2cd",
"installer_slug": "the-7th-guest-2cd",
"script": {
"game": {
"game_id": "t7g",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\nfind \"$src\" -type f \\( -name \"*.gjd\" -o -name \"*.grv\" -o -name \"*.rl\" -o -name \"fat.*\" -o -name \"sphinx.fnt\" \\) -exec cp {} \"$dst\" \\;",
"file": "$CACHE/selectcopy.sh"
}
},
{
"chmodx": "$CACHE/selectcopy.sh"
},
{
"insert-disc": {
"description": "Please insert disc 1",
"requires": "t7g"
}
},
{
"execute": {
"args": "$DISC/t7g $GAMEDIR",
"file": "$CACHE/selectcopy.sh"
}
},
{
"execute": {
"args": "-R 775 \"$GAMEDIR\"",
"file": "/bin/chmod"
}
},
{
"insert-disc": {
"description": "Please insert disc 2",
"requires": "t7g"
}
},
{
"execute": {
"args": "$DISC/t7g $GAMEDIR",
"file": "$CACHE/selectcopy.sh"
}
},
{
"execute": {
"args": "-R 775 \"$GAMEDIR\"",
"file": "/bin/chmod"
}
}
]
}
}