An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Dark Plasma Expand Character Pattern - DarkPlasma_ExpandCharacterPattern.js

Plugin desc : Increase the number of animation patterns for walking graphics

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ExpandCharacterPattern.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ExpandCharacterPattern.js

File name : DarkPlasma_ExpandCharacterPattern.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Increase the number of animation patterns for walking graphics
@author DarkPlasma
@license MIT

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 1.0.0
Increases the number of walking animation patterns beyond three.
The walking animation patterns play from the left edge of the image,
and then resume from the left edge when the right edge is reached.

For characters with additional animation patterns, the walking animation
pattern should
start at the top left corner of the image and be limited to one character.
Do not include any extra white space in the width.
The height must be enough for two characters.

Actor notes:
<maxPattern:n>
Sets the number of walking animation patterns to n.
<defaultPattern:n>
Sets the default walking pattern to n.
If not set, the default pattern will be 1.

This plugin adds the following elements to save data:
- Extended animation pattern information for each event

@command expandPattern
@text Extended Pattern Settings
@desc Sets the animation pattern for walking graphics. Valid only once per page.
@arg maxPattern
@text Maximum number of patterns
@type number
@default 4

@arg defaultPattern
@text Default Pattern
@type number
@default 1

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.