Installer dungeon-keeper-2-gog-1

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: 00000780
- 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: 00000438
description: 'Extension Script: Set Desktop Resolution to 1920x1080'
game_slug: dungeon-keeper-2
gogslug: dungeon_keeper_2
humblestoreid: ''
installer_slug: dungeon-keeper-2-gog-1
name: Dungeon Keeper 2
notes: "Apply this after installing the GOG version via any of the other installers\
  \ to set it up for your PC.\r\n\r\n!!!RESOLUTIONS ABOVE 1920x1080 CRASH THE GAME!!!\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."
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: 00000780
  - 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: 00000438
slug: dungeon-keeper-2-gog-1
steamid: null
version: GOG
year: 1999
{
  "game_slug": "dungeon-keeper-2",
  "version": "GOG",
  "description": "Extension Script: Set Desktop Resolution to 1920x1080",
  "notes": "Apply this after installing the GOG version via any of the other installers to set it up for your PC.\r\n\r\n!!!RESOLUTIONS ABOVE 1920x1080 CRASH THE GAME!!!\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.",
  "name": "Dungeon Keeper 2",
  "year": 1999,
  "steamid": null,
  "gogslug": "dungeon_keeper_2",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "dungeon-keeper-2-gog-1",
  "installer_slug": "dungeon-keeper-2-gog-1",
  "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": "00000780"
        }
      },
      {
        "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": "00000438"
        }
      }
    ]
  }
}
Back to game