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

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

MV plugins

FTKR Delete Savefile - FTKR_DeleteSavefile.js

Plugin desc : v1.0.5 Plugin that adds a command to delete save files

License : MIT License

Author : Futokoro

Desc page : https://github.com/munokura/futokoro-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_DeleteSavefile.js

File name : FTKR_DeleteSavefile.js

Help of plugin :

@plugindesc v1.0.5 Plugin that adds a command to delete save files
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
You can delete save files from the save screen or continue screen.

You can also display a confirmation screen upon deletion.

The following can be configured using plugin parameters.
1. Name of the command to display
2. Sound effect upon deletion
3. Text to display upon deletion and its window settings

-----------------------------------------------------------------------------
Setup Method
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."

-----------------------------------------------------------------------------
License for this Plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.

Copyright (c) 2018 Futokoro
http://opensource.org/licenses/mit-license.php

Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md

-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------

v1.0.5 - 2020/05/01: Bug Fixes
1. Fixed an issue where the save data under the cursor would disappear if the Confirm key was pressed repeatedly while loading save data. (by elleonard)
2. Fixed an issue where the confirmation window frame would not appear when <Enable Conf Window Setting> was disabled.
3. Fixed a method defined by an override.

v1.0.4 - 2018/04/06: Specification Changes
1. Partially revised the processing when plugin parameters are left blank.

v1.0.3 - April 4, 2018: Bug fixes
1. Fixed an issue where changing windowskin settings would not be Reflectioned on initial display.

v1.0.2 - April 3, 2018: Traits additions
1. Added a confirmation sound effect when selecting a file for deletion.
2. Added the ability to individually configure the confirmation screen window.

v1.0.1 - March 1, 2018: Specification changes
1. Changed the initial cursor position on the confirmation screen to "Don't execute."

v1.0.0 - February 25, 2018: Initial version created

-----------------------------------------------------------------------------

@param --コマンド名--
@text --Command Name--

@param Save Command Name
@desc Save command name on the save screen
@default セーブ

@param Load Command Name
@desc Load command name on the continue screen
@default ロード

@param Delete Command Name
@desc The name of the command to delete the save file
@default 削除

@param --セーブファイル削除SE--
@text --Save file deletion SE--

@param Delete File Se
@desc Specifies the sound effect to play when deleting a save file. If not set, the "Confirm" sound will be played.
@type struct<sound>

@param --削除確認--
@text --Delete confirmation--

@param Enable Confirmation
@desc Confirm before deleting?
@default true
@type boolean
@on confirm
@off Do not confirm

@param Conf Title Format
@desc Describes the confirmation content when deleting a save file. %1 - File, %2 - File ID (control characters are allowed)
@default %1%2 を削除しますか?

@param Confirmation Ok Format
@desc Describes what will be displayed when you click "Execute" in the confirmation command.
@default 実行する

@param Confirmation Cancel Format
@desc Describes the display content of the confirmation command "Do not execute."
@default 実行しない

@param Enable Conf Window Setting
@desc Enables the ability to set confirmation window settings separately from the save screen window.
@default false
@type boolean
@on valid
@off invalid

@param Conf Window Setting
@desc Sets the confirmation window. Use this setting when <Enable Conf Window Setting> is enabled.
@type struct<window>

スポンサードリンク

-MV plugins

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