Installer tropico-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.
exe: drive_c/GOG Games/Tropico/Tropico.EXE files: - game: N/A:Select the Windows setup file downloaded from GOG game: prefix: $GAMEDIR installer: - task: args: /silent /nogui /suppressmsgboxes executable: game name: wineexec prefix: $GAMEDIR
{ "exe": "drive_c/GOG Games/Tropico/Tropico.EXE", "files": [ { "game": "N/A:Select the Windows setup file downloaded from GOG" } ], "game": { "prefix": "$GAMEDIR" }, "installer": [ { "task": { "args": "/silent /nogui /suppressmsgboxes", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }