• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Cutsom Unit Pathing

Status
Not open for further replies.
I am making a map in which there are several small islands.
These islands are not connected in anyway. The only way to get from one island to the other is to make a path of walkable/buildable platforms. But I am having trouble getting the system to work.

The way I look at it there is only 2 ways to fix it.

1st way:
Change the unit's pathing and make it so a unit can not walk on buildable, only ground-pathable. If I can find how to do this I can make the land between the islands buildable and just make the islands nonbuildable and change construction reqs on buildings.

Problem is changing what land units can walk on.

2nd way:
Make the land between the islands abyss, ex make it unbuildable/unpathable. Then make a platform that can be built on it with a map that is pathable and buildable. Problem is the buildable pathing map is ressecive to the nonbuildable pathing map, in other words, if the building with the pathable path is on top terrain with unbuildable path... the result is unbuildable.

Also side note,I tried having triggers that changed the path under the building to a different terrain but this only changed what it looked like but not the pathing map.

So if anyone can find a way to edit what Foot movement type units can walk on, or if someone can find a way to make buildable terrain dominant instead of ressecive, please post it here.
 
Last edited:
Status
Not open for further replies.
Top