Install

Windows

Download and run Stargus-0.1.exe.

Linux/Mac OS X/BSD

Stable Version

  1. Download and compile Stratagus 2.2.3
  2. Download and extract the Stargus source: stargus-0.1.tar.gz
  3. Extract the Starcraft data from the original CD. You can do this by compiling and using the startool utility.

cd stargus-version
make
./startool /path/to/starcraft_cd data.sg

4. Copy over the scripts and the fog.png file.

cp -r scripts data.sg
cp contrib/fog.png data.sg/graphics/tilesets

After you have done this, Stargus is ready to play. Read the features page to see what currently does and doesn't work.

cd stratagus-version
./stratagus -d ../stargus/data.sg

Development Version

1. Check out the stargus module from SVN.

svn co https://stargus.svn.sourceforge.net/svnroot/stargus/stargus stargus

2. Now you need to get Stratagus source. Currently, Stargus requires the latest version from SVN.

svn co https://stratagus.svn.sourceforge.net/svnroot/stratagus/stratagus/trunk stratagus

3. Compile Stratagus by typing the following. Visit the Stratagus install page for more information.

cd stratagus
./autogen.sh && ./configure && make

4. Now we can extract the Starcraft data from the orginal CD. You can do this by compiling and using the startool utility.

cd stargus
make
./startool /path/to/starcraft_cd data.sg

5. Copy over the scripts and the fog.png file.

cp -r scripts data.sg
cp contrib/fog.png data.sg/graphics/tilesets

After you have done this, Stargus is ready to play. Read the features page to see what currently does and doesn't work.

cd stratagus
./stratagus -d ../stargus/data.sg

SourceForge.net