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

Issue With Bridges and Flying Units

Status
Not open for further replies.
Level 7
Joined
Nov 18, 2012
Messages
272
Hi. I have an issue with Bridges and Flying Units.

When a flying unit tries flying over a bridge, it gets instantly teleported a few units up...

You might say it's not visible but it is.

Is there a way to give them a nice transition?
 
Level 12
Joined
Mar 13, 2012
Messages
1,121
One thing you can do is set the fly over height of the bridge to 0.

There will still remain a small height rise though depending on the bridge. If you want to completely remove it you have to edit the model.

(e: a solution with getLocationZ() and setFlyHeight() is just damn messy imo)
 
Status
Not open for further replies.
Top