Install

Linux/Mac OS X/BSD

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