Skip to content

SparCraft Standalone Executable

davechurchill edited this page Sep 12, 2014 · 3 revisions

Combat Simulation Experiments

You want StarCraft combat data, but you don't want to code, compile, link, all that boring stuff. No problem!

Windows Standalone Executable

Download: SparCraft Windows Standalone Executable

The standalone executable which will allow you to run your own simulation experiments via a configuration file. If you do want to compile this for some reason, it is included in the SparCraft source as the SparCraft_main Visual Studio project.

The only requirement is the Visual C++ Redistributable for Visual Studio 2012

Linux Compiling

Unfortunately I am not including binaries for Linux, however compiling the experiments program is one simple command! Check the [Linux Linux] section for details on how to compile.

How To Run Experiments

To run the experiments, open up a terminal and run the SparCraft executable with the experiment settings file as the only command-line argument. Or in Windows, you can simply drag the experiment file onto SparCraft.exe, however if there are any errors, you need to run in the terminal to see them.

Experiment Settings File

For details on how to configure your experiments, check the Simulation Settings configuration file tutorial