Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Picture Sprite Sheet - PictureSpriteSheet.js
Plugin desc : Picture Sprite Sheet Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/PictureSpriteSheet.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/PictureSpriteSheet.js
File name : PictureSpriteSheet.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/PictureSpriteSheet.js @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-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- PictureSpriteSheet.js Treats pictures as a sprite sheet with a width * height dimension. This improves performance when switching cel images for animations and eliminates asynchronous flickering. Concatenated images that are too large (over 4096 pixels in either dimension) may not display correctly. The cel number is specified via the plugin command. Please specify cel numbers starting from [0] according to the following legend: [0] [1] [2] [3] [4] [5] [6] [7] [8] This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: Modification and redistribution are permitted without permission from the author, and there are no restrictions on usage (commercial, R18, etc.). This plugin is now yours. @command SET_CELL_SIZE @text Cell Size Settings @desc This specifies the number of cells in the next picture to be displayed. Please execute this immediately before ”Display Picture.” @arg row @text Number of vertical cells @desc The number of cells vertically. @type number @default 1 @min 1 @arg column @text Number of cells horizontally @desc The number of cells horizontally. @type number @default 1 @min 1 @command SET_CELL @text Cell number specification @desc Sets the cell number for the specified picture number. @arg pictureId @text Picture Number @desc The picture number to operate on. @type number @default 1 @min 1 @arg cellNumber @text Cell Number @desc This is the cell number you want to set. Please refer to the help for how to specify it. @type number @default 0 @min 0 @command ADD_CELL @text Cell number addition @desc Adds one to the cell number of the specified picture number. @arg pictureId @text Picture Number @desc The picture number to operate on. @type number @default 1 @min 1