Installer gothic-steam

game:
  appid: 65540
  arch: win32
  prefix: $GAMEDIR/prefix
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    app: directmusic
    name: winetricks
    prefix: $GAMEDIR/prefix
- execute:
    args: sed -i 's/scaleVideos=1/scaleVideos=0/g' '$GAMEDIR/system/Gothic.ini'
    file: /usr/bin/env
require-binaries: sed
winesteam:
  overrides:
    gameoverlayrenderer: disabled
description: null
game_slug: gothic
gogslug: gothic
humblestoreid: ''
installer_slug: gothic-steam
name: Gothic
notes: ''
runner: winesteam
script:
  game:
    appid: 65540
    arch: win32
    prefix: $GAMEDIR/prefix
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      app: directmusic
      name: winetricks
      prefix: $GAMEDIR/prefix
  - execute:
      args: sed -i 's/scaleVideos=1/scaleVideos=0/g' '$GAMEDIR/system/Gothic.ini'
      file: /usr/bin/env
  require-binaries: sed
  winesteam:
    overrides:
      gameoverlayrenderer: disabled
slug: gothic-steam
steamid: 65540
version: Steam
year: 2001
{
  "game_slug": "gothic",
  "version": "Steam",
  "description": null,
  "notes": "",
  "name": "Gothic",
  "year": 2001,
  "steamid": 65540,
  "gogslug": "gothic",
  "humblestoreid": "",
  "runner": "winesteam",
  "slug": "gothic-steam",
  "installer_slug": "gothic-steam",
  "script": {
    "game": {
      "arch": "win32",
      "appid": 65540,
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "directmusic",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "execute": {
          "args": "sed -i 's/scaleVideos=1/scaleVideos=0/g' '$GAMEDIR/system/Gothic.ini'",
          "file": "/usr/bin/env"
        }
      }
    ],
    "require-binaries": "sed",
    "winesteam": {
      "overrides": {
        "gameoverlayrenderer": "disabled"
      }
    }
  }
}
Back to game