Installer arthur-yahtzee-the-curse-of-h-release-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.
files: - file1: http://mirror.ifarchive.org/if-archive/games/zcode/ccake.zip game: game_id: ccake path: $GAMEDIR installer: - extract: file: $file1 scummvm: aspect: true fullscreen: true
{ "files": [ { "file1": "http://mirror.ifarchive.org/if-archive/games/zcode/ccake.zip" } ], "game": { "game_id": "ccake", "path": "$GAMEDIR" }, "installer": [ { "extract": { "file": "$file1" } } ], "scummvm": { "aspect": true, "fullscreen": true } }