Installer x3-reunion-gogcom-wine
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:Please select the GOG.com Windows installer. game: exe: drive_c/GOG Games/X3 Reunion/X3.exe prefix: $GAMEDIR installer: - task: app: vcrun2010 vcrun2012 vcrun2013 vcrun2015 d3dcompiler_43 d3dcompiler_47 win7 description: Installing dependencies name: winetricks prefix: $GAMEDIR - task: description: Installing X3 Reunion executable: game name: wineexec prefix: $GAMEDIR wine: dxvk: true
{ "files": [ { "game": "N/A:Please select the GOG.com Windows installer." } ], "game": { "exe": "drive_c/GOG Games/X3 Reunion/X3.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "app": "vcrun2010 vcrun2012 vcrun2013 vcrun2015 d3dcompiler_43 d3dcompiler_47 win7", "description": "Installing dependencies", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "description": "Installing X3 Reunion", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "wine": { "dxvk": true } }