Installer the-beardless-wizard-gamersgate
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:Please select the GamersGate installer game: exe: $GAMEDIR/drive_c/Program Files (x86)/The Beardless Wizard/TheBeardlessWizard.exe prefix: $GAMEDIR installer: - task: executable: $file1 name: wineexec prefix: $GAMEDIR
{ "files": [ { "file1": "N/A:Please select the GamersGate installer" } ], "game": { "exe": "$GAMEDIR/drive_c/Program Files (x86)/The Beardless Wizard/TheBeardlessWizard.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "executable": "$file1", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }