Installer suspect-infocom-treasures-i--1

game:
  main_file: $GAMEDIR/suspect.conf
installer:
- execute:
    args: $GAMEDIR/HDD $GAMEDIR/HDD/suspect $GAMEDIR/HDD/suspect/DATA
    file: mkdir
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")

      find "$src" -type f \( -iname "setup.*" -o -iname "ansi.exe" -o -iname "install.dat"
      -o -iname "suspect.COM"  \) -exec cp {} "$dst" \;

      find "$src_path" -type f \( -iname "suspect.DAT"  \) -exec cp {} "$dst/DATA"
      \;'
    file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- insert-disc:
    description: Please insert Lost Treasures of Infocom I CD
    requires: PC
- execute:
    args: $DISC "$GAMEDIR/HDD/suspect"
    file: $CACHE/selectcopy.sh
- execute:
    args: -R 775  "$GAMEDIR"
    file: /bin/chmod
- write_file:
    content: '[autoexec]

      mount C "$GAMEDIR/HDD" -t dir

      C:

      cd suspect

      suspect

      exit'
    file: $GAMEDIR/suspect.conf
description: null
game_slug: suspect
gogslug: ''
humblestoreid: ''
installer_slug: suspect-infocom-treasures-i--1
name: Suspect
notes: ''
runner: dosbox
script:
  game:
    main_file: $GAMEDIR/suspect.conf
  installer:
  - execute:
      args: $GAMEDIR/HDD $GAMEDIR/HDD/suspect $GAMEDIR/HDD/suspect/DATA
      file: mkdir
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")

        find "$src" -type f \( -iname "setup.*" -o -iname "ansi.exe" -o -iname "install.dat"
        -o -iname "suspect.COM"  \) -exec cp {} "$dst" \;

        find "$src_path" -type f \( -iname "suspect.DAT"  \) -exec cp {} "$dst/DATA"
        \;'
      file: $CACHE/selectcopy.sh
  - chmodx: $CACHE/selectcopy.sh
  - insert-disc:
      description: Please insert Lost Treasures of Infocom I CD
      requires: PC
  - execute:
      args: $DISC "$GAMEDIR/HDD/suspect"
      file: $CACHE/selectcopy.sh
  - execute:
      args: -R 775  "$GAMEDIR"
      file: /bin/chmod
  - write_file:
      content: '[autoexec]

        mount C "$GAMEDIR/HDD" -t dir

        C:

        cd suspect

        suspect

        exit'
      file: $GAMEDIR/suspect.conf
slug: suspect-infocom-treasures-i--1
steamid: null
version: Infocom Treasures I  CD
year: 1986
{
  "game_slug": "suspect",
  "version": "Infocom Treasures I  CD",
  "description": null,
  "notes": "",
  "name": "Suspect",
  "year": 1986,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "suspect-infocom-treasures-i--1",
  "installer_slug": "suspect-infocom-treasures-i--1",
  "script": {
    "game": {
      "main_file": "$GAMEDIR/suspect.conf"
    },
    "installer": [
      {
        "execute": {
          "args": "$GAMEDIR/HDD $GAMEDIR/HDD/suspect $GAMEDIR/HDD/suspect/DATA",
          "file": "mkdir"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\nfind \"$src\" -type f \\( -iname \"setup.*\" -o -iname \"ansi.exe\" -o -iname \"install.dat\" -o -iname \"suspect.COM\"  \\) -exec cp {} \"$dst\" \\;\nfind \"$src_path\" -type f \\( -iname \"suspect.DAT\"  \\) -exec cp {} \"$dst/DATA\" \\;",
          "file": "$CACHE/selectcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/selectcopy.sh"
      },
      {
        "insert-disc": {
          "description": "Please insert Lost Treasures of Infocom I CD",
          "requires": "PC"
        }
      },
      {
        "execute": {
          "args": "$DISC \"$GAMEDIR/HDD/suspect\"",
          "file": "$CACHE/selectcopy.sh"
        }
      },
      {
        "execute": {
          "args": "-R 775  \"$GAMEDIR\"",
          "file": "/bin/chmod"
        }
      },
      {
        "write_file": {
          "content": "[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nC:\ncd suspect\nsuspect\nexit",
          "file": "$GAMEDIR/suspect.conf"
        }
      }
    ]
  }
}
Back to game