Config tested on 09/10/24:
I9 Gen9, RTX 2070 super, 32GoRAM, installed on NVME, nvidia driver 550.
SOFTS: LUTRIS With parameters:
- wine ge-9-15-x86_64
- DXVK : v2.4.1-74
- VKD3D : vk3d-proton-v1
- D3D extra v2
- DXVK-NVAPI /DLSS v0.7.0
- E-Sync OFF
- Lutris: Prefer system libraries
- deactivate libglesv2
IN GAME: Keep RTX lum ray OFF. if you are a boulay tester as me, you can reset these game config by deleting %wine prefix%/users/steamuser/documents/My games/Outlaws folder
PS: after i return there launcher could not let linux user to buy the game, they correct it and now it is possible to buy it directly with ubi launcher on linux.
for loading save hangs, add a prelaunch script to Ubisoft launcher:
*this is not tested with multi installed games, but you can add other specifics game folder later.
I9 Gen9, RTX 2070 super, 32GoRAM, installed on NVME, nvidia driver 550.
SOFTS: LUTRIS With parameters:
- wine ge-9-15-x86_64
- DXVK : v2.4.1-74
- VKD3D : vk3d-proton-v1
- D3D extra v2
- DXVK-NVAPI /DLSS v0.7.0
- E-Sync OFF
- Lutris: Prefer system libraries
- deactivate libglesv2
IN GAME: Keep RTX lum ray OFF. if you are a boulay tester as me, you can reset these game config by deleting %wine prefix%/users/steamuser/documents/My games/Outlaws folder
PS: after i return there launcher could not let linux user to buy the game, they correct it and now it is possible to buy it directly with ubi launcher on linux.
for loading save hangs, add a prelaunch script to Ubisoft launcher:
Code:
#!/bin/bash # if big problems... rm -Rf /home/megs/Games/ubisoft-connect/drive_c/users/steamuser/Documents/My\ Games/Outlaws rm -Rf /home/[YourHomeFOlder]/Games/ubisoft-connect/drive_c/users/steamuser/Documents/My\ Games/Outlaws/ShaderCache/dx12/* rm -Rf /home/[YourHomeFOlder]/Games/ubisoft-connect/drive_c/users/steamuser/Documents/My\ Games/Outlaws/ShaderByteCode/dx12/compute/* rm -Rf /home/[YourHomeFOlder]/Games/ubisoft-connect/drive_c/users/steamuser/Documents/My\ Games/Outlaws/ShaderByteCode/dx12/pixel/* rm -Rf /home/[YourHomeFOlder]/Games/ubisoft-connect/drive_c/users/steamuser/Documents/My\ Games/Outlaws/ShaderByteCode/dx12/vertex/* rm -Rf /home/[YourHomeFOlder]/Games/ubisoft-connect/GLCache/*