The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Acolyte on November 01, 2015, 12:19:21 AM

Title: [Solved][MV Plugin Request] Custom Sprite Animation
Post by: Acolyte on November 01, 2015, 12:19:21 AM
Shaz has a plugin here (http://forums.rpgmakerweb.com/index.php?/topic/46759-more-character-frames/) that takes care of handling sprites with more than 3 frames. The problem is, I'd like to be able to specify an idle frame within the sprite sheet.

For example, I'd like to have a sprite sheet with 9 frames per row, with the first frame being the idle, and the next 8 frames being the walking animation.

Sorry if this isn't very detailed. I'm still kinda strung out on painkillers from my nose surgery. .-.
Title: Re: [MV Plugin Request] Custom Sprite Animation
Post by: yuyu! on November 01, 2015, 03:29:56 AM
Sorry if this isn't very detailed. I'm still kinda strung out on painkillers from my nose surgery. .-.

Everything OK? :( You needed another surgery?
Title: Re: [MV Plugin Request] Custom Sprite Animation
Post by: LoganF on November 01, 2015, 09:05:10 AM
There's an example, I think, in that thread but Shaz says it would be better served as a separate script (as I'm sure you know).

I may give this a little look into. I've got a few ideas on implementations, but I've not done much scripting on the graphical side of things.

If you have an example spritesheet I can work from, that would be great. Feel free to PM it to me.
Title: Re: [MV Plugin Request] Custom Sprite Animation
Post by: modern algebra on November 01, 2015, 02:39:06 PM
I have been working on converting my Extra Movement Frames script with these features in mind and it is almost done, but it would be great to see a version from you too Logan. My implementation is pretty clumsy.

You can find some examples of the sprites she is talking about here: http://rmrk.net/index.php?topic=50047.0

Title: Re: [MV Plugin Request] Custom Sprite Animation
Post by: modern algebra on November 01, 2015, 04:14:54 PM
Alright, I finished my version of the plugin. It is here: http://rmrk.net/index.php?topic=50452.0

 There might be some errors, so please test it out for me :)