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

How do I make Dirt terrain unbuildalbe?

Status
Not open for further replies.
Level 1
Joined
Apr 10, 2012
Messages
4
I mean: how to make dirt terrain an unbuildalbe terrain, where you can't build building on
I'm making a map where you can only build on Grass Trim terrain, but can't build on Dirt (lordareon city terrain scape).
 
Level 3
Joined
Nov 24, 2009
Messages
29
It is impossible to make dirt terrain an unbuildable terrain. You can do a trigger that destroys any building built on dirt terrain. However, it doesnt return your resources. I dont know how to trigger it such that you get back resources. Its kind of like the triggers map makers put in their maps to prevent players from building in each others area. Example:Vamp fire base claim system. It prevents players from building in another player's base and doesnt deduct their resources.

Or you could just modify your tileset and add a dirt tile from other tilesets that is dirt but unbuildable. To modify your tileset, go to "Advanced>Modify tileset" The option is right at the top. Which I think is an easier option. I haven't explored the side of the triggering you have asked for.
 
Level 14
Joined
Apr 20, 2009
Messages
1,543
It is impossible to make dirt terrain an unbuildable terrain.

This information is wrong.

Download JassNewGenPack (http://www.hiveworkshop.com/forums/...456/how-download-install-confige-jngp-160547/) and go to:

UMSWE -> Customize Tile Pathability

Here you can alter the pathability of any tile. You can make it unwalkable, unbuildable, or unflyable.

If you don't want to use JNGP you can create your own pathing map with a image editing program. All you have to do then is import it on the correct path for the terrain tile.

Here is a tutorial if you want to create one yourself (this is more work then simply using JNGP though):

http://world-editor-tutorials.thehelper.net/pathmaps.php
 
Level 1
Joined
Apr 10, 2012
Messages
4
This information is wrong.

Download JassNewGenPack (http://www.hiveworkshop.com/forums/...456/how-download-install-confige-jngp-160547/) and go to:

UMSWE -> Customize Tile Pathability

Here you can alter the pathability of any tile. You can make it unwalkable, unbuildable, or unflyable.

If you don't want to use JNGP you can create your own pathing map with a image editing program. All you have to do then is import it on the correct path for the terrain tile.

Here is a tutorial if you want to create one yourself (this is more work then simply using JNGP though):

http://world-editor-tutorials.thehelper.net/pathmaps.php

thank you, it worked
 
Status
Not open for further replies.
Top