Hello.
I have a few questions that build up on one another about some AI implementation. This is for a game where enemies can come in hordes (up to 30-40 enemies) akin to diablo, torchlight etc.
- What would be a good way to force enemies to avoid each other and prevent them from clumping up? I’m guesing rvo?
- What’s a good way to prevent enemies from creating a “conga line” near their target and rather, force them to surround said target. This is the hardest part for me.
Can somewhat handle local avoidance and been progressing with it, but i’m at a loss on how to handle surround. Another thing is, how do I get the player to get around a partial surround? The player moves with mouse clicks, and if I press behind the enemies, the player just tries to go forward.
Bought the pro version of a*, yet i’m still at a loss with local avoidance and practically 95% of the features in it.