How to play Starcraft on Ubuntu Edgy
The last game I played is Starcraft. That was so long time ago since my desktop was an old Windows ME. It seems Wine is capable to run this game. So I tried it on Ubuntu Edgy.
First of all, I found a good howto. What we need the most is Wine. The up-to-date wine is available in below repositories.
deb http://wine.budgetdedicated.com/apt edgy main
deb-src http://wine.budgetdedicated.com/apt edgy main
Then follow below steps.
-
Install Wine
sudo apt-get install wine
-
Setup drives in Wine using
winecfg
winecfg
Make sure that type of
/media/cdrom
isCD-ROM
. -
Adjust audio
winecfg
You should switch to ALSA or ESD.
-
Install Starcraft and Brood War as usuall one by one
wine /media/cdrom/install.exe
-
Patch to version 1.13f or later
wget http://ftp.blizzard.com/pub/broodwar/patches/PC/BW-113f.exe wine BW-113f.exe
-
Add
starcraft.exe
in Applications tab of `winecfg*winecfg
-
Enable Emulate a virtual desktop. At this step, I was unable to follow the step in above howto. What I can do is to enable this feature in default settings for all applications.
winecfg
In Applications tab, select Default settings and check the box Emulate a virtual desktop in Graphics tab. If possible, you should select the new application created in previous step.
-
Now you may run it.
wine starcraft.exe
If you notice about 100% in CPU utilization, don't worry. It's just what expects to happen.
- sugree's blog
- 2356 reads
Post new comment