Installer cube-world-alpha

files:
- setup: N/A:Select Cube World setup executable
game:
  arch: win32
  exe: drive_c/Program Files/Cube World/CubeLauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating 32bit Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2012
    description: Installing Visual C++ 2012 libs.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: winhttp
    description: Installing WinHTTP.
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: orm=backbuffer
    description: Set orm=backbuffer.
    name: winetricks
    prefix: $GAMEDIR
- task:
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
description: null
game_slug: cube-world
gogslug: ''
humblestoreid: ''
installer_slug: cube-world-alpha
name: Cube World
notes: ''
runner: wine
script:
  files:
  - setup: N/A:Select Cube World setup executable
  game:
    arch: win32
    exe: drive_c/Program Files/Cube World/CubeLauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating 32bit Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2012
      description: Installing Visual C++ 2012 libs.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: winhttp
      description: Installing WinHTTP.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: orm=backbuffer
      description: Set orm=backbuffer.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
slug: cube-world-alpha
steamid: 1128000
version: Alpha
year: 2019
{
  "game_slug": "cube-world",
  "version": "Alpha",
  "description": null,
  "notes": "",
  "name": "Cube World",
  "year": 2019,
  "steamid": 1128000,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "cube-world-alpha",
  "installer_slug": "cube-world-alpha",
  "script": {
    "files": [
      {
        "setup": "N/A:Select Cube World setup executable"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Cube World/CubeLauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating 32bit Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2012",
          "description": "Installing Visual C++ 2012 libs.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "winhttp",
          "description": "Installing WinHTTP.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "orm=backbuffer",
          "description": "Set orm=backbuffer.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game