Installer the-surge-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: - setup: N/A:Select gog Windows setup exe game: arch: win64 exe: drive_c/GOG Games/The Surge/bin/TheSurge.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: app: vcrun2012 vcrun2017 win7 name: winetricks prefix: $GAMEDIR - task: args: /SP- /SUPPRESSMSGBOXES /NOCANCEL executable: setup name: wineexec prefix: $GAMEDIR system: env: DXVK_HUD: compiler wine: dxvk: true esync: true
{ "files": [ { "setup": "N/A:Select gog Windows setup exe" } ], "game": { "arch": "win64", "exe": "drive_c/GOG Games/The Surge/bin/TheSurge.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "vcrun2012 vcrun2017 win7", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SP- /SUPPRESSMSGBOXES /NOCANCEL", "executable": "setup", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "env": { "DXVK_HUD": "compiler" } }, "wine": { "dxvk": true, "esync": true } }