Installer dungeon-keeper-2-gog

extends: dungeon-keeper-2
installer:
- task:
    key: Screen Width
    name: set_regedit
    path: HKEY_CURRENT_USER\SOFTWARE\Bullfrog Productions Ltd\Dungeon Keeper II\Configuration\Video
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000500'
- task:
    key: Screen Height
    name: set_regedit
    path: HKEY_CURRENT_USER\SOFTWARE\Bullfrog Productions Ltd\Dungeon Keeper II\Configuration\Video
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000320'
description: 'Extension Script: Set Steam Deck Resolution'
game_slug: dungeon-keeper-2
gogslug: dungeon_keeper_2
humblestoreid: ''
installer_slug: dungeon-keeper-2-gog
name: Dungeon Keeper 2
notes: "Apply this after installing the GOG version via any of the other installers\
  \ to set it up for Steam Deck.\r\n\r\nSince this changes the default screen resolution\
  \ of Dungeon Keeper the escape menu will have no text. This is normal with dungeon\
  \ keeper, but the buttons have icons and are pretty self-explanatory.\r\n\r\nTyping\
  \ into the savegame name field will show nothing, just keep typing and press return.\
  \ The savegame will show anyway.\r\n\r\nI recommend using my controller profile\
  \ for Dungeon Keeper 2. I played through the entire game with it and it is very\
  \ elaborate for Steam Deck. The name is \"Dungeon Keeper 2 - Perfect Layout\". Search\
  \ for it in the controller layout menu of your Steam Deck."
runner: wine
script:
  extends: dungeon-keeper-2
  installer:
  - task:
      key: Screen Width
      name: set_regedit
      path: HKEY_CURRENT_USER\SOFTWARE\Bullfrog Productions Ltd\Dungeon Keeper II\Configuration\Video
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000500'
  - task:
      key: Screen Height
      name: set_regedit
      path: HKEY_CURRENT_USER\SOFTWARE\Bullfrog Productions Ltd\Dungeon Keeper II\Configuration\Video
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000320'
slug: dungeon-keeper-2-gog
steamid: null
version: GOG
year: 1999
{
  "game_slug": "dungeon-keeper-2",
  "version": "GOG",
  "description": "Extension Script: Set Steam Deck Resolution",
  "notes": "Apply this after installing the GOG version via any of the other installers to set it up for Steam Deck.\r\n\r\nSince this changes the default screen resolution of Dungeon Keeper the escape menu will have no text. This is normal with dungeon keeper, but the buttons have icons and are pretty self-explanatory.\r\n\r\nTyping into the savegame name field will show nothing, just keep typing and press return. The savegame will show anyway.\r\n\r\nI recommend using my controller profile for Dungeon Keeper 2. I played through the entire game with it and it is very elaborate for Steam Deck. The name is \"Dungeon Keeper 2 - Perfect Layout\". Search for it in the controller layout menu of your Steam Deck.",
  "name": "Dungeon Keeper 2",
  "year": 1999,
  "steamid": null,
  "gogslug": "dungeon_keeper_2",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "dungeon-keeper-2-gog",
  "installer_slug": "dungeon-keeper-2-gog",
  "script": {
    "extends": "dungeon-keeper-2",
    "installer": [
      {
        "task": {
          "key": "Screen Width",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\SOFTWARE\\Bullfrog Productions Ltd\\Dungeon Keeper II\\Configuration\\Video",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000500"
        }
      },
      {
        "task": {
          "key": "Screen Height",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\SOFTWARE\\Bullfrog Productions Ltd\\Dungeon Keeper II\\Configuration\\Video",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000320"
        }
      }
    ]
  }
}
Back to game