
DuriJuri
Published
running great on proton experimental
SteamDeck=1 %command%
Can launch the game only in window mode.
gamemoderun %command%
Occasional crashes after longer game play, fixed with setting higher max_map_count.
If you experience game crashing after longer period of time, try to rise vm.max_map_count to a higher number.
temp change:
sudo sh -c "echo 1000000 > /proc/sys/vm/max_map_count"
permanent:
put vm.max_map_count = 1000000 into /etc/sysctl.conf
AMD_VULKAN_ICD=AMDVLK VK_DRIVER_FILES=/etc/vulkan/icd.d/amd_icd64.json mangohud %command% +com_skipIntroVideo 1
Out of the box experience lead to following error : “Could not create the Vulkan device: vkCreateDevice failed with error (Unknown)”. With Proton Hotfix I was able to start the game, but after initial animation I eded up with black screen. Had to install AMDVLK (https://github.com/GPUOpen-Drivers/AMDVLK/releases) and set launch options.
WINEDLLOVERRIDES="amd_ags_x64.dll=b" %command%
can't launch the game without following launch option on AMD RX6000 series GPU's : WINEDLLOVERRIDES="amd_ags_x64.dll=b" %command%
(Proton 7.0-4)