| View previous topic :: View next topic |
| Author |
Message |
vector Newbie
Joined: 06 Apr 2009 Posts: 27
|
Posted: Sat Jun 27, 2009 3:47 pm Post subject: make warcraft 3 playable |
|
|
how to write the script for warcraft to be playable in linux? _________________ Certified NCLP
MCSA
MCTS
UBS HR Support team
Flex System
Time Attendance System |
|
| Back to top |
|
 |
ks Site Admin
Joined: 01 Dec 2007 Posts: 295
|
Posted: Sat Jun 27, 2009 4:13 pm Post subject: |
|
|
easy, I assume you want to play Frozen Throne.
copy paste below
| Quote: |
#!/bin/bash
wine "Fronzen Throne.exe" -opengl
|
Set this script executable, place at warcraft 3 folder. However, you must install wine first.
If you use ubuntu Linux, use following command:
sudo apt-get install wine |
|
| Back to top |
|
 |
Joneswilliamsc Newbie
Joined: 21 Jun 2010 Posts: 2
|
Posted: Sat Jun 26, 2010 4:29 am Post subject: |
|
|
Well I also want the same. But I want it for XP. And I have tried this code in my XP. But not able to access this. I assume that this code which you have shown is only for Linux that why I am not able to use it. _________________ 4gb usb flash |
|
| Back to top |
|
 |
|