Installer gobliins-2-the-prince-buffoon-groupees
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 Groupees installer game: game_id: gob2 path: $GAMEDIR subtitles: true installer: - extract: dst: $CACHE file: $file1 format: rar - extract: dst: $CACHE file: $CACHE/Multi5.zip - extract: dst: $CACHE file: $CACHE/Common.zip - merge: dst: $GAMEDIR src: $CACHE/Gobliins2 - merge: dst: $GAMEDIR src: $CACHE/Games/Gobliins2
{ "files": [ { "file1": "N/A:Please select the Groupees installer" } ], "game": { "game_id": "gob2", "path": "$GAMEDIR", "subtitles": true }, "installer": [ { "extract": { "dst": "$CACHE", "file": "$file1", "format": "rar" } }, { "extract": { "dst": "$CACHE", "file": "$CACHE/Multi5.zip" } }, { "extract": { "dst": "$CACHE", "file": "$CACHE/Common.zip" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/Gobliins2" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/Games/Gobliins2" } } ] }