Installer assassins-creed-rogue-ubisoft-connect

files:
- dx2010: https://lutris.net/files/tools/directx-2010.tar.gz
- ubisoftconnect: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe
game:
  arch: win64
  args: uplay://launch/895/0
  exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- write_file:
    content: "overlay: \n  enabled: false\n"
    file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
      Launcher/settings.yml
- input_menu:
    description: 'Setting DXVK workarounds please choose your GPU:'
    id: GPU
    options:
    - dxgi.maxFrameLatency = 1: AMD
    - ? 'dxgi.customVendorId = 10de

        dxgi.nvapiHack = False

        dxgi.FrameLatency = 1'
      : Nvidia
    preselect: dxgi.maxFrameLatency = 1
- write_file:
    content: $INPUT_GPU
    file: $GAMEDIR/dxvk.conf
- extract:
    dst: $CACHE/dxsetup
    file: dx2010
- task:
    arch: win64
    args: /silent
    executable: $CACHE/dxsetup/DXSETUP.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: arial win7 d3dcompiler_43
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /S
    executable: ubisoftconnect
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
    DXVK_HUD: compiler
wine:
  overrides:
    nvapi,nvapi64: disabled
description: An installer for Ubisoft Connect version of AC Rogue. Will launch Rogue
  on startup. Do not enable overlay.
game_slug: assassins-creed-rogue
gogslug: ''
humblestoreid: ''
installer_slug: assassins-creed-rogue-ubisoft-connect
name: Assassin's Creed Rogue
notes: You will need to sign into your Ubisoft Connect account.
runner: wine
script:
  files:
  - dx2010: https://lutris.net/files/tools/directx-2010.tar.gz
  - ubisoftconnect: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe
  game:
    arch: win64
    args: uplay://launch/895/0
    exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - write_file:
      content: "overlay: \n  enabled: false\n"
      file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game
        Launcher/settings.yml
  - input_menu:
      description: 'Setting DXVK workarounds please choose your GPU:'
      id: GPU
      options:
      - dxgi.maxFrameLatency = 1: AMD
      - ? 'dxgi.customVendorId = 10de

          dxgi.nvapiHack = False

          dxgi.FrameLatency = 1'
        : Nvidia
      preselect: dxgi.maxFrameLatency = 1
  - write_file:
      content: $INPUT_GPU
      file: $GAMEDIR/dxvk.conf
  - extract:
      dst: $CACHE/dxsetup
      file: dx2010
  - task:
      arch: win64
      args: /silent
      executable: $CACHE/dxsetup/DXSETUP.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: arial win7 d3dcompiler_43
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /S
      executable: ubisoftconnect
      name: wineexec
      prefix: $GAMEDIR
  system:
    env:
      DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
      DXVK_HUD: compiler
  wine:
    overrides:
      nvapi,nvapi64: disabled
slug: assassins-creed-rogue-ubisoft-connect
steamid: 311560
version: Ubisoft Connect
year: 2014
{
  "game_slug": "assassins-creed-rogue",
  "version": "Ubisoft Connect",
  "description": "An installer for Ubisoft Connect version of AC Rogue. Will launch Rogue on startup. Do not enable overlay.",
  "notes": "You will need to sign into your Ubisoft Connect account.",
  "name": "Assassin's Creed Rogue",
  "year": 2014,
  "steamid": 311560,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "assassins-creed-rogue-ubisoft-connect",
  "installer_slug": "assassins-creed-rogue-ubisoft-connect",
  "script": {
    "files": [
      {
        "dx2010": "https://lutris.net/files/tools/directx-2010.tar.gz"
      },
      {
        "ubisoftconnect": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "args": "uplay://launch/895/0",
      "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "overlay: \n  enabled: false\n",
          "file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Ubisoft Game Launcher/settings.yml"
        }
      },
      {
        "input_menu": {
          "description": "Setting DXVK workarounds please choose your GPU:",
          "id": "GPU",
          "options": [
            {
              "dxgi.maxFrameLatency = 1": "AMD"
            },
            {
              "dxgi.customVendorId = 10de\ndxgi.nvapiHack = False\ndxgi.FrameLatency = 1": "Nvidia"
            }
          ],
          "preselect": "dxgi.maxFrameLatency = 1"
        }
      },
      {
        "write_file": {
          "content": "$INPUT_GPU",
          "file": "$GAMEDIR/dxvk.conf"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/dxsetup",
          "file": "dx2010"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/silent",
          "executable": "$CACHE/dxsetup/DXSETUP.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial win7 d3dcompiler_43",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/S",
          "executable": "ubisoftconnect",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf",
        "DXVK_HUD": "compiler"
      }
    },
    "wine": {
      "overrides": {
        "nvapi,nvapi64": "disabled"
      }
    }
  }
}
Back to game