Advertisement
Guest User

Orion's WoW Script

a guest
Mar 24th, 2010
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. X :3 -ac & nvidia-settings --load-config-only
  4.  
  5. # Goto game dir (modify as needed)
  6. cd "/home/brent/.wine/drive_c/Program Files/World of Warcraft/"
  7.  
  8. # Forces the system to have a break for 2 seconds, X doesn't launch instantly
  9. sleep 2
  10.  
  11. # Launches game (modify as needed)
  12. ck-launch-session
  13. DISPLAY=:3 WINEDEBUG=-all padsp wine Wow.exe -opengl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement