Installer dungeon-keeper-keeperfx-100-gog

files:
- game: N/A:Please select the installer downloaded from GOG.
- keeperfx: https://github.com/dkfans/keeperfx/releases/download/v1.0.0/keeperfx_1_0_0_complete.7z
- inno: https://constexpr.org/innoextract/files/innoextract-1.9-linux.tar.xz
game:
  arch: win32
  exe: $GAMEDIR/drive_c/KeeperFX/keeperfx.exe
  launch_configs:
  - exe: $GAMEDIR/drive_c/KeeperFX/launcher.exe
    name: Configuration
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating WINE prefix
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: $inno
- execute:
    args: -d "$CACHE" "$game"
    file: $CACHE/innoextract
- extract:
    dst: $GAMEDIR/drive_c/KeeperFX/
    file: $keeperfx
    format: 7z
- execute:
    command: cp -n $CACHE/DATA/*.* $GAMEDIR/drive_c/KeeperFX/data
- execute:
    command: cp -n $CACHE/SOUND/*.* $GAMEDIR/drive_c/KeeperFX/sound
- task:
    arch: win32
    executable: $GAMEDIR/drive_c/KeeperFX/launcher.exe
    name: wineexec
    prefix: $GAMEDIR
description: ''
game_slug: dungeon-keeper
gogslug: dungeon_keeper
humblestoreid: ''
installer_slug: dungeon-keeper-keeperfx-100-gog
name: Dungeon Keeper
notes: ''
runner: wine
script:
  files:
  - game: N/A:Please select the installer downloaded from GOG.
  - keeperfx: https://github.com/dkfans/keeperfx/releases/download/v1.0.0/keeperfx_1_0_0_complete.7z
  - inno: https://constexpr.org/innoextract/files/innoextract-1.9-linux.tar.xz
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/KeeperFX/keeperfx.exe
    launch_configs:
    - exe: $GAMEDIR/drive_c/KeeperFX/launcher.exe
      name: Configuration
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating WINE prefix
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: $inno
  - execute:
      args: -d "$CACHE" "$game"
      file: $CACHE/innoextract
  - extract:
      dst: $GAMEDIR/drive_c/KeeperFX/
      file: $keeperfx
      format: 7z
  - execute:
      command: cp -n $CACHE/DATA/*.* $GAMEDIR/drive_c/KeeperFX/data
  - execute:
      command: cp -n $CACHE/SOUND/*.* $GAMEDIR/drive_c/KeeperFX/sound
  - task:
      arch: win32
      executable: $GAMEDIR/drive_c/KeeperFX/launcher.exe
      name: wineexec
      prefix: $GAMEDIR
slug: dungeon-keeper-keeperfx-100-gog
steamid: null
version: KeeperFX 1.0.0 + GOG
year: 1997
{
  "game_slug": "dungeon-keeper",
  "version": "KeeperFX 1.0.0 + GOG",
  "description": "",
  "notes": "",
  "name": "Dungeon Keeper",
  "year": 1997,
  "steamid": null,
  "gogslug": "dungeon_keeper",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "dungeon-keeper-keeperfx-100-gog",
  "installer_slug": "dungeon-keeper-keeperfx-100-gog",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the installer downloaded from GOG."
      },
      {
        "keeperfx": "https://github.com/dkfans/keeperfx/releases/download/v1.0.0/keeperfx_1_0_0_complete.7z"
      },
      {
        "inno": "https://constexpr.org/innoextract/files/innoextract-1.9-linux.tar.xz"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/KeeperFX/keeperfx.exe",
      "launch_configs": [
        {
          "exe": "$GAMEDIR/drive_c/KeeperFX/launcher.exe",
          "name": "Configuration"
        }
      ],
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating WINE prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$inno"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$game\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/KeeperFX/",
          "file": "$keeperfx",
          "format": "7z"
        }
      },
      {
        "execute": {
          "command": "cp -n $CACHE/DATA/*.* $GAMEDIR/drive_c/KeeperFX/data"
        }
      },
      {
        "execute": {
          "command": "cp -n $CACHE/SOUND/*.* $GAMEDIR/drive_c/KeeperFX/sound"
        }
      },
      {
        "task": {
          "arch": "win32",
          "executable": "$GAMEDIR/drive_c/KeeperFX/launcher.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game