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

computer-controlled enemy units issued attack-move but stall in place?

Status
Not open for further replies.
Level 5
Joined
Feb 1, 2009
Messages
111
Computer controlled enemy units are issued attack-move to a location but they often stop and look around and then continue moving. I'd like them to just continue running to that spot (like you see in a TD game) without stopping occasionally for a reason i dont know?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
Upgrade to SC2, the WC3 pathing system cannot cope with moving so many units for a single player at the same time. No I am not joking, WC3 really does not support moving a lot of units for a single player, unlike SC2 where there is no such limit next to how slow you want everyone to play at.

In WC3 you can work around this limit by removing collision from units so fewer micro-move orders are needed or by breaking the player into multiple players (like done in SWAT Aftermath) so that no player exceeds the limit. Simpler terrain can help since the less obstacles are encountered the longer micro-moves will last.

Symptoms of hitting the WC3 movement limit for a player are units standing around when ordered to move, units stop-starting when they move and units forming sort of chains when moving a group from one place to another.
 
Status
Not open for further replies.
Top