Installer countdown-3-the-mind-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://www.fullyramblomatic.com/6days/mind.zip game: game_id: zcode path: $GAMEDIR installer: - extract: file: $file1 scummvm: aspect: true fullscreen: true
{ "files": [ { "file1": "http://www.fullyramblomatic.com/6days/mind.zip" } ], "game": { "game_id": "zcode", "path": "$GAMEDIR" }, "installer": [ { "extract": { "file": "$file1" } } ], "scummvm": { "aspect": true, "fullscreen": true } }