Displaying 1 result from an estimated 1 matches for "wow_path".
Did you mean:
log_path
2008 Sep 01
1
Running Warcraft on dedicated X server using Bash Script
I am using the following script that has been suggested by many guides on running World of Warcraft on Linux.
Code:
#!/bin/sh
export WOW_PATH=~/".wine/drive_c/Program Files/World of Warcraft" # Installation path
X :3 -ac -terminate & # Launch on a new X session on display 3
cd "${WOW_PATH}" # Goto WoW dir
sleep 2
DISPLAY=:3 `which wine` Wow.exe -opengl # Launches WoW
But it seems, doing this I loose...