files:
- game: N/A:Select LOST.exe
game:
game_id: gob
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 "*.stk" -o -iname "*.itk" -o -iname "*.ltk"
-o -iname "lost.lic" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
scummvm:
fullscreen: true
description: null
game_slug: lost-in-time
gogslug: ''
humblestoreid: ''
installer_slug: lost-in-time-ms-dos
name: Lost in Time
notes: ''
runner: scummvm
script:
files:
- game: N/A:Select LOST.exe
game:
game_id: gob
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 "*.stk" -o -iname "*.itk" -o -iname "*.ltk"
-o -iname "lost.lic" \) -exec cp {} "$dst" \;'
file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/selectcopy.sh
- execute:
args: -R 775 "$GAMEDIR"
file: /bin/chmod
scummvm:
fullscreen: true
slug: lost-in-time-ms-dos
steamid: null
version: MS-DOS
year: 1993
{
"game_slug": "lost-in-time",
"version": "MS-DOS",
"description": null,
"notes": "",
"name": "Lost in Time",
"year": 1993,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "scummvm",
"slug": "lost-in-time-ms-dos",
"installer_slug": "lost-in-time-ms-dos",
"script": {
"files": [
{
"game": "N/A:Select LOST.exe"
}
],
"game": {
"game_id": "gob",
"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 \"*.stk\" -o -iname \"*.itk\" -o -iname \"*.ltk\" -o -iname \"lost.lic\" \\) -exec cp {} \"$dst\" \\;",
"file": "$CACHE/selectcopy.sh"
}
},
{
"chmodx": "$CACHE/selectcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR",
"file": "$CACHE/selectcopy.sh"
}
},
{
"execute": {
"args": "-R 775 \"$GAMEDIR\"",
"file": "/bin/chmod"
}
}
],
"scummvm": {
"fullscreen": true
}
}
}