Installer the-lost-files-of-sherlock-ho-ms-dos-1

files:
- game: N/A:Select Install.exe
game:
  game_id: scalpel
  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 "chess.pth" -o -iname "journal.lbv" -o -iname
      "sample.*" -o -iname "*.dig" -o -iname "*.lib" -o -iname "*.mdi" -o -iname "*.rlb"
      -o -iname "*.rrm" -o -iname "*.snd" -o -iname "*.txt" -o -iname "*.vgs" \) -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: the-lost-files-of-sherlock-holmes-the-case-of-the-
gogslug: ''
humblestoreid: ''
installer_slug: the-lost-files-of-sherlock-ho-ms-dos-1
name: 'The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel'
notes: ''
runner: scummvm
script:
  files:
  - game: N/A:Select Install.exe
  game:
    game_id: scalpel
    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 "chess.pth" -o -iname "journal.lbv" -o
        -iname "sample.*" -o -iname "*.dig" -o -iname "*.lib" -o -iname "*.mdi" -o
        -iname "*.rlb" -o -iname "*.rrm" -o -iname "*.snd" -o -iname "*.txt" -o -iname
        "*.vgs" \) -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: the-lost-files-of-sherlock-ho-ms-dos-1
steamid: null
version: MS-DOS
year: 1992
{
  "game_slug": "the-lost-files-of-sherlock-holmes-the-case-of-the-",
  "version": "MS-DOS",
  "description": null,
  "notes": "",
  "name": "The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel",
  "year": 1992,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "the-lost-files-of-sherlock-ho-ms-dos-1",
  "installer_slug": "the-lost-files-of-sherlock-ho-ms-dos-1",
  "script": {
    "files": [
      {
        "game": "N/A:Select Install.exe"
      }
    ],
    "game": {
      "game_id": "scalpel",
      "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 \"chess.pth\" -o -iname \"journal.lbv\" -o -iname \"sample.*\" -o -iname \"*.dig\" -o -iname \"*.lib\" -o -iname \"*.mdi\" -o -iname \"*.rlb\" -o -iname \"*.rrm\" -o -iname \"*.snd\" -o -iname \"*.txt\" -o -iname \"*.vgs\" \\) -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
    }
  }
}
Back to game