Installer venetica-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: - game: N/A:Select the Windows installer downloaded from GOG game: arch: win64 exe: drive_c/GOG Games/Venetica/Launch Venetica.lnk prefix: $GAMEDIR installer: - task: app: physx arch: win64 name: winetricks prefix: $GAMEDIR - task: arch: win64 executable: game name: wineexec prefix: $GAMEDIR system: reset_desktop: true
{ "files": [ { "game": "N/A:Select the Windows installer downloaded from GOG" } ], "game": { "arch": "win64", "exe": "drive_c/GOG Games/Venetica/Launch Venetica.lnk", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "app": "physx", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "reset_desktop": true } }