Installer the-witcher-3-wild-hunt-change-me
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: - gogsetup: N/A:Select the game setup files game: arch: win64 exe: drive_c/GOG Games/The Witcher 3 Wild Hunt/bin/x64/witcher3.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: args: /SP- /NOCANCEL /SUPPRESSMSGBOXES description: Installing Witcher 3 executable: gogsetup name: wineexec prefix: $GAMEDIR system: env: __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR pulse_latency: false wine: Desktop: true
{ "files": [ { "gogsetup": "N/A:Select the game setup files" } ], "game": { "arch": "win64", "exe": "drive_c/GOG Games/The Witcher 3 Wild Hunt/bin/x64/witcher3.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SP- /NOCANCEL /SUPPRESSMSGBOXES", "description": "Installing Witcher 3", "executable": "gogsetup", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "env": { "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" }, "pulse_latency": false }, "wine": { "Desktop": true } }