Installer unravel-installer

files:
- setup: N/A:Select the game's setup file
game:
  arch: win64
  exe: drive_c/Program Files/Unravel/Unravel.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2012 win10
    arch: win64
    description: Installing vcrun2012 with winetricks
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
system:
  disable_runtime: false
  env:
    __GL_SHADER_DISK_CACHE: '1'
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
  overrides:
    nvapi,nvapi64: disabled
    xaudio2_7: native,builtin
description: null
game_slug: unravel
gogslug: ''
humblestoreid: ''
installer_slug: unravel-installer
name: Unravel
notes: ''
runner: wine
script:
  files:
  - setup: N/A:Select the game's setup file
  game:
    arch: win64
    exe: drive_c/Program Files/Unravel/Unravel.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2012 win10
      arch: win64
      description: Installing vcrun2012 with winetricks
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  system:
    disable_runtime: false
    env:
      __GL_SHADER_DISK_CACHE: '1'
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  wine:
    overrides:
      nvapi,nvapi64: disabled
      xaudio2_7: native,builtin
slug: unravel-installer
steamid: 1225560
version: Installer
year: 2016
{
  "game_slug": "unravel",
  "version": "Installer",
  "description": null,
  "notes": "",
  "name": "Unravel",
  "year": 2016,
  "steamid": 1225560,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "unravel-installer",
  "installer_slug": "unravel-installer",
  "script": {
    "files": [
      {
        "setup": "N/A:Select the game's setup file"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files/Unravel/Unravel.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2012 win10",
          "arch": "win64",
          "description": "Installing vcrun2012 with winetricks",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "disable_runtime": false,
      "env": {
        "__GL_SHADER_DISK_CACHE": "1",
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    },
    "wine": {
      "overrides": {
        "nvapi,nvapi64": "disabled",
        "xaudio2_7": "native,builtin"
      }
    }
  }
}
Back to game