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

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

MZ plugins

Save File Plus - SaveFilePlus.js

Plugin desc : Make the save screen a little more gorgeous.

License : MIT License

Author : あわやまたな (Awaya_Matana)

Website : https://awaya3ji.seesaa.net/

Desc page : https://awaya3ji.seesaa.net/article/491066896.html

File name : SaveFilePlus.js

Help of plugin :

* @target MZ
* @plugindesc Make the save screen a little more gorgeous.
* @orderBefore SaveCharacterHasStepAnime
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/491066896.html
* @help Ver.2.2.1
*
* @param noData
* @text No Save Data
* @desc Text when there is no save data
* @default NO DATA
*
* @param dontPopScene
* @text Don't Pop Scene
* @desc Don't go back to the previous screen after saving.
* @type boolean
* @default false
*
* @param enableDimmer
* @text Enable Dim
* @desc Darken the background of the message displayed at the top of the screen when saving/loading.
* @default true
* @type boolean
*
* @param noSpace
* @text No Space
* @desc Compact the space in the touch UI area.
* @default false
* @type boolean
*
* @param partyCharacters
* @text Party Characters
* @desc Adjust the coordinates of the actor's graphics.
* @default {"offsetX":"8","offsetY":"0","distance":"48"}
* @type struct<partyCharacters>
*
* @param title
* @text File Title
* @desc Adjust the file title coordinates.
* @type struct<title>
* @default {"offsetX":"0","offsetY":"0"}
*
* @param icon
* @text Icon
* @desc A marker for the last used save data.
* @default {"id":"0","offsetX":"0","offsetY":"0"}
* @type struct<icon>
*
* @param numVisibleRows
* @text Number of Visible Rows
* @desc The number of lines displayed in the window.
* Disabled with -1.
* @default 4
*
* @param numSaveFiles
* @text Number of Save Files
* @desc Number of save files, excluding autosave.
* -1 for system standard.
* @type number
* @min -1
* @default -1
*
* @param levelInfo
* @text Level Information
* @desc Displays the actor's level above the character.
* @default {"enabled":"false","offsetX":"0","offsetY":"-76","width":"40","offsetFontSize":"-4"}
* @type struct<levelInfo>
*
* @param fesLayout
* @text Fes Style Layout
* @desc Makes the layout look like Maker Fes. The following parameters are available only when this parameter is enabled.
* @default true
* @type boolean
*
* @param titleDeco
* @text Title Decoration
* @desc Make changes to the file title.
* @type struct<titleDeco>
* @default {"deco":"false","disableTerms":"true","useNumberFont":"true","offsetFontSize":"-4","maxWidth":"180","offsetX":"0","offsetY":"0","offsetWidth":"6","offsetHeight":"12"}
*
* @param info1
* @text Information 1
* @desc Displays information such as current mapname, gold, play time, etc. along with item names.
* @default {"terms":"{¥"mapname¥":¥"Map Name¥",¥"gold¥":¥"Gold¥",¥"playtime¥":¥"Play Time¥",¥"variable¥":¥"Variable¥"}","dataList":"variable,mapname,gold,playtime","variableId":"","padding":"264","itemPadding":"8","itemNameWidth":"128","itemNameBackWidth":"192","itemNameBackType":"Fes","itemNameAlign":"center"}
* @type struct<info1>
*
* @param info2
* @text Information 2
* @desc View other variables.
* @default {"variableId":"0","offsetX":"44","offsetY":"2","width":"212","align":"left","offsetX2":"70","offsetY2":"","width2":"186"}
* @type struct<info2>
*

スポンサードリンク

-MZ plugins

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