Installer andromedas-erbe-teil-i-das-uf-free
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://outpost.simplicity.de/and/and1.zip game: config_file: $GAMEDIR/dosbox_lutris.conf installer: - extract: dst: $GAMEDIR file: $file1 - write_config: file: $GAMEDIR/dosbox_lutris.conf key: aspect section: render value: true main_file: and1.exe
{ "files": [ { "file1": "http://outpost.simplicity.de/and/and1.zip" } ], "game": { "config_file": "$GAMEDIR/dosbox_lutris.conf" }, "installer": [ { "extract": { "dst": "$GAMEDIR", "file": "$file1" } }, { "write_config": { "file": "$GAMEDIR/dosbox_lutris.conf", "key": "aspect", "section": "render", "value": true } } ], "main_file": "and1.exe" }