DarkBlizz

Game On => Land of AI => STARCRAFT II: WINGS OF LIBERTY => AI Development => Topic started by: DKSlayer on February 24, 2010, 05:39:08 PM

Title: Starcraft 2 File Filter - Not a Crack, Just a Tool
Post by: DKSlayer on February 24, 2010, 05:39:08 PM
So I was going through the AI and was getting tired of typing everything so I wrote a program(very quickly so I am not saying it is awesome) to allow me to filter the file. It will filter a file or text for functions, constants, or custom critera. It also has additional options.

You can either copy the code into the box or you can open the file. Primarily I have been testing it on aI\trigger files. But using a custom filter will work on any other file type.

I will be updating it. If you have any questions or thoughts or bugs please respond back. If you look in the file attached included with it , it will let you know of problems I have found or suggestions.

IT is compiled in .NET 3.5

--The Current Functions that are not native that it recognizes:--
=void
=string
=bool
=static
=int
=unit
=order

(http://img13.imageshack.us/img13/4576/starfraft2filter.jpg)

If you want to add a function report a bug, have it filter by more stuff please include some code of what it was filtering at the time.

Below is the link to snag it
http://rapidshare.com/files/355393855/Starcraft_2_Filter.zip (http://rapidshare.com/files/355393855/Starcraft_2_Filter.zip)

Version - Super Alpa .0000001
:)
oops that first version was duplicating the function name Fixed it

P.S. once again this is not a crack for starcraft 2.