Installer assassins-creed-odyssey-ubisoft-connect
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: arch: win64 args: uplay://launch/5059/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 vcrun2017 win7 name: winetricks prefix: $GAMEDIR - task: args: /S executable: uplay name: wineexec prefix: $GAMEDIR wine: dxvk: true
{ "files": [ { "uplay": "https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe" } ], "game": { "arch": "win64", "args": "uplay://launch/5059/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 vcrun2017 win7", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/S", "executable": "uplay", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "wine": { "dxvk": true } }