Installer watch-dogs-ubisoft-connect
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: - uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe game: args: uplay://launch/274/0 exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe prefix: $GAMEDIR installer: - task: description: Creating Wine Prefix name: create_prefix prefix: $GAMEDIR - write_file: content: "overlay:\n enabled: false\n forceunhookgame: false\n fps_enabled:\ \ false\n warning_enabled: false\nuser:\n closebehavior: CloseBehavior_Close" file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml - task: app: arial d3dcompiler_43 d3dcompiler_47 d3dx9 description: Installing prerequisites name: winetricks prefix: $GAMEDIR - task: args: /S description: Installing Ubisoft Connect executable: uplay name: wineexec prefix: $GAMEDIR system: env: DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf DXVK_HUD: compiler DXVK_STATE_CACHE_PATH: $GAMEDIR __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR wine: dxvk: true esync: true
{ "files": [ { "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe" } ], "game": { "args": "uplay://launch/274/0", "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine Prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "write_file": { "content": "overlay:\n enabled: false\n forceunhookgame: false\n fps_enabled: false\n warning_enabled: false\nuser:\n closebehavior: CloseBehavior_Close", "file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml" } }, { "task": { "app": "arial d3dcompiler_43 d3dcompiler_47 d3dx9", "description": "Installing prerequisites", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/S", "description": "Installing Ubisoft Connect", "executable": "uplay", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "env": { "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf", "DXVK_HUD": "compiler", "DXVK_STATE_CACHE_PATH": "$GAMEDIR", "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" } }, "wine": { "dxvk": true, "esync": true } }