Installer earth-2160-groupees
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: N/A:Please select the Groupees installer game: arch: win32 exe: drive_c/Program Files/Reality Pump/Earth 2160/Earth2160_START.exe prefix: $GAMEDIR installer: - task: args: /S executable: $file1 name: wineexec prefix: $GAMEDIR
{ "files": [ { "file1": "N/A:Please select the Groupees installer" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Reality Pump/Earth 2160/Earth2160_START.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "args": "/S", "executable": "$file1", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }