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

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Picture Sprite Sheet - PictureSpriteSheet.js

Plugin desc : Picture sprite sheet plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com/

Desc page : https://triacontane.blogspot.com/

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/PictureSpriteSheet.js

File name : PictureSpriteSheet.js

Help of plugin :

@url https://triacontane.blogspot.com/
@plugindesc Picture sprite sheet plugin
@author Triacontane
@license MIT License

@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/triacontane-MV-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----
This plugin converts the picture to a sprite sheet with a width of N by height
of N, similar to battle animations.
It improves performance when switching between cel images and animating them,
eliminating flickering due to asynchronous synchronization.

This plugin is similar to the Picture Animation plugin, but emphasizes
performance. Linked images that are too large (over 5000 pixels) may not
display correctly.

Plugin Command Details
Execute from the "Plugin Command" event command.
(Separate parameters with a space.)

PSS_SET_CELL_SIZE 4 3
 # Sets the cell of the next picture to be displayed to [4] by [3].

*1 Be sure to execute this immediately before "Show Picture."
Also, specifying the picture number is not necessary.

PSS_SET_CELL 1 4
 # Sets the cell number of the picture with picture number [1] to [4].(*2)

*2 Specify cell numbers starting from [0] according to the following legend.
[0] [1] [2]
[3] [4] [5]
[6] [7] [8]

PSS_ADD_CELL 1
 # Adds 1 to the cell number of the picture with picture number [1].

Terms of Use:
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.

スポンサードリンク

-MV plugins

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