Installer earth-2160-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: - installer: N/A:Please select the GOG.com Windows installer game: arch: win32 exe: $GAMEDIR/drive_c/GOG Games/Earth 2160/Earth2160_START.exe prefix: $GAMEDIR installer: - task: arch: win32 args: /SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI /DIR="C:/GOG Games/Earth 2160" executable: installer name: wineexec prefix: $GAMEDIR
{ "files": [ { "installer": "N/A:Please select the GOG.com Windows installer" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/GOG Games/Earth 2160/Earth2160_START.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "args": "/SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI /DIR=\"C:/GOG Games/Earth 2160\"", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }