Created
March 20, 2020 23:36
-
-
Save annmuor/88009be669db8c53a31b99e6c5835a07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| LIB="~/.local/share/Steam/steamapps/common" | |
| BINARY="$LIB/Proton 5.0/dist/bin/wine" | |
| EXE="$LIB/DOOMEternal/DOOMEternalx64vk.exe" | |
| ARGS="+in_terminal 1 +com_skipIntroVideo 1 +com_skipKeyPressOnLoadScreens 1 +com_skipSignInManager 1" | |
| WINEPREFIX="$LIB/DOOMEternal/prefix" "$BINARY" "$EXE" $ARGS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
u/Kron4ek has a working version and has modified Proton on his GitHub so that you can run it. You still need the latest Vulkan headers and loader, as well as a special patch iirc, and of course the drm-free binary. I personally haven't gotten it working, but he's demonstrated that it will run and that its performance is very very shitty compared to running on Windows, which isn't surprising.