Advertisement
Guest User

Untitled

a guest
Dec 12th, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #!/bin/bash
  2. # WoW Standalone
  3. # by xpander
  4.  
  5. ### configuration
  6. # Define directories.
  7. gamedir="/mnt/stuff/xpander/Games/WoW/"
  8. winebindir="/mnt/stuff/xpander/Games/WoW/wine-wow64-git/bin"
  9. wineprefixdir="/mnt/stuff/xpander/Games/WoW/WOWprefix64"
  10.  
  11. export WINEDEBUG=-all
  12. export __GL_THREADED_OPTIMIZATIONS=1
  13. #function to start Game
  14. PATH="$winebindir:$PATH" env WINEPREFIX=$wineprefixdir wine "/home/xpander/Games/WoW/World of Warcraft/Wow-64.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement