Installer gabriel-knight-2-the-beast-wi-dvd

game:
  game_id: sci
  path: $GAMEDIR
installer:
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      cp -avr "$src/."  "$dst"'
    file: $CACHE/bulkcopy-alt.sh
- chmodx: $CACHE/bulkcopy-alt.sh
- insert-disc:
    description: Please insert disc
    requires: GK2CD.BAT
- execute:
    args: $DISC $GAMEDIR
    file: $CACHE/bulkcopy-alt.sh
- execute:
    args: -R 775  "$GAMEDIR"
    file: /bin/chmod
description: null
game_slug: gabriel-knight-2-the-beast-within
gogslug: gabriel_knight_2_the_beast_within
humblestoreid: ''
installer_slug: gabriel-knight-2-the-beast-wi-dvd
name: 'Gabriel Knight 2: The Beast Within'
notes: ''
runner: scummvm
script:
  game:
    game_id: sci
    path: $GAMEDIR
  installer:
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        cp -avr "$src/."  "$dst"'
      file: $CACHE/bulkcopy-alt.sh
  - chmodx: $CACHE/bulkcopy-alt.sh
  - insert-disc:
      description: Please insert disc
      requires: GK2CD.BAT
  - execute:
      args: $DISC $GAMEDIR
      file: $CACHE/bulkcopy-alt.sh
  - execute:
      args: -R 775  "$GAMEDIR"
      file: /bin/chmod
slug: gabriel-knight-2-the-beast-wi-dvd
steamid: 496760
version: DVD
year: 1995
{
  "game_slug": "gabriel-knight-2-the-beast-within",
  "version": "DVD",
  "description": null,
  "notes": "",
  "name": "Gabriel Knight 2: The Beast Within",
  "year": 1995,
  "steamid": 496760,
  "gogslug": "gabriel_knight_2_the_beast_within",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "gabriel-knight-2-the-beast-wi-dvd",
  "installer_slug": "gabriel-knight-2-the-beast-wi-dvd",
  "script": {
    "game": {
      "game_id": "sci",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\ncp -avr \"$src/.\"  \"$dst\"",
          "file": "$CACHE/bulkcopy-alt.sh"
        }
      },
      {
        "chmodx": "$CACHE/bulkcopy-alt.sh"
      },
      {
        "insert-disc": {
          "description": "Please insert disc",
          "requires": "GK2CD.BAT"
        }
      },
      {
        "execute": {
          "args": "$DISC $GAMEDIR",
          "file": "$CACHE/bulkcopy-alt.sh"
        }
      },
      {
        "execute": {
          "args": "-R 775  \"$GAMEDIR\"",
          "file": "/bin/chmod"
        }
      }
    ]
  }
}
Back to game