Installer apocalyptica-cd

game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/Konami/Apocalyptica/Apocalyptica.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: Autoplay.exe
- task:
    arch: win32
    description: Creating Wine prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: winxp
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Installing Apocalyptica...
    executable: $DISC/Autoplay.exe
    name: wineexec
wine:
  Desktop: true
description: "CD version:\r\nYou can copy CD1 and CD2 in to a single folder for quick\
  \ install, but CD1 is required for the game to be played.\r\nDo not install DirectX\
  \ 8.1 and GameSpy."
game_slug: apocalyptica
gogslug: ''
humblestoreid: ''
installer_slug: apocalyptica-cd
name: Apocalyptica
notes: "CD1 is required for the game to be played.\r\nDo not install DirectX 8.1 and\
  \ GameSpy."
runner: wine
script:
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/Konami/Apocalyptica/Apocalyptica.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: Autoplay.exe
  - task:
      arch: win32
      description: Creating Wine prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: winxp
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win32
      description: Installing Apocalyptica...
      executable: $DISC/Autoplay.exe
      name: wineexec
  wine:
    Desktop: true
slug: apocalyptica-cd
steamid: null
version: CD
year: 2003
{
  "game_slug": "apocalyptica",
  "version": "CD",
  "description": "CD version:\r\nYou can copy CD1 and CD2 in to a single folder for quick install, but CD1 is required for the game to be played.\r\nDo not install DirectX 8.1 and GameSpy.",
  "notes": "CD1 is required for the game to be played.\r\nDo not install DirectX 8.1 and GameSpy.",
  "name": "Apocalyptica",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "apocalyptica-cd",
  "installer_slug": "apocalyptica-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/Konami/Apocalyptica/Apocalyptica.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "Autoplay.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "winxp",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing Apocalyptica...",
          "executable": "$DISC/Autoplay.exe",
          "name": "wineexec"
        }
      }
    ],
    "wine": {
      "Desktop": true
    }
  }
}
Back to game