Installer age-of-empires-ii-the-age-of-patch-20a-no-cd

extends: age-of-empires-ii-the-age-of-cd
files:
- patch: http://soldierofortune2.free.fr/aoe2/aokpatch2a-crk.zip
game:
  arch: win32
  exe: drive_c/Program Files/Microsoft Games/Age of Empires II/empires2.EXE
  prefix: $GAMEDIR
installer:
- extract:
    dst: $CACHE
    file: patch
- task:
    executable: $CACHE/aokpatch2a-crk.exe
    name: wineexec
    prefix: $GAMEDIR
description: Installs the last official patch
game_slug: age-of-empires-ii-the-age-of-kings
gogslug: ''
humblestoreid: ''
installer_slug: age-of-empires-ii-the-age-of-patch-20a-no-cd
name: 'Age of Empires II: The Age of Kings'
notes: ''
runner: wine
script:
  extends: age-of-empires-ii-the-age-of-cd
  files:
  - patch: http://soldierofortune2.free.fr/aoe2/aokpatch2a-crk.zip
  game:
    arch: win32
    exe: drive_c/Program Files/Microsoft Games/Age of Empires II/empires2.EXE
    prefix: $GAMEDIR
  installer:
  - extract:
      dst: $CACHE
      file: patch
  - task:
      executable: $CACHE/aokpatch2a-crk.exe
      name: wineexec
      prefix: $GAMEDIR
slug: age-of-empires-ii-the-age-of-patch-20a-no-cd
steamid: null
version: Patch 2.0a no-CD
year: 1999
{
  "game_slug": "age-of-empires-ii-the-age-of-kings",
  "version": "Patch 2.0a no-CD",
  "description": "Installs the last official patch",
  "notes": "",
  "name": "Age of Empires II: The Age of Kings",
  "year": 1999,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "age-of-empires-ii-the-age-of-patch-20a-no-cd",
  "installer_slug": "age-of-empires-ii-the-age-of-patch-20a-no-cd",
  "script": {
    "extends": "age-of-empires-ii-the-age-of-cd",
    "files": [
      {
        "patch": "http://soldierofortune2.free.fr/aoe2/aokpatch2a-crk.zip"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Microsoft Games/Age of Empires II/empires2.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "patch"
        }
      },
      {
        "task": {
          "executable": "$CACHE/aokpatch2a-crk.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game