Installer disco-elysium-gog-innoextract

files:
- game: N/A:Please select the GOG.com Windows installer.
game:
  exe: drive_c/GOG Games/Disco Elysium/Disco Elysium.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- execute:
    command: mkdir -p "$GAMEDIR/drive_c/GOG Games/Disco Elysium"
    description: Creating game directory
- extract:
    dst: $GAMEDIR/drive_c/GOG Games/Disco Elysium
    file: install
    format: gog
description: Version of the GOG installer that uses Innoextract on the installer instead
  of executing it.
game_slug: disco-elysium
gogslug: disco_elysium_the_final_cut_bundle
humblestoreid: ''
installer_slug: disco-elysium-gog-innoextract
name: Disco Elysium
notes: The startup loading spinner (on the black screen with the copyright notice,
  immediately after the colourful splash screen) will appear to freeze on the first
  run, but the game has not crashed.
runner: wine
script:
  files:
  - game: N/A:Please select the GOG.com Windows installer.
  game:
    exe: drive_c/GOG Games/Disco Elysium/Disco Elysium.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - execute:
      command: mkdir -p "$GAMEDIR/drive_c/GOG Games/Disco Elysium"
      description: Creating game directory
  - extract:
      dst: $GAMEDIR/drive_c/GOG Games/Disco Elysium
      file: install
      format: gog
slug: disco-elysium-gog-innoextract
steamid: 632470
version: GOG Innoextract
year: 2019
{
  "game_slug": "disco-elysium",
  "version": "GOG Innoextract",
  "description": "Version of the GOG installer that uses Innoextract on the installer instead of executing it.",
  "notes": "The startup loading spinner (on the black screen with the copyright notice, immediately after the colourful splash screen) will appear to freeze on the first run, but the game has not crashed.",
  "name": "Disco Elysium",
  "year": 2019,
  "steamid": 632470,
  "gogslug": "disco_elysium_the_final_cut_bundle",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "disco-elysium-gog-innoextract",
  "installer_slug": "disco-elysium-gog-innoextract",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the GOG.com Windows installer."
      }
    ],
    "game": {
      "exe": "drive_c/GOG Games/Disco Elysium/Disco Elysium.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "execute": {
          "command": "mkdir -p \"$GAMEDIR/drive_c/GOG Games/Disco Elysium\"",
          "description": "Creating game directory"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/GOG Games/Disco Elysium",
          "file": "install",
          "format": "gog"
        }
      }
    ]
  }
}
Back to game