files:
- game: N/A:Select the file Setup.exe
game:
game_id: eob2
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 "*.ADL" -o -iname "*.CPS" -o -iname "*.DAT"
-o -iname "*.DCR" -o -iname "*.DEC" -o -iname "*.EGA" -o -iname "*.INF" -o -iname
"*.MAZ" -o -iname "*.PAL" -o -iname "*.SND" -o -iname "*.VCN" -o -iname "*.VMP"
-o -iname "CREDITS.TXT" -o -iname "PALETTE.COL" -o -iname "FONT6.FNT" -o -iname
"EOBDATA0.SAV" -o -iname "FONT8.FNT" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/selectcopy.sh
description: null
game_slug: eye-of-the-beholder-ii-the-legend-of-darkmoon
gogslug: dd_classics
humblestoreid: ''
installer_slug: eye-of-the-beholder-ii-the-le-ms-dos
name: 'Eye of the Beholder II: The Legend of Darkmoon'
notes: ''
runner: scummvm
script:
files:
- game: N/A:Select the file Setup.exe
game:
game_id: eob2
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 "*.ADL" -o -iname "*.CPS" -o -iname "*.DAT"
-o -iname "*.DCR" -o -iname "*.DEC" -o -iname "*.EGA" -o -iname "*.INF" -o
-iname "*.MAZ" -o -iname "*.PAL" -o -iname "*.SND" -o -iname "*.VCN" -o -iname
"*.VMP" -o -iname "CREDITS.TXT" -o -iname "PALETTE.COL" -o -iname "FONT6.FNT"
-o -iname "EOBDATA0.SAV" -o -iname "FONT8.FNT" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/selectcopy.sh
slug: eye-of-the-beholder-ii-the-le-ms-dos
steamid: null
version: MS-DOS
year: 1991
{
"game_slug": "eye-of-the-beholder-ii-the-legend-of-darkmoon",
"version": "MS-DOS",
"description": null,
"notes": "",
"name": "Eye of the Beholder II: The Legend of Darkmoon",
"year": 1991,
"steamid": null,
"gogslug": "dd_classics",
"humblestoreid": "",
"runner": "scummvm",
"slug": "eye-of-the-beholder-ii-the-le-ms-dos",
"installer_slug": "eye-of-the-beholder-ii-the-le-ms-dos",
"script": {
"files": [
{
"game": "N/A:Select the file Setup.exe"
}
],
"game": {
"game_id": "eob2",
"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 \"*.ADL\" -o -iname \"*.CPS\" -o -iname \"*.DAT\" -o -iname \"*.DCR\" -o -iname \"*.DEC\" -o -iname \"*.EGA\" -o -iname \"*.INF\" -o -iname \"*.MAZ\" -o -iname \"*.PAL\" -o -iname \"*.SND\" -o -iname \"*.VCN\" -o -iname \"*.VMP\" -o -iname \"CREDITS.TXT\" -o -iname \"PALETTE.COL\" -o -iname \"FONT6.FNT\" -o -iname \"EOBDATA0.SAV\" -o -iname \"FONT8.FNT\" \\) -exec cp {} \"$dst\" \\;",
"file": "$CACHE/selectcopy.sh"
}
},
{
"chmodx": "$CACHE/selectcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR",
"file": "$CACHE/selectcopy.sh"
}
}
]
}
}