Difference between revisions of "Starcraft"
Kynikos.bot (talk | contribs) (remove language suffix from Category:Gaming (English), see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n) |
|||
(8 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | Simple steps to install and run | + | This page is about the 1998 Starcraft, if you are looking for Starcraft 2, go [[Starcraft2|here]]. |
− | + | == Installation == | |
− | Install and | + | Simple steps to install and run StarCraft on Linux: |
− | + | # Install and configure [[Wine]] | |
− | |||
# Run winecfg | # Run winecfg | ||
# On the drives tab, click Autodetect | # On the drives tab, click Autodetect | ||
# Click "Show Advanced" | # Click "Show Advanced" | ||
− | # Select the drive letter | + | # Select the drive letter representing your optical drive |
# Change type to CD-ROM | # Change type to CD-ROM | ||
# On the Audio tab, I had to click OSS Driver (instead of Alsa) and check "Driver Emulation" | # On the Audio tab, I had to click OSS Driver (instead of Alsa) and check "Driver Emulation" | ||
− | Install | + | Install StarCraft: |
− | + | # mount starcraft disc ($ mount /media/dvd) | |
− | # mount starcraft disc ($mount /media/dvd) | ||
# cd /media/dvd | # cd /media/dvd | ||
# wine install.exe (install as you normally would) | # wine install.exe (install as you normally would) | ||
− | At this point the game should run fine. My | + | At this point the game should run fine. My StarCraft disc installs an older version which only supports IPX networking. I downloaded the latest patch from blizzard and ran it using Wine. It patched StarCraft to allow TCP networking, which worked flawlessly. |
+ | |||
+ | == See Also == | ||
+ | * [http://appdb.winehq.org/objectManager.php?sClass=application&iId=72 WineHQ's AppDB entry for StarCraft] | ||
+ | |||
+ | [[Category:Gaming]] | ||
+ | [[Category:Wine]] |
Revision as of 17:13, 23 April 2012
This page is about the 1998 Starcraft, if you are looking for Starcraft 2, go here.
Installation
Simple steps to install and run StarCraft on Linux:
- Install and configure Wine
- Run winecfg
- On the drives tab, click Autodetect
- Click "Show Advanced"
- Select the drive letter representing your optical drive
- Change type to CD-ROM
- On the Audio tab, I had to click OSS Driver (instead of Alsa) and check "Driver Emulation"
Install StarCraft:
- mount starcraft disc ($ mount /media/dvd)
- cd /media/dvd
- wine install.exe (install as you normally would)
At this point the game should run fine. My StarCraft disc installs an older version which only supports IPX networking. I downloaded the latest patch from blizzard and ran it using Wine. It patched StarCraft to allow TCP networking, which worked flawlessly.