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

Changing Terrain In-Game?

Status
Not open for further replies.
Level 6
Joined
Apr 23, 2009
Messages
94
I know theres a way to add terrain in-game, with maps like maze builder. I just don't know how they do it. And can it be removed afterwards? Can you add/remove cliffs?

The idea is to have like, 10 different templates. And it will change every round.

Let me know.
 
I'm not familiar with the map, but I suppose they use the action 'Environment - Change Terrain Type'. I couldn't imagine cliffs are dynamic, though I've never looked into it.

If you were really interested in adding/removing cliffs, it should be possible to fake it with a custom, cliff-like model.
 
I remember years ago when I played WC3 - stuff like this wasn't at all possible with the editor.

So the only conclusion I can make is it's JASS or NewGen related.
 
The Environment GUI actions allow you to change terrain type, but not cliff levels. Furthermore, you might consider using triggers to create walls out of destructibles.
It's a little complicated, but it should be possible to make a trigger that can convert a point on the map into a tile of a specific size, and vice versa, so you can allocate destructibles accurately to create walls.
The whole trigger(s) for making a good, randomized maze is probably very complex. I would recommend checking out unprotected maps that do these sorts of things. For all I know, it's possible to create a random maze, and there are several sollutions.

You could do it with destructibles, for example, or you could do it with flat terrain type only and then make a trigger that kills/does other stuff to units that walk on any other terrain type than grass......... The only thing I don't see possible in GUI is cliffs.
 
Environment - Change terrain type at (Center of (Playable map area)) to Lordaeron Summer - Dirt using variation -1 in an area of size 1 and shape Circle
That allows you to change the terrian type. But to do this requires alot of point locations and probly regions unless you wanna just make random terrain. Im pretty sure you cant remove cliffs, but you can turn the pathing for a location on or off.
 
Status
Not open for further replies.
Back
Top