The best StarCraft 2 maps, assets 2026 for Galaxy Scripts

Galaxy Scripts

A handful of samples demonstrating some of the more subtle things the Galaxy Editor is capable...
download Assorted Scripting ExamplesDownload
An overhead WASD 8 way directional with strafing – Games like Death TV, and Templar TV...
download WASD 8 way directionalDownload
Utility Library This is a simple utility library that adds some useful functions for Triggers in...
download Utility LibraryDownload
This is an example of using the keyboard strokes a player can type during the game...
download Keyboard FunDownload
i'm currently making a Lightning system like in wc3 but with more features. for example: Create...
download Lightning SystemDownload
For more information look into the forum thread: http://forums.sc2mapster.com/resources/third-party-tools/19814-galaxy-parser/ Report bugs in the thread or via...
download GalaxyParserDownload
A customized chatbox using dialogs that is able to be put in any game instead of...
download ChatboxDownload
Passing multiple integers to a function is something I needed to do, so came up with...
download List LibraryDownload
Tutorial http://forums.sc2mapster.com/resources/tutorials/14517-tutorial-creating-a-visual-studio-program-to-write/
download SC2 Galaxy Code Generator Tutorial Visual Studio .NetDownload
bubbleSort is an algorithm that easily sorts data from least to greatest. Making a vote system...
download bubble SortDownload