Created
March 24, 2021 15:32
-
-
Save JJL772/c9482f240525b60f2b47ed4e0d2beb34 to your computer and use it in GitHub Desktop.
runs p2ce hammer on linux
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 | |
export STEAM_COMPAT_DATA_PATH="$HOME/.config/ChaosSDKLauncher/pfx/" | |
export PROTON_USE_WINED3D=1 | |
export SteamGameId=440000 | |
export STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam" | |
export PROTON_DIR="/media/ExtraDisk/SteamLibrary/steamapps/common/Proton 5.0" | |
"$PROTON_DIR/proton" run bin/win64/hammer.exe -game p2ce $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment