Installer guitar-hero-iii-legends-of-ro-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: - file1: N/A:Select the Setup.exe file found inside the game disc. game: arch: win32 exe: $GAMEDIR/drive_c/Program Files/Aspyr/Guitar Hero III/GH3.exe prefix: $GAMEDIR installer: - task: arch: win32 name: create_prefix prefix: $GAMEDIR - task: executable: $file1 name: wineexec prefix: $GAMEDIR
{ "files": [ { "file1": "N/A:Select the Setup.exe file found inside the game disc." } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/Program Files/Aspyr/Guitar Hero III/GH3.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "$file1", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }