scourge opened this issue on Mar 24, 2004 ยท 91 posts
scourge posted Fri, 26 March 2004 at 6:58 AM
Attached Link: Follow4.AVI (572 KB)
numanoid, Yes, each character can follow any object or character. You can have figures walking next to each other, but when they have to turn the row breaks because the distance they have to walk differs. So you could have an army walking straight but turning would be a problem, unless I do some changes to the script. Currently the script only walks one character at a time but it's probably a piece of cake to make it affect multiple characters at the same time. who3d, Yes, the guys are all following a different target (either the guy in front or the ball). Currently they can't take short cuts or avoid objects, other than stop when there's someone on the way (like in the video clip). I'll try to create some kind of simple path finding routine. I'm also working on the animation because the default walking anim doesn't work when a character stops or slows down.