- Joined
- Jan 24, 2017
- Messages
- 19
- Reaction score
- 1
- First Language
- English
- Primarily Uses
By default RPG Maker MV uses some default spread sheets for character on map animations. For example the 3x4 sheet for walking. I find these animations very limited in frames and choppy. I am looking to create my own animations with twice or three times as many frames as the default animations. Assuming I can create the sprite sheets using the tools like Spriter, how do you programmatically wire these sheets to the game? Is this something you do with a plug-in or you can easily achieve this programmatically in Javascript? I am looking to do this for all NPCs in the game as well.

