Installer watch-dogs-uplay
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/UplayInstaller.exe game: arch: win64 exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: app: corefonts win7 name: winetricks prefix: $GAMEDIR - task: app: dotnet472 description: Installing .NET 4.7.2 name: winetricks prefix: $GAMEDIR - task: args: /S executable: uplay name: wineexec prefix: $GAMEDIR - task: app: xact arch: win64 description: Installing xact name: winetricks prefix: $GAMEDIR system: pulse_latency: true wine: dxvk: true version: tkg-4.0-x86_64
{ "wine": { "dxvk": true, "version": "tkg-4.0-x86_64" }, "system": { "pulse_latency": true }, "files": [ { "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe" } ], "installer": [ { "task": { "prefix": "$GAMEDIR", "arch": "win64", "name": "create_prefix" } }, { "task": { "prefix": "$GAMEDIR", "name": "winetricks", "app": "corefonts win7" } }, { "task": { "description": "Installing .NET 4.7.2", "prefix": "$GAMEDIR", "name": "winetricks", "app": "dotnet472" } }, { "task": { "prefix": "$GAMEDIR", "args": "/S", "executable": "uplay", "name": "wineexec" } }, { "task": { "description": "Installing xact", "prefix": "$GAMEDIR", "arch": "win64", "name": "winetricks", "app": "xact" } } ], "game": { "prefix": "$GAMEDIR", "arch": "win64", "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe" } }