Installer where-in-the-usa-is-carmen-sa-10-144mb-floppy

game:
  main_file: $GAMEDIR/play.conf
installer:
- mkdir: $GAMEDIR/c
- insert-disc:
    requires: FILE1
- merge:
    dst: $GAMEDIR/a
    src: $DISC
- insert-disc:
    requires: FILE2
- merge:
    dst: $GAMEDIR/a
    src: $DISC
- insert-disc:
    requires: FILE3
- merge:
    dst: $GAMEDIR/a
    src: $DISC
- insert-disc:
    requires: FILE4
- merge:
    dst: $GAMEDIR/a
    src: $DISC
- insert-disc:
    requires: FILE5
- merge:
    dst: $GAMEDIR/a
    src: $DISC
- task:
    commands:
    - 'C:'
    - CD USAD
    - CARMEN.EXE
    - exit
    drives:
      c: $GAMEDIR/c
    name: makeconfig
    path: $GAMEDIR/play.conf
- task:
    commands:
    - 'A:'
    - INSTALL.COM
    - exit
    drives:
      a: $GAMEDIR/a
      c: $GAMEDIR/c
    name: makeconfig
    path: $GAMEDIR/install.conf
- task:
    config_file: $GAMEDIR/install.conf
    name: dosexec
    working_dir: $GAMEDIR
description: null
game_slug: where-in-the-usa-is-carmen-sandiego-deluxe-edition
gogslug: ''
humblestoreid: ''
installer_slug: where-in-the-usa-is-carmen-sa-10-144mb-floppy
name: Where in the U.S.A. Is Carmen Sandiego? (Deluxe Edition)
notes: ''
runner: dosbox
script:
  game:
    main_file: $GAMEDIR/play.conf
  installer:
  - mkdir: $GAMEDIR/c
  - insert-disc:
      requires: FILE1
  - merge:
      dst: $GAMEDIR/a
      src: $DISC
  - insert-disc:
      requires: FILE2
  - merge:
      dst: $GAMEDIR/a
      src: $DISC
  - insert-disc:
      requires: FILE3
  - merge:
      dst: $GAMEDIR/a
      src: $DISC
  - insert-disc:
      requires: FILE4
  - merge:
      dst: $GAMEDIR/a
      src: $DISC
  - insert-disc:
      requires: FILE5
  - merge:
      dst: $GAMEDIR/a
      src: $DISC
  - task:
      commands:
      - 'C:'
      - CD USAD
      - CARMEN.EXE
      - exit
      drives:
        c: $GAMEDIR/c
      name: makeconfig
      path: $GAMEDIR/play.conf
  - task:
      commands:
      - 'A:'
      - INSTALL.COM
      - exit
      drives:
        a: $GAMEDIR/a
        c: $GAMEDIR/c
      name: makeconfig
      path: $GAMEDIR/install.conf
  - task:
      config_file: $GAMEDIR/install.conf
      name: dosexec
      working_dir: $GAMEDIR
slug: where-in-the-usa-is-carmen-sa-10-144mb-floppy
steamid: null
version: 1.0 - 1.44MB Floppy
year: 1993
{
  "game_slug": "where-in-the-usa-is-carmen-sandiego-deluxe-edition",
  "version": "1.0 - 1.44MB Floppy",
  "description": null,
  "notes": "",
  "name": "Where in the U.S.A. Is Carmen Sandiego? (Deluxe Edition)",
  "year": 1993,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "where-in-the-usa-is-carmen-sa-10-144mb-floppy",
  "installer_slug": "where-in-the-usa-is-carmen-sa-10-144mb-floppy",
  "script": {
    "game": {
      "main_file": "$GAMEDIR/play.conf"
    },
    "installer": [
      {
        "mkdir": "$GAMEDIR/c"
      },
      {
        "insert-disc": {
          "requires": "FILE1"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/a",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "requires": "FILE2"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/a",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "requires": "FILE3"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/a",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "requires": "FILE4"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/a",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "requires": "FILE5"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/a",
          "src": "$DISC"
        }
      },
      {
        "task": {
          "commands": [
            "C:",
            "CD USAD",
            "CARMEN.EXE",
            "exit"
          ],
          "drives": {
            "c": "$GAMEDIR/c"
          },
          "name": "makeconfig",
          "path": "$GAMEDIR/play.conf"
        }
      },
      {
        "task": {
          "commands": [
            "A:",
            "INSTALL.COM",
            "exit"
          ],
          "drives": {
            "a": "$GAMEDIR/a",
            "c": "$GAMEDIR/c"
          },
          "name": "makeconfig",
          "path": "$GAMEDIR/install.conf"
        }
      },
      {
        "task": {
          "config_file": "$GAMEDIR/install.conf",
          "name": "dosexec",
          "working_dir": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game