Installer black-white-2-dvd

game:
  arch: win64
  exe: drive_c/Program Files (x86)/Lionhead Studios/Black & White 2/white.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    message: Please insert your Black & White 2 installation disc.
    requires: setup.exe
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
description: Requires a Black & White 2 DVD
game_slug: black-white-2
gogslug: ''
humblestoreid: ''
installer_slug: black-white-2-dvd
name: Black & White 2
notes: The DVD has to be mounted for the game or the installer to work
runner: wine
script:
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/Lionhead Studios/Black & White 2/white.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      message: Please insert your Black & White 2 installation disc.
      requires: setup.exe
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
slug: black-white-2-dvd
steamid: null
version: DVD
year: 2005
{
  "game_slug": "black-white-2",
  "version": "DVD",
  "description": "Requires a Black & White 2 DVD",
  "notes": "The DVD has to be mounted for the game or the installer to work",
  "name": "Black & White 2",
  "year": 2005,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "black-white-2-dvd",
  "installer_slug": "black-white-2-dvd",
  "script": {
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/Lionhead Studios/Black & White 2/white.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "message": "Please insert your Black & White 2 installation disc.",
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game