|
Engine Developer |
Joined: 10.09.2006, 15:52 Posts: 1217
|
The crowd simulation logic is just very simple and not really related to Horde. Anyway, a quick and simple way to get some very basic obstacle avoidance is to put repulsive particles (the same that are used for the characters) around buildings. Although the characters will not intersect with the buildings any more, they will not navigate around them or act clever in any way. For that you need some more advanced path finding system. A long time ago I combined the particles for close dynamic object avoidance with a simple A* based waypoint navigation. That worked quite well back then.
|
|