Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 AnimBat! - Animated Battlers - Comprehensive
Yah, about the help file. When I click the link for the "Help File Manual", it takes me to AdFly which then redirects to a random page that doesn't have anything to do with the Animated Batters script.
May the Force be with you.

[Image: mandojetii.png?3][Image: logo-mark.png]
Reply }
Yah, so I guess I wasn't communicating very clearly. I found what I was looking for in lines 222 through 242 of the Miscellaneous script page. You seamed under the impression that I was trying to use formations, when all I was trying to do was change the default positions for the actors. Sorry about that. Some of the most frustrating problems when working with someone else's code turn out to be simple fixes that are hard to find.
May the Force be with you.

[Image: mandojetii.png?3][Image: logo-mark.png]
Reply }
Oh, never alter the actual code unless you know very well what you are doing. Confused And you could use formations to just re-extablish your prime formation for the actors just by setting formation #0.

As to the help file going to adfly... WHAT? Grrr... *fixes* Link fixed. Oh, the demo downloads have more convenient .CHM help files instead
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
does/can this work for enemies as well? as in can I create enemy sprite sheets that attack, use special attacks, jump around, and that sort of thing like the actors?
[Image: yy7iKKb.png]

ITCH: jayray.itch.io
Currently working on Goblin Gulch (MV)
Currently working on JayVinci Resurrection
Currently working on Bakin ABS (BAKIN)
Reply }
Yup. You should be able to code all that. Enemies have a specific "JUMPING_ENEMY" entry for enemies whose melee attack involves a jump, just as you have values for skills, items and weapons. For skills, you can just use the "MNK_POSES_SKILLS" to make a specified skill by ID use a particular pose, or break it down further with "MNK_POSES_SKILLS_A" so a specific actor 'alone' using a particular skill uses his own super-custom sprite pose in his own spritesheet. (now THAT is custom). And there is a matching "MNK_POSES_SKILLS_E" set for enemies, so you can make a zombie(enemyID #9) using mass delay(skillID #50) perform the 21st pose in his spritesheet alone. {9=>{50=>21}} Just mind the brackets, braces and etc.

But I do think the jumping needs a little work. It is a bit... goofy. Tongue sticking out

The only thing that you normally cannot do with enemies that you can with actors is the use of ITEM attacks because enemies do not have an item-use option (no item bag). However, the use of a script called 'enemies use items' acts as a substitute (replaces a skill attack with the ID of an item).
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
I don't know if this post is too old, but I'm getting an EOF error at line 28 ( @characters = Marshal.load(file) ) in Window_SaveFile and it's impossible to save. What do I do? ;-; I'm using the RTAB with Extras.
Reply }
Wow.

Your issue is with that version of the Battleback changer. While I worked on it at the same time as what I dubbed the 'instance' version, the global data version does appear to have issues with the data saved in-game. So I would advise to look for Mimi's Battleback changer and replace the $global version of the script with the @instance version. But to be honest, I would recommend replacing the $global instance versions of the Mimi Battle Music and Dalissa's Battlecry as well. Global variables tend to use more memory resources than instance and constant variables anyway.

All three I mentioned are in one demo. Hehe... just search for Dalissa. There can't be many scripts or demos out there with that name. Tongue sticking out

Oh, as long as the poster is 'active' for an unlocked thread... naw, it's not really too late. Heheh.. unless it was a request asked from a year ago. Winking
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
This is more than a conventional bump.

This is a rebranding!

"Minkoff's Animated Battlers - Enhanced" has gone through a system rewrite and has now been rebranded as AnimBat!  Version 1.0

Reorganized and with many scripts within rewritten, it should come as no surprise that this system now uses  "THREE" configuration scripts.  Broken into three, the end user can now focus on what he/she wishes to tweak.

The system has a more in-depth and accurate method to detect the battlesystems in use.  This should cut down on possible errors.

There were a number of bugs in the system that were not reported, be it a z-Depth issue involving attacker/victim overlapping or enemies not properly vanishing if they were meant to escape.

Some patches were put into place that actively benefited other battlesystems, such as attack cancellations with Fomar0153's Action Cost system.

For those who still use the RTAB system by cogwheel, there is no longer any need to employ a separate script to bypass his native camera pan/zoom feature.  It is natively disabled by AnimBat!  And likewise, there is no longer a separate RTAB patch as Minkoff's Animated Battlers previously required.

Meanwhile, new features have been added.

There's been many requests to allow battlers to step forward from their group to begin chanting spells.  An enhancement to a feature where a hero or enemy must spend some time to get a skill ready for action, you have always had an option to make the character go through some form of active pose.  Now, you can have the character step forward before he or she even begins to chant a spell.

For some time, the battlers could move to the center of the screen to perform a special attack.  This, a feature that the game developer would need to code.  But Alistor of HBGames and Save-Point.Org requested that the attacker could stay verically lined up with their target when moving to the center of the battlefield.  So yep, it's been added.

Easy enouth to add was a battler death feature by hanetzer.  In essence, he wanted it so one could assign the traditional 'collapse' death to certain battlers while others would still use the Minkoff/Cybersam styled dead-pose animations.

And a long-awaited feature for those who use scripts that allow multiple weapon attacks.  Battlers who use two or more weapons do not return to their formation until they have finished their attack.  If a hero has two weapons, he doesn't run up to a ghost and slash with the first and return to his group, only to run back on the field for the second weapon swipe.   This feature is compatible with Guillaume777's Multi Slot Equipment Script, Fomar0153's Two Weapons, and DerVVulfman's MultiSlots!
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
Can't wait to get XP up and running again to test this out!
Reply }
Is there still a VX version of this?
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Brenda's Paperdoll Battlers DerVVulfman 2 6,929 04-18-2023, 02:05 AM
Last Post: DerVVulfman
   Animated Battlers - VX DerVVulfman 23 46,072 02-28-2019, 09:11 PM
Last Post: Holder
   DoubleX RMMV Linked Battlers DoubleX 3 7,767 01-29-2016, 04:15 PM
Last Post: DoubleX
   DoubleX RMVXA Linked Battlers DoubleX 1 5,559 11-08-2015, 04:29 AM
Last Post: DoubleX
   Victor Engine - Animated Battle Victor Sant 4 13,603 03-10-2012, 06:42 PM
Last Post: Victor Sant
   Victor Engine - Automatic Battlers Victor Sant 0 4,610 01-19-2012, 01:33 AM
Last Post: Victor Sant
   Victor Engine - Actors Battlers Victor Sant 0 5,284 12-21-2011, 07:50 AM
Last Post: Victor Sant
   Full Animated Side View Battle System Cybersam 6 23,105 03-18-2011, 04:31 AM
Last Post: Ashbane
   Animated Tileset kingartur2 5 10,526 02-08-2010, 04:26 AM
Last Post: DerVVulfman
   Trickster's Animated Gradient Bars for Limit Break (DVV) DerVVulfman 2 8,766 09-15-2009, 04:43 AM
Last Post: DerVVulfman



Users browsing this thread: