• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Terrain trigger

Status
Not open for further replies.
No, but if the number of units (or unit types) you need to track is relatively small you could put them in a group and periodically check the terrain tile beneath them. A hybrid approach would also work where you put a large region around an area that has some of the terrain tile. When a unit enters that region, add it to the group to check the tile beneath it, and when it leaves the region remove it from the group. Do the same for other general areas that use the tile.
 
No, but if the number of units (or unit types) you need to track is relatively small you could put them in a group and periodically check the terrain tile beneath them. A hybrid approach would also work where you put a large region around an area that has some of the terrain tile. When a unit enters that region, add it to the group to check the tile beneath it, and when it leaves the region remove it from the group. Do the same for other general areas that use the tile.
I seem to faintly recall reading somewhere on this forum that there was a known performance issue with checking terrain tiles. Am I totally off base here?
 
Status
Not open for further replies.
Back
Top