Installer high-on-life-standalone

files:
- setup: N/A:Select the game's setup file
game:
  arch: win64
  args: -dx11
  exe: $GAMEDIR/drive_c/Program Files/High on Life/Oregon.exe
  prefix: $GAMEDIR
installer:
- task:
    app: vcrun2019
    description: Installing Visual C++ 2015-2019 libraries
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    app: xact
    description: Installing MS XACT Engine (32-bit)
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    app: xact_x64
    description: Installing MS XACT Engine (64-bit)
    name: winetricks
    prefix: $GAMEDIR
    silent: true
- task:
    description: Installing High On Life
    executable: setup
    name: wineexec
description: ''
game_slug: high-on-life
gogslug: ''
humblestoreid: ''
installer_slug: high-on-life-standalone
name: High On Life
notes: ''
runner: wine
script:
  files:
  - setup: N/A:Select the game's setup file
  game:
    arch: win64
    args: -dx11
    exe: $GAMEDIR/drive_c/Program Files/High on Life/Oregon.exe
    prefix: $GAMEDIR
  installer:
  - task:
      app: vcrun2019
      description: Installing Visual C++ 2015-2019 libraries
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      app: xact
      description: Installing MS XACT Engine (32-bit)
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      app: xact_x64
      description: Installing MS XACT Engine (64-bit)
      name: winetricks
      prefix: $GAMEDIR
      silent: true
  - task:
      description: Installing High On Life
      executable: setup
      name: wineexec
slug: high-on-life-standalone
steamid: 1583230
version: Standalone
year: 2022
{
  "game_slug": "high-on-life",
  "version": "Standalone",
  "description": "",
  "notes": "",
  "name": "High On Life",
  "year": 2022,
  "steamid": 1583230,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "high-on-life-standalone",
  "installer_slug": "high-on-life-standalone",
  "script": {
    "files": [
      {
        "setup": "N/A:Select the game's setup file"
      }
    ],
    "game": {
      "arch": "win64",
      "args": "-dx11",
      "exe": "$GAMEDIR/drive_c/Program Files/High on Life/Oregon.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "app": "vcrun2019",
          "description": "Installing Visual C++ 2015-2019 libraries",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "app": "xact",
          "description": "Installing MS XACT Engine (32-bit)",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "app": "xact_x64",
          "description": "Installing MS XACT Engine (64-bit)",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "silent": true
        }
      },
      {
        "task": {
          "description": "Installing High On Life",
          "executable": "setup",
          "name": "wineexec"
        }
      }
    ]
  }
}
Back to game