Installer ubisoft-connect-rocksmith

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:
  exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
  prefix: $GAMEDIR
installer:
- task:
    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 dotnet48 dotnetcore3 vcrun2019
      vcrun6sp6 vcrun6 dxvk
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /S
    executable: uplay
    name: wineexec
    prefix: $GAMEDIR
wine:
  Audio: alsa
  dxvk: true
  esync: true
  overrides:
    nvapi,nvapi64: disabled
{
  "files": [
    {
      "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe"
    }
  ],
  "game": {
    "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "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 dotnet48 dotnetcore3 vcrun2019 vcrun6sp6 vcrun6 dxvk",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "args": "/S",
        "executable": "uplay",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ],
  "wine": {
    "Audio": "alsa",
    "dxvk": true,
    "esync": true,
    "overrides": {
      "nvapi,nvapi64": "disabled"
    }
  }
}
Back to game