Installer assassins-creed-iv-black-flag-ubisoft-connect-stan
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.
custom-name: Assassin's Creed IV - Black Flag - Ubisoft Connect Standalone files: - ubisoftconnect: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe - wpp: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Assassin's%20Creed%20IV%20-%20Black%20Flag/ac4.bmp game: args: uplay://launch/273/0 exe: drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: app: corefonts d3dcompiler_47 name: winetricks prefix: $GAMEDIR - task: args: /S executable: ubisoftconnect name: wineexec prefix: $GAMEDIR - task: arch: win64 key: background name: set_regedit path: HKEY_CURRENT_USER\Control Panel\Colors\ prefix: $GAMEDIR type: REG_SZ value: 0 0 0 - merge: dst: $GAMEDIR/drive_c src: wpp - task: arch: win64 key: wallpaper name: set_regedit path: HKEY_CURRENT_USER\Control Panel\Desktop\ prefix: $GAMEDIR type: REG_SZ value: c:\\acreediv.bmp system: env: PULSE_LATENCY_MSEC: '90' WINE_FORCE_LARGE_ADDRESS_AWARE: '1' wine: Desktop: true esync: true overrides: overlay: disabled
{ "custom-name": "Assassin's Creed IV - Black Flag - Ubisoft Connect Standalone", "files": [ { "ubisoftconnect": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe" }, { "wpp": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Assassin's%20Creed%20IV%20-%20Black%20Flag/ac4.bmp" } ], "game": { "args": "uplay://launch/273/0", "exe": "drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/UbisoftConnect.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "corefonts d3dcompiler_47", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/S", "executable": "ubisoftconnect", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "key": "background", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "0 0 0" } }, { "merge": { "dst": "$GAMEDIR/drive_c", "src": "wpp" } }, { "task": { "arch": "win64", "key": "wallpaper", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Control Panel\\Desktop\\", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "c:\\\\acreediv.bmp" } } ], "system": { "env": { "PULSE_LATENCY_MSEC": "90", "WINE_FORCE_LARGE_ADDRESS_AWARE": "1" } }, "wine": { "Desktop": true, "esync": true, "overrides": { "overlay": "disabled" } } }