Installer andromedas-erbe-teil-ii-der-w-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/and2.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 - write_config: file: $GAMEDIR/dosbox_lutris.conf key: mount c . section: autoexec main_file: and2e.exe
{ "files": [ { "file1": "http://outpost.simplicity.de/and/and2.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 } }, { "write_config": { "file": "$GAMEDIR/dosbox_lutris.conf", "key": "mount c .", "section": "autoexec" } } ], "main_file": "and2e.exe" }