Installer amerzone-the-explorers-legacy-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: - goginstaller: N/A:Select gog setup game: exe: drive_c/GOG Games/AmerZone/Amerzone.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: app: vcrun6 name: winetricks prefix: $GAMEDIR - task: args: /LANG=en /SP- /SUPPRESSMSGBOXES executable: goginstaller name: wineexec prefix: $GAMEDIR
{ "files": [ { "goginstaller": "N/A:Select gog setup" } ], "game": { "exe": "drive_c/GOG Games/AmerZone/Amerzone.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "vcrun6", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/LANG=en /SP- /SUPPRESSMSGBOXES", "executable": "goginstaller", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }