Installer myth-iii-the-wolf-age-cd

game:
  arch: win32
  exe: drive_c/Program Files/MumboJumbo/Myth III - The Wolf Age/Myth3.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc
    requires: Autorun.exe
- task:
    executable: $DISC/Install/Setup.exe
    name: wineexec
    prefix: $GAMEDIR
description: This installer is for the CD version of the game
game_slug: myth-iii-the-wolf-age
gogslug: ''
humblestoreid: ''
installer_slug: myth-iii-the-wolf-age-cd
name: 'Myth III: The Wolf Age'
notes: Note that despite the installation is working, the game will not start without
  the 1.3.1 patch, that is installed through another script.
runner: wine
script:
  game:
    arch: win32
    exe: drive_c/Program Files/MumboJumbo/Myth III - The Wolf Age/Myth3.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc
      requires: Autorun.exe
  - task:
      executable: $DISC/Install/Setup.exe
      name: wineexec
      prefix: $GAMEDIR
slug: myth-iii-the-wolf-age-cd
steamid: null
version: CD
year: 2001
{
  "game_slug": "myth-iii-the-wolf-age",
  "version": "CD",
  "description": "This installer is for the CD version of the game",
  "notes": "Note that despite the installation is working, the game will not start without the 1.3.1 patch, that is installed through another script.",
  "name": "Myth III: The Wolf Age",
  "year": 2001,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "myth-iii-the-wolf-age-cd",
  "installer_slug": "myth-iii-the-wolf-age-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/MumboJumbo/Myth III - The Wolf Age/Myth3.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "Autorun.exe"
        }
      },
      {
        "task": {
          "executable": "$DISC/Install/Setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game