Installer quest-for-glory-i-so-you-want-gog-1
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.
custom-name: Quest for Glory I - So You Want To Be A Hero - GOG - ScummVM files: - gogsetup: N/A:Please select the game Windows install file, available for download from your GOG account page. - inno: https://constexpr.org/innoextract/files/innoextract-1.9/innoextract-1.9-linux.tar.xz game: game_id: qfg1 path: $GAMEDIR/EGA subtitles: true installer: - extract: dst: $CACHE file: $inno - execute: args: -d "$GAMEDIR" "$gogsetup" file: $CACHE/innoextract - execute: command: cd "$GAMEDIR"; rm -f -r tmp __support __redist DOSBOX commonappdata app goggame-1207661313.* ;
{ "custom-name": "Quest for Glory I - So You Want To Be A Hero - GOG - ScummVM", "files": [ { "gogsetup": "N/A:Please select the game Windows install file, available for download from your GOG account page." }, { "inno": "https://constexpr.org/innoextract/files/innoextract-1.9/innoextract-1.9-linux.tar.xz" } ], "game": { "game_id": "qfg1", "path": "$GAMEDIR/EGA", "subtitles": true }, "installer": [ { "extract": { "dst": "$CACHE", "file": "$inno" } }, { "execute": { "args": "-d \"$GAMEDIR\" \"$gogsetup\"", "file": "$CACHE/innoextract" } }, { "execute": { "command": "cd \"$GAMEDIR\"; rm -f -r tmp __support __redist DOSBOX commonappdata app goggame-1207661313.* ;" } } ] }