Installer thief-gold-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: - file1: N/A:Please select the GOG installer game: exe: drive_c/GOG Games/Thief Gold/THIEF.EXE prefix: $GAMEDIR installer: - task: executable: $file1 name: wineexec prefix: $GAMEDIR system: pulse_latency: false wine: overrides: openal32: b
{ "files": [ { "file1": "N/A:Please select the GOG installer" } ], "game": { "exe": "drive_c/GOG Games/Thief Gold/THIEF.EXE", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "executable": "$file1", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "pulse_latency": false }, "wine": { "overrides": { "openal32": "b" } } }