Installer dungeon-keeper-2-gog-german-patch

files:
- game: N/A:Please select the installer downloaded from GOG.
- patch: https://www.la-patches.de/downloads/gog_keeper2_de_v10.zip
game:
  exe: drive_c/GOG Games/Dungeon Keeper 2/DKII-DX.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SP- /VERYSILENT /SUPPRESSMSGBOXES
    description: Installing game
    executable: $game
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: $patch
    format: zip
- task:
    description: Installing German patch
    executable: $CACHE/gog_keeper2_de_v10.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    key: csmt
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\Direct3D
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000000'
description: This script installs Dungeon Keeper 2 from GOG and patch it into German.
game_slug: dungeon-keeper-2
gogslug: dungeon_keeper_2
humblestoreid: ''
installer_slug: dungeon-keeper-2-gog-german-patch
name: Dungeon Keeper 2
notes: "-During Patch Setup select: \"C/GOG Games/Dungeon Keeper 2\"\r\n-Disable upstream\
  \ CSMT\r\n-Thanks to LucasArts-Patches for the German Patch"
runner: wine
script:
  files:
  - game: N/A:Please select the installer downloaded from GOG.
  - patch: https://www.la-patches.de/downloads/gog_keeper2_de_v10.zip
  game:
    exe: drive_c/GOG Games/Dungeon Keeper 2/DKII-DX.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /SP- /VERYSILENT /SUPPRESSMSGBOXES
      description: Installing game
      executable: $game
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: $patch
      format: zip
  - task:
      description: Installing German patch
      executable: $CACHE/gog_keeper2_de_v10.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      key: csmt
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\Direct3D
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000000'
slug: dungeon-keeper-2-gog-german-patch
steamid: null
version: GOG + German Patch
year: 1999
{
  "game_slug": "dungeon-keeper-2",
  "version": "GOG + German Patch",
  "description": "This script installs Dungeon Keeper 2 from GOG and patch it into German.",
  "notes": "-During Patch Setup select: \"C/GOG Games/Dungeon Keeper 2\"\r\n-Disable upstream CSMT\r\n-Thanks to LucasArts-Patches for the German Patch",
  "name": "Dungeon Keeper 2",
  "year": 1999,
  "steamid": null,
  "gogslug": "dungeon_keeper_2",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "dungeon-keeper-2-gog-german-patch",
  "installer_slug": "dungeon-keeper-2-gog-german-patch",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the installer downloaded from GOG."
      },
      {
        "patch": "https://www.la-patches.de/downloads/gog_keeper2_de_v10.zip"
      }
    ],
    "game": {
      "exe": "drive_c/GOG Games/Dungeon Keeper 2/DKII-DX.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SP- /VERYSILENT /SUPPRESSMSGBOXES",
          "description": "Installing game",
          "executable": "$game",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$patch",
          "format": "zip"
        }
      },
      {
        "task": {
          "description": "Installing German patch",
          "executable": "$CACHE/gog_keeper2_de_v10.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "key": "csmt",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\Direct3D",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000000"
        }
      }
    ]
  }
}
Back to game