Installer chaos-on-deponia-windows-gog
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: - setup: N/A:Select the Setup file game: arch: win32 exe: $GAMEDIR/drive_c/GOG Games/Chaos on Deponia/deponia2.exe prefix: $GAMEDIR installer: - task: arch: win32 install_gecko: false install_mono: false name: create_prefix prefix: $GAMEDIR - task: executable: $setup name: wineexec prefix: $GAMEDIR wine: Desktop: true
{ "files": [ { "setup": "N/A:Select the Setup file" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/GOG Games/Chaos on Deponia/deponia2.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "install_gecko": false, "install_mono": false, "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "$setup", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "wine": { "Desktop": true } }