
StrawHatCap1
Published
SteamDeck=0 LD_PRELOAD="" WINEDLLOVERRIDES="dinput8=n,b" gamemoderun mangohud %command% -d3d11
Stutters and choppy gameplay
Gameplay was was choppy, experienced frequent stutters until I added the -d3d11 launch option.
SDL_GAMECONTROLLERCONFIG="050000004c050000e60c000000810000,Sony DualSense ,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux," %command%
Using PS5 controller inputs were incorrect, had to use the following launch option:
SDL_GAMECONTROLLERCONFIG="050000004c050000e60c000000810000,Sony DualSense ,a:b0,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b10,leftshoulder:b4,leftstick:b11,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b12,righttrigger:a5,rightx:a3,righty:a4,start:b9,x:b3,y:b2,platform:Linux," %command%
Only issue was with the PS5 controller and the launch option resolved it.
SteamDeck=1 LD_PRELOAD="" gamemoderun mangohud %command%
Needed to add the preload launch option but that does not seem to be specific to this game, my understanding is this is an overlay issue with steam despite it being disabled. Would play fine for 30 min to an hour, once I added the preload option it runs like a dream, played all day.
LD_PRELOAD="" gamemoderun mangohud WINEDLLOVERRIDES="dstorage,dstoragecore=n,b" %command%
Used old dll files from nexus mods
Update broke the game, dropped dlls in game folder from https://www.nexusmods.com/monsterhunterwilds/mods/1539?tab=files and added the winelovers launch commands.