RCXGaming

Champion of Brightmoon Tor
Regular
Joined
Jan 4, 2019
Messages
1,021
Reaction score
2,711
First Language
English
Primarily Uses
RMMV
I've started to look around for MV equivalents of VX Ace scripts, yet this one seems to elude me.

For reference's sake, the script I'm referring to is Victor's Custom Collapse - in VX Ace, this could allow you to completely control the sequence in how an enemy dies, complete with visual effects, animations, SFX placing and so on.

Yet I can't seem to find an MV plugin equivalent, which is a problem since I use this quite a bit.
 

SGHarlekin

Orc Jester
Regular
Joined
Jun 29, 2020
Messages
1,388
Reaction score
2,023
First Language
German
Primarily Uses
RMMV
Judging from the gifs on that page, I'd wager you could just use action sequences perhaps in combination with buffstatescore to achieve some of those effects.

I have not heard of an MV equivalent of that VE plugin, I'm afraid.

One of my games is using buffstatescore to display animations on death, similar to one of the gifs.
Here's what it looks like:


I essentially set the collapse effect to none/instant, and put a custom apply effect on the knockout state like this:
<Custom Apply Effect>
if (!target.isStateAffected(22)) {
target.startAnimation(26);
}
</Custom Apply Effect>

This will then play any animation upon applying the knockout state. And since it's essentially js, you can do a lot of things with is. ( I do have different "death animations" for non human/human foes, hence the if condition.)
 
Last edited:

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hi there!

I have one:

But it is not quite exactly like the VE one.
Instead of producing effects on the enemy/actor sprite, it let you use a sprite sheet for a death animation.
When the character dies, the sprite sheet will be displayed, showing whatever animation you build into the sprite sheet file.
 

ShadowDragon

Realist
Regular
Joined
Oct 8, 2018
Messages
7,804
Reaction score
3,187
First Language
Dutch
Primarily Uses
RMMV
I believe mogs has also a collapse plugin, but I cannot tell if its equal
than victors though.

so I cannot say what victors has. but you can shatter with mogs.
 

Latest Threads

Latest Profile Posts


Main theme for a Start/Continue/Options screen after Title card
28 notifications, and like 30 emails. And I was only gone for six hours. Yeah, I think I'm done for the day.
Also, I think I have a not secret admirer. Hooray...
Working on a battle cutscene, needs some polishing, but I'm liking the result:

spriteMedalConfraternate.png
spriteMedalVulpis.png

Forum statistics

Threads
134,975
Messages
1,252,477
Members
177,844
Latest member
WayneF
Top