Installer grey-goo-steam-w-dxvk

game:
  appid: 290790
  arch: win64
  prefix: $GAMEDIR/prefix
installer:
- task:
    arch: win64
    description: Creating wine prefix
    name: create_prefix
    prefix: $GAMEDIR/prefix
- task:
    app: vcrun2010
    arch: win64
    description: Installing Visual C++ 2010
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: xact_x64
    arch: win64
    description: Installing xact for solving sound issues
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: win7
    arch: win64
    description: Set Windows version to Windows 7
    name: winetricks
    prefix: $GAMEDIR/prefix
system:
  env:
    DXVK_HUD: 0
    DXVK_STATE_CACHE: 1
    DXVK_STATE_CACHE_PATH: $GAMEDIR
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/prefix
  pulse_latency: true
winesteam:
  overrides:
    xaudio2_7: native,builtin
description: Grey Goo Steam installer with DXVK support.
game_slug: grey-goo
gogslug: ''
humblestoreid: ''
installer_slug: grey-goo-steam-w-dxvk
name: Grey Goo
notes: Further on there are only some performance issues, try to figure out how to
  improve GPU performance.
runner: winesteam
script:
  game:
    appid: 290790
    arch: win64
    prefix: $GAMEDIR/prefix
  installer:
  - task:
      arch: win64
      description: Creating wine prefix
      name: create_prefix
      prefix: $GAMEDIR/prefix
  - task:
      app: vcrun2010
      arch: win64
      description: Installing Visual C++ 2010
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: xact_x64
      arch: win64
      description: Installing xact for solving sound issues
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: win7
      arch: win64
      description: Set Windows version to Windows 7
      name: winetricks
      prefix: $GAMEDIR/prefix
  system:
    env:
      DXVK_HUD: 0
      DXVK_STATE_CACHE: 1
      DXVK_STATE_CACHE_PATH: $GAMEDIR
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR/prefix
    pulse_latency: true
  winesteam:
    overrides:
      xaudio2_7: native,builtin
slug: grey-goo-steam-w-dxvk
steamid: 290790
version: Steam w/ DXVK
year: 2015
{
  "game_slug": "grey-goo",
  "version": "Steam w/ DXVK",
  "description": "Grey Goo Steam installer with DXVK support.",
  "notes": "Further on there are only some performance issues, try to figure out how to improve GPU performance.",
  "name": "Grey Goo",
  "year": 2015,
  "steamid": 290790,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "winesteam",
  "slug": "grey-goo-steam-w-dxvk",
  "installer_slug": "grey-goo-steam-w-dxvk",
  "script": {
    "game": {
      "appid": 290790,
      "arch": "win64",
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "vcrun2010",
          "arch": "win64",
          "description": "Installing Visual C++ 2010",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "xact_x64",
          "arch": "win64",
          "description": "Installing xact for solving sound issues",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "win7",
          "arch": "win64",
          "description": "Set Windows version to Windows 7",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": 0,
        "DXVK_STATE_CACHE": 1,
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR",
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR/prefix"
      },
      "pulse_latency": true
    },
    "winesteam": {
      "overrides": {
        "xaudio2_7": "native,builtin"
      }
    }
  }
}
Back to game