
dobe0331
Published
DXVK_ASYNC=1 PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr VKD3D_FEATURE_LEVEL=12_2 gamemoderun %command% --launcher-skip --intro-skip --skipStartScreen
Just run this game with the suggested command. You can remove --launcher-skip to log in with GOG account for extra rewards.
PROTON_ENABLE_NVAPI=1 %command%
In order to load the save from original Death Stranding, copy the files from ~/.local/share/Steam/steamapps/compatdata/1190460/pfx/drive_c/users/steamuser/AppData/Local/KojimaProductions/DeathStranding/
to
~/.local/share/Steam/steamapps/compatdata/1850570/pfx/drive_c/users/steamuser/AppData/Local/KojimaProductions/DeathStranding
Usually the game shuts down automatically after 1 or 2 hours playing. Possibly due to memory issues.
Defintely playable with occasional crashes.
WINEDLLOVERRIDES="dinput8=n,b" gamemoderun %command%
Stutter very often, perhaps due to poor optimistation
Game freeze very often.
Game freezes now and then, stutters very often. Playable but patient is needed.
gamemoderun %command%
9.0-2 works without issues. Experimental doesn't run, and ocassionally crash with 8.0-5
The game works out-of-box with mouse and keyboard setting.
gamemoderun %command%
In the compatibility setting, force the game to run with proton, then download the game.
In the main menu, the server status shows not available, but it actually works.
Change the content of ~/.local/share/Steam/steamapps/common/WormsWMD/Run.sh
with
#!/bin/bash
export LC_ALL=C
export LD_LIBRARY_PATH="/usr/lib:/usr/local/lib"
export LD_PRELOAD="$(
printf "%s " ~/.local/share/Steam/steamapps/common/WormsWMD/lib/libQt5*.so* \
~/.steam/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3 \
~/.steam/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
)"
chmod a+x ./Worms\ W.M.Dx64
./Worms\ W.M.Dx64
Make sure libcurl-gnutls
and libidn11
are installed.
Run this game on Linux can access ranked game.
- Install
libcurl-gnutls
libidn11
- Create symbolic links to steam runtime dbus libraries
ln -s ~/.steam/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/*dbus* ~/.steam/steam/steamapps/common/WormsWMD/lib
- Change the content of
~/.local/share/Steam/steamapps/common/WormsWMD/Run.sh
to
#!/bin/bash
export LC_ALL=C
export LD_LIBRARY_PATH="/usr/lib:/usr/local/lib"
export LD_PRELOAD="$(
printf "%s " ~/.local/share/Steam/steamapps/common/WormsWMD/lib/libQt5*.so* \
~/.steam/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3 \
~/.steam/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libdbus-1.so.3.5.8
)"
chmod a+x ./Worms\ W.M.Dx64
./Worms\ W.M.Dx64
Global chat and ranked games are available.
The game won't start without tweaking or using proton.
gamemoderun %command%
The camera angle changes itself sometimes but it might be a bug rather than proton issue.