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

Problems with unitsfreezing when ordered to move

Status
Not open for further replies.
Level 9
Joined
Jun 7, 2008
Messages
440
I have almost 8 points where units are spawned and moved through a maze (very similar to a td) I noticed a problem right away - I think it has to do with so many points being ordered at a time (though im not enitrely sure) - the problem being units would stop (no units were not stacked on top of each other just one in multiple spots) and not move again. I tried to remedy by putting the movement in a timer, then i noticed there was a slight delay when ordering points when they reached the appointed spot. Any ideas?
 
Level 9
Joined
Jun 7, 2008
Messages
440
It totally depends on the time. Basically there are 8 spawn points. Units spawn from 2. additional units summoned by the player (not computer) will spawn on the other 6. That isnt the problem. The problem is they stop moving usually after they enter 3 regions.
Unit enters region 1 - Order to move region 1a
Unit enters region 2 - Order to move region 2a
So on and so forth. they stop after 1c/1d or 2c/2d
 
Status
Not open for further replies.
Top