Installer gothic-cd

game:
  arch: win32
  exe: drive_c/Program Files/Piranha-Bytes/Gothic/system/gothic.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc
    requires: gothic.ico
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- insert-disc:
    description: Insert disc
    requires: data3.cab
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- task:
    executable: $GAMEDIR/drive_c/CDROM/Setup.exe
    name: wineexec
    prefix: $GAMEDIR
- move:
    description: Moving the CDROM files
    dst: $CACHE
    src: $GAMEDIR/drive_c/CDROM
- task:
    app: directmusic
    arch: win32
    name: winetricks
    prefix: $GAMEDIR
description: Installation of double CD version
game_slug: gothic
gogslug: gothic
humblestoreid: ''
installer_slug: gothic-cd
name: Gothic
notes: "In order to change resolution beyond the UI configuration limits you will\
  \ need to manually modify gothic.ini file.\r\nzVidResFullscreenX=1920\r\nzVidResFullscreenY=1080\r\
  \nzVidResFullscreenBPP=32"
runner: wine
script:
  game:
    arch: win32
    exe: drive_c/Program Files/Piranha-Bytes/Gothic/system/gothic.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc
      requires: gothic.ico
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - insert-disc:
      description: Insert disc
      requires: data3.cab
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - task:
      executable: $GAMEDIR/drive_c/CDROM/Setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - move:
      description: Moving the CDROM files
      dst: $CACHE
      src: $GAMEDIR/drive_c/CDROM
  - task:
      app: directmusic
      arch: win32
      name: winetricks
      prefix: $GAMEDIR
slug: gothic-cd
steamid: 65540
version: CD
year: 2001
{
  "game_slug": "gothic",
  "version": "CD",
  "description": "Installation of double CD version",
  "notes": "In order to change resolution beyond the UI configuration limits you will need to manually modify gothic.ini file.\r\nzVidResFullscreenX=1920\r\nzVidResFullscreenY=1080\r\nzVidResFullscreenBPP=32",
  "name": "Gothic",
  "year": 2001,
  "steamid": 65540,
  "gogslug": "gothic",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "gothic-cd",
  "installer_slug": "gothic-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Piranha-Bytes/Gothic/system/gothic.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "gothic.ico"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "data3.cab"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "task": {
          "executable": "$GAMEDIR/drive_c/CDROM/Setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "description": "Moving the CDROM files",
          "dst": "$CACHE",
          "src": "$GAMEDIR/drive_c/CDROM"
        }
      },
      {
        "task": {
          "app": "directmusic",
          "arch": "win32",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game