Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Zoxc

#1
SC2 Tools / StarCraft II Launcher Plugin Pack
March 18, 2010, 02:51:29 PM
Here is couple of plugins for my launcher. To use them place them in the 'Plugins' folder relative to the launcher.

Debug.dll
This is a plugin that will crudely disable StarCraft II's debugger so you can debug it.


NativeAPI.dll
This is a plugin at allows you to define new natives.


Timers.dll
This implements some stopwatch timers so you can benchmark your code.

The following natives are added:
native void StartCounter(); // Resets the counter
native fixed GetCounter(); // Gets the time in milliseconds since the reset



Loggers.dll
This implements simple file writing natives.

The following natives are added:
native int CreateLogger(string filename); // Creates a logger for Plugins\<filename>
native void LoggerLog(int logger, string message); // Appends text to the file. A newline is not added at the end
native void DestroyLogger(int logger); // Destroys the logger and closes the file



You can download the pack from http://www.multiupload.com/VPJP3M6Q20
#2
Galaxy Maps / gcheck - a Galaxy parser
March 13, 2010, 05:50:13 PM
gcheck is a parser that will validate the syntactic structure of a Galaxy script. You simply pass the Galaxy script filename to the program and it will parse it and follow includes. Includes are looked for in the current folder.

The grammar uses is a LL(1) superset of the Galaxy grammar and it might allow things SC2 will not. It doesn't not do semantic analysis either so I suggest you chain it with something like LAPIN's Galaxy syntax validator.
#3
SC2 Tools / StarCraft II Launcher
March 01, 2010, 05:28:55 PM


StarCraft II Launcher is a that let's you select a map, a modification and some player settings and it can then magically start the game with that map, modification and settings applied.

To play a map, simply download a map (it doesn't need any AI changes or stuff) from a site like http://www.nibbits.com/sc2/maps/. The Team StarCrack AI 6.1.1 is included in the package as an modification.

Download version 2.3.1:
http://www.mediafire.com/?exoleonmxgy
http://www.multiupload.com/JPURMV3GKP