Installer gothic-ii-triple-cd

game:
  arch: win32
  exe: drive_c/Program Files/JoWooD/Gothic II/system/Gothic2.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc
    requires: Setup.exe
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- insert-disc:
    description: Insert disc
    requires: Setup.W02
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC/Setup.W02
- insert-disc:
    description: Insert disc
    requires: Setup.W03
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC/Setup.W03
- 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 triple CD version
game_slug: gothic-ii
gogslug: gothic_2_gold_edition
humblestoreid: ''
installer_slug: gothic-ii-triple-cd
name: Gothic II
notes: "WARNING: winetricks sets more DLL overrides than necessary. In my case I had\
  \ to remove the override for 'dsound' (winecfg -> Libraries) or the game would crash\
  \ at the main menu: \"C: failed to initialize sound, MSS reported: Broken waveOut\
  \ driver :'buffer done' flag never set.\r\n\r\nOtherwise if you don't want to use\
  \ native dlls, you have to disable music by setting 'musicEnabled=0' in [Gothic_2_Path]/system/gothic.ini\
  \ ."
runner: wine
script:
  game:
    arch: win32
    exe: drive_c/Program Files/JoWooD/Gothic II/system/Gothic2.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc
      requires: Setup.exe
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - insert-disc:
      description: Insert disc
      requires: Setup.W02
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC/Setup.W02
  - insert-disc:
      description: Insert disc
      requires: Setup.W03
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC/Setup.W03
  - 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-ii-triple-cd
steamid: 39510
version: Triple CD
year: 2003
{
  "game_slug": "gothic-ii",
  "version": "Triple CD",
  "description": "Installation of triple CD version",
  "notes": "WARNING: winetricks sets more DLL overrides than necessary. In my case I had to remove the override for 'dsound' (winecfg -> Libraries) or the game would crash at the main menu: \"C: failed to initialize sound, MSS reported: Broken waveOut driver :'buffer done' flag never set.\r\n\r\nOtherwise if you don't want to use native dlls, you have to disable music by setting 'musicEnabled=0' in [Gothic_2_Path]/system/gothic.ini .",
  "name": "Gothic II",
  "year": 2003,
  "steamid": 39510,
  "gogslug": "gothic_2_gold_edition",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "gothic-ii-triple-cd",
  "installer_slug": "gothic-ii-triple-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/JoWooD/Gothic II/system/Gothic2.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "Setup.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "Setup.W02"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC/Setup.W02"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "Setup.W03"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC/Setup.W03"
        }
      },
      {
        "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