Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! I'm using RPG Maker MZ and I'm trying to run this plugin, but I'm new with RPG Maker (and a it's seems that a little dork, too :/ ), and I don't know how to make it work.

I've created a idle, walk and dash animation separatly, and I've added them in the plugin, but I don't know how to make it work. The animations are 8 columns with 4 rows (They are 8 frames animations), and with the name like: $name_idle.png

Have I to put any command, comment, note, or something in the character to activate it? (In the help notes are explicated the commands for MV version, but I don't know how to do it for MZ).

 In the Database (in Characters) you have to choose a character image but if I do it there it appears all frames at the same time or if not chosed, appears nothing (no character at all, it's invisible)

Could you help me with this and explain how can I activate this plugin?

A video showing step by step the activation would be wonderful. (A "How to use for dorks" like me :D)

Sorry for the bad english, and your scripts are awesome. (The one for CollisionAltering has saved my life :) )

Thank you!

So for character( actors in the data base ), you need to add a note tag, specifying <motion_data:data_name> whereas data_name, is the name of the actual data in the plugin manager( when you setup a set of motions, I.E. the walk, run, idle, jump, etc.., it also asks for you to give it a name, this is the name you will use ).


As for events, the you simply add a comment, instead a note tag, but the format is the same <motion_data:NAME>, note that this comment ONLY activates for the page the comment is placed on! :)


That's all there is to it though ^^