Installer w3d-hub-launcher-windows

files:
- installer: N/A:Select the W3DHub setup file ( w3dhub.com )
game:
  arch: win32
  exe: drive_c/Program Files/W3D Hub/W3D Hub Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating the WINE prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet472
    description: Installing Microsoft .NET framework version 4.7.2.
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Disabling hardware acceleration for WPF applications.
    key: DisableHWAcceleration
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000001'
- task:
    args: /S
    description: Installing W3DHub Launcher.
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
description: ''
game_slug: w3d-hub-launcher
gogslug: ''
humblestoreid: ''
installer_slug: w3d-hub-launcher-windows
name: W3D Hub Launcher
notes: The w3dhub installer must be downloaded from https://w3dhub.com.
runner: wine
script:
  files:
  - installer: N/A:Select the W3DHub setup file ( w3dhub.com )
  game:
    arch: win32
    exe: drive_c/Program Files/W3D Hub/W3D Hub Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating the WINE prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet472
      description: Installing Microsoft .NET framework version 4.7.2.
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win32
      description: Disabling hardware acceleration for WPF applications.
      key: DisableHWAcceleration
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000001'
  - task:
      args: /S
      description: Installing W3DHub Launcher.
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
slug: w3d-hub-launcher-windows
steamid: null
version: Windows
year: 2015
{
  "game_slug": "w3d-hub-launcher",
  "version": "Windows",
  "description": "",
  "notes": "The w3dhub installer must be downloaded from https://w3dhub.com.",
  "name": "W3D Hub Launcher",
  "year": 2015,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "w3d-hub-launcher-windows",
  "installer_slug": "w3d-hub-launcher-windows",
  "script": {
    "files": [
      {
        "installer": "N/A:Select the W3DHub setup file ( w3dhub.com )"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/W3D Hub/W3D Hub Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating the WINE prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet472",
          "description": "Installing Microsoft .NET framework version 4.7.2.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Disabling hardware acceleration for WPF applications.",
          "key": "DisableHWAcceleration",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Microsoft\\Avalon.Graphics",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000001"
        }
      },
      {
        "task": {
          "args": "/S",
          "description": "Installing W3DHub Launcher.",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game