files:
- setup: N/A:Select the installer for Guitar Hero World Tour (.exe file)
game:
arch: win64
exe: drive_c/Program Files (x86)/Aspyr/Guitar Hero World Tour/GHWT.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
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-dvd
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: win64
exe: drive_c/Program Files (x86)/Aspyr/Guitar Hero World Tour/GHWT.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
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-dvd
steamid: null
version: DVD
year: 2009
{
"game_slug": "guitar-hero-world-tour",
"version": "DVD",
"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-dvd",
"installer_slug": "guitar-hero-world-tour-dvd",
"script": {
"files": [
{
"setup": "N/A:Select the installer for Guitar Hero World Tour (.exe file)"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/Aspyr/Guitar Hero World Tour/GHWT.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"description": "Installing the game...",
"executable": "setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}