Open Beta – Animated Sideview Enemies

betagoodness

Are you interested in doing an open beta?

Hello, RM’ers!

I’ve begun work on this a few weeks ago because I was notified that another animated enemies plugin clashes with my battle engine, due to incompatibilities. So rather than patch those incompatibilities, I figured it’d be easier if I just made my own plugin for it. As a result, I worked up this plugin and allowed my supporters to beta test it. I haven’t been reported many problems yet, so I imagined it’s in a relatively stable state. So now, it’s time to push it to the next step: more open beta!

http://yanfly.moe/beta/YEP_X_AnimatedSVEnemies.js

This plugin requires the Battle Engine Core, so naturally, you’ll place it underneath the Battle Engine Core in the plugin list. If you’re using Action Sequence Pack 2, there’s a new update for it if you want the animated enemies to be able to jump and such.

Also, please make sure you have the most updated versions of the plugins (including the Battle Engine Core). You can grab them here.

This plugin draws its animated battler data from your img/sv_actors folder. So if you want your enemy to look like Harold, you’d use this notetag in the enemy notebox:

<Sideview Battler: Actor1_1>

If you want to randomize the graphic used, just insert more into the notebox like this:

<Sideview Battler: Actor1_1>
<Sideview Battler: Actor1_8>
<Sideview Battler: Actor2_7>
<Sideview Battler: Actor3_8>

This plugin does NOT require you to have a matching enemy graphic with a matching filename in your sv_enemy folder or enemy folder.

There are “breathing” options for both static and animated enemies. Since having breathing options for the animated enemies is a bit redundant, I enabled it strictly for the static enemies only (although you can adjust this in the parameter settings. If you have Action Sequence Pack 2, enemies can now float by default, too. You can change the intensity of the breathing/floating through the plugin parameters and/or notetags.

You can insert multiple sideview graphics to randomize your enemy appearances. Whatever you throw into the notebox will be whatever that enemy can potentially become.

Multiple sideview weapons can now be inserted to randomize the type of weaponry they’ll have. You can do this using either the simple notetag (which uses the default settings) or the advanced notetag, where you can customize the weapon index, attack motion, and animation associated with it.

Idle motions also have a random pool, too. This way, enemies can appear a bit more dynamic if you decide to use only one battler graphic. My personal favorites are wait, walk, and victory. It’s fun seeing happy battlers. XD

Almost all of the motions are now customizable. This ranges from Damage to Evade, Escape, Guard, Abnormal, Sleep, Dying, and Dead motions.

Using custom battler graphics, you now have the option to globally set their width, height, individually set their width, height, or have the plugin itself automatically do it for you. I personally prefer automatic but sometimes you just want a particular enemy to be a bit more personal and up close so the option’s there for you to use.

And for those wondering about the cute slimes I’m using in the image, it’s a battler sheet made by one of my good friends who will be making his introductory appearance very soon! 😀 You can grab the sprite sheet here in the meantime!

http://yanfly.moe/beta/Slime1_1.png

To see the cute slime in action, save it to your sv_actors folder, use the following notetags in an enemy notebox:

<Sideview Battler: Slime1_1>

<Sideview Idle Motion: walk>
<Sideview Idle Motion: wait>
<Sideview Idle Motion: victory>

Anyway, happy beta testing! I’m not sure as to when the release of this plugin will be since there’s still a few more features I want to add. We’ll see~