Advertisement
Guest User

WAR

a guest
Mar 30th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #! /bin/sh
  2. BINDIR="$(dirname "$(readlink -fn "$0")")"
  3. cd "$BINDIR"
  4.  
  5.  
  6. # Define directories.
  7. gamedir=$BINDIR
  8. winebindir="$BINDIR/wine-staging/bin"
  9. wineprefixdir="$BINDIR"/WAR_prefix
  10.  
  11.  
  12. # Debug stuff
  13. export WINEDEBUG=-all
  14. #export __GL_FSAA_MODE=10
  15. export __GL_LOG_MAX_ANISO=4
  16.  
  17. # Start
  18. PATH=$winebindir:$PATH env WINEPREFIX=$wineprefixdir wine $gamedir"/RoRLauncher.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement