Skip to content

Instantly share code, notes, and snippets.

@apocalyptech
Created July 18, 2021 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apocalyptech/93437497c5349c7b127b21c40fac08c4 to your computer and use it in GitHub Desktop.
Save apocalyptech/93437497c5349c7b127b21c40fac08c4 to your computer and use it in GitHub Desktop.
#!/bin/bash
# vim: set expandtab tabstop=4 shiftwidth=4:
# Wine Prefix
export WINEPREFIX="/games/bl3_steam/games/steamapps/compatdata/397540/pfx"
# Proton Root
export PROTONDIST="/games/bl3_steam/root/compatibilitytools.d/Proton-5.21-GE-1/dist"
# Other vars (WINEESYNC may or may not be required; FREETYPE_PROPERTIES might just be on my system)
export WINE="${PROTONDIST}/bin/wine64"
export WINESERVER="${PROTONDIST}/bin/wineserver"
export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
export WINEESYNC=1
# Execute
cd "/whereever/B3HM/lives"
"${WINE}" B3HM.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment