Installer guitar-hero-world-tour-guitar-hero

files:
- setup: N/A:Select the installer for Guitar Hero World Tour (.exe file)
game:
  arch: win32
  exe: drive_c/Program Files/Aspyr/Guitar Hero World Tour/GHWT.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing the game...
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
description: Disable "crowd" option in game.
game_slug: guitar-hero-world-tour
gogslug: ''
humblestoreid: ''
installer_slug: guitar-hero-world-tour-guitar-hero
name: 'Guitar Hero: World Tour'
notes: If you get "dxvk memory allocation failed" error add "PROTON_FORCE_LARGE_ADDRESS_AWARE
  = 1" or "WINE_LARGE_ADDRESS_AWARE = 1" depending on if you're using Proton or not
  to environment variables
runner: wine
script:
  files:
  - setup: N/A:Select the installer for Guitar Hero World Tour (.exe file)
  game:
    arch: win32
    exe: drive_c/Program Files/Aspyr/Guitar Hero World Tour/GHWT.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing the game...
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
slug: guitar-hero-world-tour-guitar-hero
steamid: null
version: guitar hero
year: 2009
{
  "game_slug": "guitar-hero-world-tour",
  "version": "guitar hero",
  "description": "Disable \"crowd\" option in game.",
  "notes": "If you get \"dxvk memory allocation failed\" error add \"PROTON_FORCE_LARGE_ADDRESS_AWARE = 1\" or \"WINE_LARGE_ADDRESS_AWARE = 1\" depending on if you're using Proton or not to environment variables",
  "name": "Guitar Hero: World Tour",
  "year": 2009,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "guitar-hero-world-tour-guitar-hero",
  "installer_slug": "guitar-hero-world-tour-guitar-hero",
  "script": {
    "files": [
      {
        "setup": "N/A:Select the installer for Guitar Hero World Tour (.exe file)"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Aspyr/Guitar Hero World Tour/GHWT.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing the game...",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game