files:
- game: N/A:Select a file with the extension *.STK
game:
game_id: gob
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
cp -avr "$src_path/." "$dst"'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
scummvm:
fullscreen: true
description: null
game_slug: gobliins-2-the-prince-buffoon
gogslug: gobliiins_pack
humblestoreid: ''
installer_slug: gobliins-2-the-prince-buffoon-ms-dos
name: 'Gobliins 2: The Prince Buffoon'
notes: ''
runner: scummvm
script:
files:
- game: N/A:Select a file with the extension *.STK
game:
game_id: gob
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
cp -avr "$src_path/." "$dst"'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
scummvm:
fullscreen: true
slug: gobliins-2-the-prince-buffoon-ms-dos
steamid: null
version: MS-DOS
year: 1992
{
"game_slug": "gobliins-2-the-prince-buffoon",
"version": "MS-DOS",
"description": null,
"notes": "",
"name": "Gobliins 2: The Prince Buffoon",
"year": 1992,
"steamid": null,
"gogslug": "gobliiins_pack",
"humblestoreid": "",
"runner": "scummvm",
"slug": "gobliins-2-the-prince-buffoon-ms-dos",
"installer_slug": "gobliins-2-the-prince-buffoon-ms-dos",
"script": {
"files": [
{
"game": "N/A:Select a file with the extension *.STK"
}
],
"game": {
"game_id": "gob",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\ncp -avr \"$src_path/.\" \"$dst\"",
"file": "$CACHE/bulkcopy.sh"
}
},
{
"chmodx": "$CACHE/bulkcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR",
"file": "$CACHE/bulkcopy.sh"
}
}
],
"scummvm": {
"fullscreen": true
}
}
}