Installer saints-row-2-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: - goginstaller: N/A:Please select the GOG.com Windows installer - dx2010: https://lutris.net/files/tools/directx-2010.tar.gz game: arch: win64 exe: drive_c/GOG Games/Saints Row 2/SR2_pc.exe prefix: $GAMEDIR installer: - extract: dst: $CACHE/dxsetup file: dx2010 - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: arch: win64 args: /silent executable: $CACHE/dxsetup/DXSETUP.exe name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR - task: app: vcrun2005 win7 arch: win64 name: winetricks prefix: $GAMEDIR - task: arch: win64 args: /LANG=English /SP- /SUPPRESSMSGBOXES executable: goginstaller name: wineexec prefix: $GAMEDIR
{ "files": [ { "goginstaller": "N/A:Please select the GOG.com Windows installer" }, { "dx2010": "https://lutris.net/files/tools/directx-2010.tar.gz" } ], "game": { "arch": "win64", "exe": "drive_c/GOG Games/Saints Row 2/SR2_pc.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$CACHE/dxsetup", "file": "dx2010" } }, { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/silent", "executable": "$CACHE/dxsetup/DXSETUP.exe", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "app": "vcrun2005 win7", "arch": "win64", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "args": "/LANG=English /SP- /SUPPRESSMSGBOXES", "executable": "goginstaller", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }