Installer arthurs-teacher-trouble-cd

files:
- game: N/A:Please select 'arthur.exe' from the game disc/directory
game:
  game_id: arthur
  path: $GAMEDIR
installer:
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

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

      cp -avr "$src_path/." "$dst"'
    file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
    args: $game $GAMEDIR
    file: $CACHE/bulkcopy.sh
scummvm:
  aspect: true
  fullscreen: true
  subtitles: true
description: ''
game_slug: arthurs-teacher-trouble
gogslug: ''
humblestoreid: ''
installer_slug: arthurs-teacher-trouble-cd
name: Arthur's Teacher Trouble
notes: ''
runner: scummvm
script:
  files:
  - game: N/A:Please select 'arthur.exe' from the game disc/directory
  game:
    game_id: arthur
    path: $GAMEDIR
  installer:
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

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

        cp -avr "$src_path/." "$dst"'
      file: $CACHE/bulkcopy.sh
  - chmodx: $CACHE/bulkcopy.sh
  - execute:
      args: $game $GAMEDIR
      file: $CACHE/bulkcopy.sh
  scummvm:
    aspect: true
    fullscreen: true
    subtitles: true
slug: arthurs-teacher-trouble-cd
steamid: null
version: CD
year: 1994
{
  "game_slug": "arthurs-teacher-trouble",
  "version": "CD",
  "description": "",
  "notes": "",
  "name": "Arthur's Teacher Trouble",
  "year": 1994,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "arthurs-teacher-trouble-cd",
  "installer_slug": "arthurs-teacher-trouble-cd",
  "script": {
    "files": [
      {
        "game": "N/A:Please select 'arthur.exe' from the game disc/directory"
      }
    ],
    "game": {
      "game_id": "arthur",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\ncp -avr \"$src_path/.\" \"$dst\"",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/bulkcopy.sh"
      },
      {
        "execute": {
          "args": "$game $GAMEDIR",
          "file": "$CACHE/bulkcopy.sh"
        }
      }
    ],
    "scummvm": {
      "aspect": true,
      "fullscreen": true,
      "subtitles": true
    }
  }
}
Back to game