Installer assassins-creed-unity-uplay

files:
- dx2010: https://lutris.net/files/tools/directx-2010.tar.gz
- uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe
- acunity: https://github.com/tannisroot/dxvk-caches/raw/master/ACU.tar.xz
game:
  arch: win64
  args: uplay://launch/720/0
  exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    install_gecko: false
    install_mono: false
    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
- write_file:
    content: dxgi.maxFrameLatency = 1
    file: $GAMEDIR/dxvk.conf
- extract:
    dst: $CACHE/dxsetup
    file: dx2010
- extract:
    description: Extracting DXVK state cache
    dst: $GAMEDIR
    file: acunity
- task:
    arch: win64
    args: /silent
    executable: $CACHE/dxsetup/DXSETUP.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: arial d3dcompiler_43
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /S
    executable: uplay
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
    DXVK_STATE_CACHE_PATH: $GAMEDIR
description: Only installs Uplay and settings. The game will be installed on first
  launch.
game_slug: assassins-creed-unity
gogslug: ''
humblestoreid: assassins-creed-unity
installer_slug: assassins-creed-unity-uplay
name: "Assassin\u2019s Creed Unity"
notes: When launching the game, it will ask if you want to start without the overlay.
  Please do *not* enable the overlay there and just launch it.
runner: wine
script:
  files:
  - dx2010: https://lutris.net/files/tools/directx-2010.tar.gz
  - uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe
  - acunity: https://github.com/tannisroot/dxvk-caches/raw/master/ACU.tar.xz
  game:
    arch: win64
    args: uplay://launch/720/0
    exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      install_gecko: false
      install_mono: false
      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
  - write_file:
      content: dxgi.maxFrameLatency = 1
      file: $GAMEDIR/dxvk.conf
  - extract:
      dst: $CACHE/dxsetup
      file: dx2010
  - extract:
      description: Extracting DXVK state cache
      dst: $GAMEDIR
      file: acunity
  - task:
      arch: win64
      args: /silent
      executable: $CACHE/dxsetup/DXSETUP.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: arial d3dcompiler_43
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /S
      executable: uplay
      name: wineexec
      prefix: $GAMEDIR
  system:
    env:
      DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
      DXVK_STATE_CACHE_PATH: $GAMEDIR
slug: assassins-creed-unity-uplay
steamid: 289650
version: Uplay
year: 2014
{
  "game_slug": "assassins-creed-unity",
  "version": "Uplay",
  "description": "Only installs Uplay and settings. The game will be installed on first launch.",
  "notes": "When launching the game, it will ask if you want to start without the overlay. Please do *not* enable the overlay there and just launch it.",
  "name": "Assassin\u2019s Creed Unity",
  "year": 2014,
  "steamid": 289650,
  "gogslug": "",
  "humblestoreid": "assassins-creed-unity",
  "runner": "wine",
  "slug": "assassins-creed-unity-uplay",
  "installer_slug": "assassins-creed-unity-uplay",
  "script": {
    "files": [
      {
        "dx2010": "https://lutris.net/files/tools/directx-2010.tar.gz"
      },
      {
        "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe"
      },
      {
        "acunity": "https://github.com/tannisroot/dxvk-caches/raw/master/ACU.tar.xz"
      }
    ],
    "game": {
      "arch": "win64",
      "args": "uplay://launch/720/0",
      "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "install_gecko": false,
          "install_mono": false,
          "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"
        }
      },
      {
        "write_file": {
          "content": "dxgi.maxFrameLatency = 1",
          "file": "$GAMEDIR/dxvk.conf"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/dxsetup",
          "file": "dx2010"
        }
      },
      {
        "extract": {
          "description": "Extracting DXVK state cache",
          "dst": "$GAMEDIR",
          "file": "acunity"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/silent",
          "executable": "$CACHE/dxsetup/DXSETUP.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial d3dcompiler_43",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/S",
          "executable": "uplay",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_CONFIG_FILE": "$GAMEDIR/dxvk.conf",
        "DXVK_STATE_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game