Project – SC2Mapster

Starcraft II has been a beta for a month and I've been actively working on the map making features. The Galaxy Map Editor has not been released yet however it is already possible to do edit the map files.

My goal is not to develop a map but to build a community around that editor. With Curse co-workers we have launched the website SC2Mapster.com.

In order to prepare the future We set up a documentation wiki. It is being filled by the community and currently contains the function listing, the xml files descriptions, a Galaxy language overview and much more ...

Here is a small part of the function listing:

Trigger

Triggers are function that are executed when an event occur. These functions allow the user to create new triggers from custom functions and bind them to different events.

This is a preview of the Starcraft II Galaxy Functions API.

The website also hosts many map making related projects such as maps, galaxy scripts or tilesets. In order to prove that we are able to start working, I've been working on a Tower Defense: Mapster TD.

If you liked this article, you might be interested in my Twitter feed as well.
 
 

Random Posts

  • January 16, 2012 -- Tech Companies Recruitment (2)
    I am happy to tell you that I am now a Facebook employee! A bit of history Two years ago, like many of you, I applied to Google (thanks tsuna). Obviously I didn't get in. I did not even made it to the second interview! After analysis, I screwed up everything! Spoken English is hard without ...
  • September 11, 2011 -- World of Warcraft HTML Tooltip Diff (0)
    MMO-Champion is a World of Warcraft news website. When a new patch is released, we want to show what has changed in the game (Post Example). An english summary of each spell change is hand written, but we want to show the exact tooltip changes. jsHTMLDiff is available on Github. .sigri...
  • October 15, 2010 -- WoWTal.com Cataclysm (0)
    // Add VideoJS to all video tags on the page when the DOM is ready VideoJS.setupAllWhenReady(); ...
  • January 3, 2010 -- Bistromathique – Optimized Arbitrary Precision Calculator (0)
    The Bistromathique is an Arbitrary Precision Calculator EPITA project where the main focus is optimization. The input can be in any base (up to 250) and the following operations have to be performed: Addition, Subtraction, Multiplication, Division, Modulo. Base Representation Going back and fort...
  • January 23, 2011 -- Javascript – jDataView: Read Binary File (20)
    jDataView provides a standard way to read binary files in all the browsers. It follows the DataView Specification and even extends it for a more practical use. Explanation There are three ways to read a binary file from the browser. The first one is to download the file through XHR with ch...