Skip to content

Instantly share code, notes, and snippets.

@xDShot
Last active May 4, 2020 18:37
Show Gist options
  • Save xDShot/0088c7f999c06e4f09ebe27c80d5e6b8 to your computer and use it in GitHub Desktop.
Save xDShot/0088c7f999c06e4f09ebe27c80d5e6b8 to your computer and use it in GitHub Desktop.
#!/bin/bash
export WINEBIN=/opt/wine-tkg-git-source-frustrating-4.11.r0.g07afb240a8/bin/wine
export WINEDEBUG=-all
export WINEPREFIX=~/wineprefixes/sourcesdk/
export GAMEDIR=/seagate/SteamLibrary/steamapps/common/SourceFilmmaker/game/
export STUDIOMDL=$GAMEDIR/bin/studiomdl.exe
export VPROJECT=$GAMEDIR/usermod/
$WINEBIN $STUDIOMDL $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment