Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created January 22, 2020 17:56
Show Gist options
  • Save xDShot/d026b9b3f3b13007967a18ec764f5125 to your computer and use it in GitHub Desktop.
Save xDShot/d026b9b3f3b13007967a18ec764f5125 to your computer and use it in GitHub Desktop.
#!/bin/sh
export WINEBIN=wine
export WINEDEBUG=-all
export WINEPREFIX=~/wineprefixes/sourcesdk/
export BASEDIR="/seagate/SteamLibrary/steamapps/common/SourceFilmmaker/game/"
export VPROJECT=$BASEDIR/usermod/
IMPORTDIR=$(pwd)
cd $BASEDIR/bin/
$WINEBIN vtf2tga -i "$IMPORTDIR/$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment