https://github.com/progm/charanimations
A plugin to run custom animations on RPG Maker Characters.
https://github.com/progm/charanimations
Last synced: about 1 month ago
JSON representation
A plugin to run custom animations on RPG Maker Characters.
- Host: GitHub
- URL: https://github.com/progm/charanimations
- Owner: ProGM
- License: apache-2.0
- Created: 2016-05-02T19:54:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T18:43:26.000Z (about 10 years ago)
- Last Synced: 2025-11-11T21:29:15.441Z (8 months ago)
- Language: JavaScript
- Homepage: http://progm.github.io/CharAnimations/
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CharAnimations for RPG Maker MV
A plugin to run custom animations on RPG Maker Characters.
## How to use this with GIFs
It's main usage is to export GIFs animations to RPG Maker character animations.
For example, we have this GIF from "Rhaxen" game:

1. Install [this plugin](https://raw.githubusercontent.com/ProGM/CharAnimations/master/ProGM_CharAnimations.js)
2. Go to http://progm.github.io/gif2mv and upload all gifs
3. Copy the generated JSON data in your `data/` folder, creating a new file in named `CharAnimations.json`
4. Dowload all generated sprites from the website and put them in your `img/characters` folder
5. Call it from events, using Plugin Command option: `CharAnimation start sample`, where "sample" is your animation name (generally it's your file name without extension).