weprikjm / stargus

Importer and scripts for Starcraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightly builds are available:

Installation Instructions

NOTE: stratagus ( http://stratagus.org ) is required. stargus and stratagus version must match

  1. compile: mkdir build && cd build && cmake ../ && make

  2. extract data: './startool /path/to/cd_or_install_dir /path/to/outputdir' eg: ./startool d:/ data.sg ./startool /cdrom data.sg

  3. copy files: cp -r scripts data.sg cp contrib/fog.png data.sg/graphics/tilesets

  4. start stratagus: '/path/to/stratagus -d /path/to/outputdir' eg: ./stratagus -d data.sg

image image image

About

Importer and scripts for Starcraft

License:GNU General Public License v2.0


Languages

Language:Lua 80.2%Language:C++ 17.5%Language:CMake 1.5%Language:NSIS 0.6%Language:Shell 0.2%