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.
Save Load Confirm - SaveLoadConfirm.js
Plugin desc : Save confirmation dialog plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/SaveLoadConfirm.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/SaveLoadConfirm.js
File name : SaveLoadConfirm.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/SaveLoadConfirm.js @plugindesc Save confirmation dialog 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 ----- SaveLoadConfirm.js After selecting the target file on the save or load screen, a confirmation window appears before the actual save or load. 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: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @param saveConfirm @text Confirmation displayed on the save screen @desc Adds a confirmation dialog to the save screen. @type boolean @default true @param loadConfirm @text Confirmation on loading screen @desc Adds a confirmation dialog to the loading screen. @type boolean @default true @param termSave @text Term [save] @desc This is the term for [Save] used in confirmation windows and help. @default セーブ @param termLoad @text Term [Load] @desc This is the term for [Load] used in confirmation windows and help. @default ロード @param confirmOk @text Confirmation screen OK message @desc The text equivalent of OK in the confirmation window. %1 is replaced by the term (save or load). @default %1する @param confirmNg @text Verification screen prohibited words @desc This is the text equivalent to NG in the confirmation window. @default しない @param helpText @text Confirmation help text @desc Text to display in the help window when the confirmation window is displayed. %1 will be replaced with the term (save or load). @default %1してもよろしいですか? @param confirmWidth @text Confirmation window width @desc Adds a confirmation dialog to the save screen. @type number @default 320 @param windowThrough @text Window Transparency @desc Makes the confirmation window transparent so that you can see what’s behind it. @type boolean @default false @param defaultCancelSave @text Initial Cancel (Save) @desc The initial setting of the cursor in the confirmation window on the save screen will be ”No.” @type boolean @default false @param defaultCancelLoad @text Initial Cancellation (Load) @desc The cursor in the loading screen confirmation window will now default to ”No.” @type boolean @default false