Installer xdefiant-ubisoft-connect

files:
- uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe
game:
  args: uplay://launch/15657/0
  exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: d3dcompiler_43
    description: Installing D3D compiler 43
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: corefonts
    description: Installing corefonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: pdh
    description: Installing pdh.dll
    name: winetricks
    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\n"
    file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
      Launcher/settings.yml
- task:
    args: /S
    executable: uplay
    name: wineexec
    prefix: $GAMEDIR
wine:
  battlEye: true
  nvapi: true
  overrides:
    pdh: n
description: 'Installer created for Steam Deck following this YouTube video as a guideline:
  https://www.youtube.com/watch?v=q6BJn7OnJF0.  After script, manually log in to Ubisoft
  Connect and install XDefiant.'
game_slug: xdefiant
gogslug: ''
humblestoreid: ''
installer_slug: xdefiant-ubisoft-connect
name: XDefiant
notes: without the pdh.dll install from winetricks you will fail to load into matches.
runner: wine
script:
  files:
  - uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe
  game:
    args: uplay://launch/15657/0
    exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: d3dcompiler_43
      description: Installing D3D compiler 43
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: corefonts
      description: Installing corefonts
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: pdh
      description: Installing pdh.dll
      name: winetricks
      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\n"
      file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
        Launcher/settings.yml
  - task:
      args: /S
      executable: uplay
      name: wineexec
      prefix: $GAMEDIR
  wine:
    battlEye: true
    nvapi: true
    overrides:
      pdh: n
slug: xdefiant-ubisoft-connect
steamid: null
version: Ubisoft Connect
year: 2024
{
  "game_slug": "xdefiant",
  "version": "Ubisoft Connect",
  "description": "Installer created for Steam Deck following this YouTube video as a guideline: https://www.youtube.com/watch?v=q6BJn7OnJF0.  After script, manually log in to Ubisoft Connect and install XDefiant.",
  "notes": "without the pdh.dll install from winetricks you will fail to load into matches.",
  "name": "XDefiant",
  "year": 2024,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "xdefiant-ubisoft-connect",
  "installer_slug": "xdefiant-ubisoft-connect",
  "script": {
    "files": [
      {
        "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe"
      }
    ],
    "game": {
      "args": "uplay://launch/15657/0",
      "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "d3dcompiler_43",
          "description": "Installing D3D compiler 43",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "corefonts",
          "description": "Installing corefonts",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "pdh",
          "description": "Installing pdh.dll",
          "name": "winetricks",
          "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\n",
          "file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml"
        }
      },
      {
        "task": {
          "args": "/S",
          "executable": "uplay",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "battlEye": true,
      "nvapi": true,
      "overrides": {
        "pdh": "n"
      }
    }
  }
}
Back to game