Skip to content

Instantly share code, notes, and snippets.

@mt3o
Last active March 26, 2025 18:24
Show Gist options
  • Save mt3o/f6f80ac963565b009f06712f90e9d638 to your computer and use it in GitHub Desktop.
Save mt3o/f6f80ac963565b009f06712f90e9d638 to your computer and use it in GitHub Desktop.
Linux Proton with Intel SDE
export PROTON_LOG=1
export WINEDEBUG="+timestamp,+pid,+tid,+seh,+debugstr,+module"
export STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.steam/steam
export STEAM_COMPAT_DATA_PATH=~/.proton/
~/sde/sde -follow-subprocess -- ~/steam/steamapps/common/Proton\ -\ Experimental/proton run ~/steam/steamapps/common/Helldivers\ 2/bin/helldivers2.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment