• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

SC2 AI Creator

Status
Not open for further replies.
The ai scripts can be modified by a text editor, however you must first extract them using an mpq editor. I personally suggest http://shadowflare.samods.org/dwnload.html#WinMPQ
Just open up that archive using winmpq and extract:
TriggerLibs\AI.galaxy
TriggerLibs\BuildAI.galaxy
TriggerLibs\Computer.galaxy
TriggerLibs\MeleeAI.galaxy
etc.
basically everything that is in TriggerLibs\
just open them in notepad, it uses a C like style.

If you wish to implement your changes, simply open up a map in the mpq editor and add the files in with the same as their original paths. They'll override the default files temporarily while the map runs.
 
Status
Not open for further replies.
Back
Top