Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 AnimBat! - Animated Battlers - Comprehensive
#58
The beginning of the script has values of: MNK_FRAMES and MNK_POSES. Here' you set the maximum sizes of your spritesheet. In this case, MNK_POSES would be 12 rather than 11. But remember that all your spritesheets must have 12 poses (with these exceptions below*). And I don't know how many frames you plan for your overdrive/limitbreak pose. But if you plan on having 9 frames of animation, you'd set MNK_FRAMES to 9. Just leave MNK_FRAMES_STANDARD set to 4 if most poses have just 4 frames.

If you have enemies that do not have limit breaks, you can just leave their 12th pose empty, or you can use this: MNK_POSES_ENEMY. Fill that hash array with the enemies that have poses fewer than 12. This array can set up some enemies with 14, some with 12, some with 9... all at the same time. But... I won't go crazy on the details. It may be simpler to just leave your 12th pose empty for enemies.

And as to the overdrive skill, you would be assigning these special skills with the MNK_POSES_SKILLS hash array. For example MNK_POSES_SKILLS = = {57 => 12, 61 => 12} assigns both skills 57 and 61 to have 12 poses of animation. Winking But... that covers assigning your overdrive skills to use the 12th pose.

Adding additional frames beyond the standard frames requires the 'above' MNK_FRAMES value (to set the max), the MNK_STANDARD_FRAMES to set an average number, and... MNK_FRAMES_PER_POSE. By using THIS hash array, you can tell it that pose #12 uses 7 frames of animation like...
MNK_FRAMES_PER_POSE = { 12 => 7 }. Likewise, you could also set the ready pose (pose #1) to 6 frames like MNK_FRAMES_PER_POSE = { 1 => 6}.

Combine them like this: MNK_FRAMES_PER_POSE = { 1 => 6, 12 => 7}, and both poses will have their own sets of frames.

Hope that helps.

... You gotta play around with multi-Hits scripts. Better to use one that gives additional hits rather than one from a multiple-slots script like Guillaume777's or Mine. You could make a special pose that makes the guy perform more than one sword swing if you time it right. It's a pain, but it can be done.
Reply }


Messages In This Thread
Minkoff's Animated Battlers - Enhanced - by Helel - 11-28-2009, 08:40 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-02-2009, 09:29 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-02-2009, 09:15 PM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-03-2009, 04:40 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-03-2009, 05:03 AM
Minkoff's Animated Battlers - Enhanced - by Calum - 12-03-2009, 09:02 PM
Minkoff's Animated Battlers - Enhanced - by Ace - 02-21-2010, 11:19 AM
Minkoff's Animated Battlers - Enhanced - by Ace - 02-28-2010, 02:09 PM
Minkoff's Animated Battlers - Enhanced - by Ace - 02-28-2010, 09:44 PM
Minkoff's Animated Battlers - Enhanced - by Eldur - 03-03-2010, 06:44 PM
Minkoff's Animated Battlers - Enhanced - by DerVVulfman - 05-01-2010, 03:33 AM
Minkoff's Animated Battlers - Enhanced - by Crono - 06-23-2010, 04:53 AM
Minkoff's Animated Battlers - Enhanced - by Crono - 06-23-2010, 05:55 AM
Minkoff's Animated Battlers - Enhanced - by Crono - 06-24-2010, 05:24 AM

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



Users browsing this thread: