• 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.

Triggered Terrain Changes

Status
Not open for further replies.
Level 8
Joined
Jul 8, 2013
Messages
249
So for a long time I've been using triggers to change some of the terrain on my map and get around the normal tileset limit. It worked pretty well until I developed a new area that requires a different cliff type (Underground dirt cliff to be exact). The map already includes 2 other cliff types which look rather different and are both needed.

This bit of terrain triggering:
  • Environment - Change terrain type at ((Center of arena10 <gen>) offset by (0.00, 500.00)) to Underground - Dirt using variation -1 in an area of size 11 and shape Square
works just fine. All the original dirt tiles are replaced with the cave ground tiles I want.

However, this bit:
  • Environment - Change terrain type at ((Center of arena10 <gen>) offset by (0.00, 500.00)) to Underground - Dirt Cliff using variation 1 in an area of size 11 and shape Square
seems to do nothing at all. So I end up with this ugly effect where dirt of one kind is mixed with cliffs of another. Oh and I already tried having the second one use variation -1 and that didn't work either.
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
So for a long time I've been using triggers to change some of the terrain on my map and get around the normal tileset limit. It worked pretty well until I developed a new area that requires a different cliff type (Underground dirt cliff to be exact). The map already includes 2 other cliff types which look rather different and are both needed.

This bit of terrain triggering:
  • Environment - Change terrain type at ((Center of arena10 <gen>) offset by (0.00, 500.00)) to Underground - Dirt using variation -1 in an area of size 11 and shape Square
works just fine. All the original dirt tiles are replaced with the cave ground tiles I want.

However, this bit:
  • Environment - Change terrain type at ((Center of arena10 <gen>) offset by (0.00, 500.00)) to Underground - Dirt Cliff using variation 1 in an area of size 11 and shape Square
seems to do nothing at all. So I end up with this ugly effect where dirt of one kind is mixed with cliffs of another. Oh and I already tried having the second one use variation -1 and that didn't work either.

The actual tile limit is 16 btw.

Generally people do not favor blizzard cliffs here. This here is only one of the reasons.
 
Level 8
Joined
Jul 8, 2013
Messages
249
Yes, I've been reading over lots of threads about cliffs and I'm aware of that. For this situation though I do like the way the blizzard cliffs make the area look- I just want them to be the right blizzard cliffs.
 
Level 8
Joined
Jul 8, 2013
Messages
249
Yeah size is not the issue here as the non-cliff terraining action that works should prove.

So do people have any ideas? Considering that there IS the option to change terrain at an area to cliffs it strikes me that there's almost certainly a way to make that actually work.
 
Status
Not open for further replies.
Top