Created
January 22, 2020 17:58
-
-
Save xDShot/e72d2c6c76a3672b8f922ce34dee03e0 to your computer and use it in GitHub Desktop.
This file contains 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/bash | |
export WINEBIN=wine | |
export WINEDEBUG=-all | |
export WINEPREFIX=~/wineprefixes/sourcesdk/ | |
export GAMEDIR=~/.steam/steam/steamapps/common/insurgency2/ | |
export VPROJECT=$GAMEDIR/insurgency/ | |
$WINEBIN $GAMEDIR/bin/SDKLauncher.exe $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment