Installer eye-of-the-beholder-ms-dos

files:
- game: N/A:Select the file Start.exe
game:
  game_id: eob
  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 "EOBDATA*.pak" -o -iname "FONT6.FNT" -o -iname
      "EOBDATA.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
gogslug: dd_classics
humblestoreid: ''
installer_slug: eye-of-the-beholder-ms-dos
name: Eye of the Beholder
notes: ''
runner: scummvm
script:
  files:
  - game: N/A:Select the file Start.exe
  game:
    game_id: eob
    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 "EOBDATA*.pak" -o -iname "FONT6.FNT" -o
        -iname "EOBDATA.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-ms-dos
steamid: null
version: MS-DOS
year: 1991
{
  "game_slug": "eye-of-the-beholder",
  "version": "MS-DOS",
  "description": null,
  "notes": "",
  "name": "Eye of the Beholder",
  "year": 1991,
  "steamid": null,
  "gogslug": "dd_classics",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "eye-of-the-beholder-ms-dos",
  "installer_slug": "eye-of-the-beholder-ms-dos",
  "script": {
    "files": [
      {
        "game": "N/A:Select the file Start.exe"
      }
    ],
    "game": {
      "game_id": "eob",
      "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 \"EOBDATA*.pak\" -o -iname \"FONT6.FNT\" -o -iname \"EOBDATA.SAV\" -o -iname \"FONT8.FNT*\" \\) -exec cp {} \"$dst\" \\;",
          "file": "$CACHE/selectcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/selectcopy.sh"
      },
      {
        "execute": {
          "args": "$game $GAMEDIR",
          "file": "$CACHE/selectcopy.sh"
        }
      }
    ]
  }
}
Back to game