I've always wondered if there is a way to modify the caterpiller system that comes with Blizz ABS (2.84) so that the characters following the player dont necessarily move in a straight line? Maybe they can linger around when the player stops moving...or spread out sometimes...basically move on their own path and not just follow the shadow of the main character :P I hope I made sense :wacko:
Actually, one of the new features I have already written for the next version is formations. Basically, instead of moving around in the caterpillar, the party attempts to hold a formation, but each character moves on their own independently. There will be a few built in configurations, that can be switched between via script calls, and it is also easy to make your own, it's as simple as typing the relative coordinates of each position into the config.
Also, I'd just like to note that this wasn't easily doable in 2.84 because jumping, running, etc. would separate your party and some characters would get stuck.
Blizz-ABS's next version == sex
More like a massive Orgy. Shame I wont be around to enjoy it. :(
MAIL ME A COPY WHEN IT'S DONE! XD
Yeah, if I can ever manage to get it out. It's a time consuming process, but at least I'm making constant progress.
I always avoided adding that feature, because it would cause tons of other problems. xD
If your revamp of the whole system makes a caterpillar formation simpler to make, go ahead. xD
Thanks for the replies everyone. At least I know I CAN be done :^_^': However I dont think it should cause to many problems because I have disabled running, jumping and sneaking in my game. My game is interesting I just didnt want those features there :P I dont really know RGSS to well and I dont have the time to go in depth unfortunately. I have to at least be halfway done with this project before the end of the summer. So is ANYONE willing to help me with this one...if not I can attempt it on my own.
This may be considered off-topic but, can the battle system have the free roam formation? That is basicly what he's asking for. And are the formation gonig to be like The Legend of Zelda: Four Swords
That catterpillar system that you talked about is used on Final Fantasy 13... but note that it used TBS, not an ABS.
As blizzard said it would cause tons of other problems.
the stuck problem could be solved by using a path finding I think, but on battles...jesus christ would walk around of the enemies 2, instead of attacking them :P
Waiting for next blizz abs version to check this out :D
couldn't that problem befixed simply by adding a method the states when a caterpillar ally is within range to attack, it stop moving and attacks the enemy
'simply' is not that simply xD
If bad coded, it will lag as hell