• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Terrain Pathing

Status
Not open for further replies.
If you add some more pathing blockers, its not a big deal:

You can for example make a pathing blocker based on the doodad walls pathing. These doodads block a line of 4 tiles and remove the amount of blockers needed.

However, you should never forget that destructables require much more memory and speed than ordinary doodads, as destructables can be destroyed and accessed via triggers.
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
If you add some more pathing blockers, its not a big deal:

You can for example make a pathing blocker based on the doodad walls pathing. These doodads block a line of 4 tiles and remove the amount of blockers needed.

However, you should never forget that destructables require much more memory and speed than ordinary doodads, as destructables can be destroyed and accessed via triggers.

if i use example a big castle based on path blocker then its block alot tile right?

i never tryed this things coz most of time i used fence or cliff level but nice to know
 
Status
Not open for further replies.
Top