Installer guitar-hero-world-tour-dvd
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full 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
{ "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" } } ] }