How can I write a trigger to detect when a terran building burns to its death? (Starcraft 2)

I’m working with Starcraft 2 Map Editor, and am having a little bit of a trigger problem. It’s quite easy to detect when a specific unit kills a structure (simply check if triggering unit == whatever) but I’m not quite sure how to tell when a building dies to to either fire (terran buildings) or … Read more

How can I implement a third-person camera in an SC2 map?

I want to try creating a custom Starcraft 2 map with a third-person camera following a unit. A few custom maps with this feature exist already, so I know it’s possible. How do I do this? Do I need a custom mods file, or can everything be done in the map file? Answer The information … Read more

Parsing .sc2replay files [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Game Development Stack Exchange. Closed 5 years ago. Improve this question How do I parse StarCraft 2 replay files (.sc2replay)? Is there an API? I know of Sc2gears, but it doesn’t quite … Read more