Installer drakensang-dvd

game:
  args: -fullscreen -novideo
  exe: drive_c/Program Files (x86)/Drakensang/drakensang.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating WINE prefix
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc
    requires: Autorun.exe
- task:
    args: /SILENT /NOGUI /SUPPRESSMSGBOXES
    executable: $DISC/Autorun.exe
    name: wineexec
    prefix: $GAMEDIR
description: null
game_slug: drakensang
gogslug: drakensang
humblestoreid: ''
installer_slug: drakensang-dvd
name: Drakensang
notes: ''
runner: wine
script:
  game:
    args: -fullscreen -novideo
    exe: drive_c/Program Files (x86)/Drakensang/drakensang.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating WINE prefix
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc
      requires: Autorun.exe
  - task:
      args: /SILENT /NOGUI /SUPPRESSMSGBOXES
      executable: $DISC/Autorun.exe
      name: wineexec
      prefix: $GAMEDIR
slug: drakensang-dvd
steamid: 12640
version: DVD
year: 2008
{
  "game_slug": "drakensang",
  "version": "DVD",
  "description": null,
  "notes": "",
  "name": "Drakensang",
  "year": 2008,
  "steamid": 12640,
  "gogslug": "drakensang",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "drakensang-dvd",
  "installer_slug": "drakensang-dvd",
  "script": {
    "game": {
      "args": "-fullscreen -novideo",
      "exe": "drive_c/Program Files (x86)/Drakensang/drakensang.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating WINE prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "Autorun.exe"
        }
      },
      {
        "task": {
          "args": "/SILENT /NOGUI /SUPPRESSMSGBOXES",
          "executable": "$DISC/Autorun.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game