Installer where-in-the-world-is-carmen-cd

game:
  main_file: $GAMEDIR/play.conf
installer:
- insert-disc:
    requires: carmen.dat
- mkdir: $GAMEDIR/c
- merge:
    dst: $GAMEDIR/d
    src: $DISC
- task:
    commands:
    - 'C:'
    - CD DELUXE
    - CALL CARMEN.BAT
    - exit
    drives:
      c: $GAMEDIR/c
      d: $GAMEDIR/d
    name: makeconfig
    path: $GAMEDIR/play.conf
- task:
    commands:
    - 'D:'
    - SETUP.EXE
    - exit
    drives:
      c: $GAMEDIR/c
      d: $GAMEDIR/d
    name: makeconfig
    path: $GAMEDIR/install.conf
- task:
    config_file: $GAMEDIR/install.conf
    name: dosexec
    working_dir: $GAMEDIR
description: null
game_slug: where-in-the-world-is-carmen-sandiego-deluxe-editi
gogslug: ''
humblestoreid: ''
installer_slug: where-in-the-world-is-carmen-cd
name: Where in the World Is Carmen Sandiego? (Deluxe Edition)
notes: ''
runner: dosbox
script:
  game:
    main_file: $GAMEDIR/play.conf
  installer:
  - insert-disc:
      requires: carmen.dat
  - mkdir: $GAMEDIR/c
  - merge:
      dst: $GAMEDIR/d
      src: $DISC
  - task:
      commands:
      - 'C:'
      - CD DELUXE
      - CALL CARMEN.BAT
      - exit
      drives:
        c: $GAMEDIR/c
        d: $GAMEDIR/d
      name: makeconfig
      path: $GAMEDIR/play.conf
  - task:
      commands:
      - 'D:'
      - SETUP.EXE
      - exit
      drives:
        c: $GAMEDIR/c
        d: $GAMEDIR/d
      name: makeconfig
      path: $GAMEDIR/install.conf
  - task:
      config_file: $GAMEDIR/install.conf
      name: dosexec
      working_dir: $GAMEDIR
slug: where-in-the-world-is-carmen-cd
steamid: null
version: CD
year: 1992
{
  "game_slug": "where-in-the-world-is-carmen-sandiego-deluxe-editi",
  "version": "CD",
  "description": null,
  "notes": "",
  "name": "Where in the World Is Carmen Sandiego? (Deluxe Edition)",
  "year": 1992,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "where-in-the-world-is-carmen-cd",
  "installer_slug": "where-in-the-world-is-carmen-cd",
  "script": {
    "game": {
      "main_file": "$GAMEDIR/play.conf"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "carmen.dat"
        }
      },
      {
        "mkdir": "$GAMEDIR/c"
      },
      {
        "merge": {
          "dst": "$GAMEDIR/d",
          "src": "$DISC"
        }
      },
      {
        "task": {
          "commands": [
            "C:",
            "CD DELUXE",
            "CALL CARMEN.BAT",
            "exit"
          ],
          "drives": {
            "c": "$GAMEDIR/c",
            "d": "$GAMEDIR/d"
          },
          "name": "makeconfig",
          "path": "$GAMEDIR/play.conf"
        }
      },
      {
        "task": {
          "commands": [
            "D:",
            "SETUP.EXE",
            "exit"
          ],
          "drives": {
            "c": "$GAMEDIR/c",
            "d": "$GAMEDIR/d"
          },
          "name": "makeconfig",
          "path": "$GAMEDIR/install.conf"
        }
      },
      {
        "task": {
          "config_file": "$GAMEDIR/install.conf",
          "name": "dosexec",
          "working_dir": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game