Installer lemmings-gameboy
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: - file_id: https://www.myabandonware.com/media/screenshots/l/lemmings-16x/thumbs/lemmings_1.png game: main_file: Lemmings.gb installer: - execute: args: https://www.myabandonware.com/download/emu-lemmings --referer=www.myabandonware.com --directory-prefix=$CACHE description: "Downloading addon\u2026" dst: $CACHE file: /usr/bin/wget - move: dst: $CACHE/game.zip src: $CACHE/emu-lemmings - extract: description: "Extracting game\u2026" dst: $GAMEDIR/ file: $CACHE/game.zip format: zip - input_menu: description: 'Choose the desired version:' id: LANG options: - Europe: Europe - Europe) (Rev A: Europe (Rev A) - USA: USA - Japan: Japan preselect: Europe - merge: dst: $GAMEDIR/Lemmings.gb src: $GAMEDIR/Lemmings ($LANG).gb
{ "files": [ { "file_id": "https://www.myabandonware.com/media/screenshots/l/lemmings-16x/thumbs/lemmings_1.png" } ], "game": { "main_file": "Lemmings.gb" }, "installer": [ { "execute": { "args": "https://www.myabandonware.com/download/emu-lemmings --referer=www.myabandonware.com --directory-prefix=$CACHE", "description": "Downloading addon\u2026", "dst": "$CACHE", "file": "/usr/bin/wget" } }, { "move": { "dst": "$CACHE/game.zip", "src": "$CACHE/emu-lemmings" } }, { "extract": { "description": "Extracting game\u2026", "dst": "$GAMEDIR/", "file": "$CACHE/game.zip", "format": "zip" } }, { "input_menu": { "description": "Choose the desired version:", "id": "LANG", "options": [ { "Europe": "Europe" }, { "Europe) (Rev A": "Europe (Rev A)" }, { "USA": "USA" }, { "Japan": "Japan" } ], "preselect": "Europe" } }, { "merge": { "dst": "$GAMEDIR/Lemmings.gb", "src": "$GAMEDIR/Lemmings ($LANG).gb" } } ] }