• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

SC2 AI Creator

Status
Not open for further replies.
Level 11
Joined
Aug 25, 2006
Messages
971
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.
Top