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

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

MV plugins

Save File Load Only - SaveFileLoadOnly.js

Plugin desc : A plugin dedicated to loading save files

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/SaveFileLoadOnly.js

File name : SaveFileLoadOnly.js

Help of plugin :

@url https://triacontane.blogspot.com/
@plugindesc A plugin dedicated to loading save files
@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
-----
SaveFileLoadOnly.js

Makes a specific save file read-only.
Specify the load-only condition as a parameter. You can use a calculation
expression.
Example:
fileId === 1 # Makes file ID [1] read-only.
fileId === ¥v[1] # Makes file ID [value of variable [1]] read-only.
fileId >= 1 && fileId <= 3 # Makes file IDs [1-3] read-only.

This plugin does not have a plugin command.

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.

@param ロード専用条件
@text Load-only conditions
@desc This is a load-only target criterion. The control character ¥v[n] can be used.
@default fileId === 1

@param ロード専用アイコンID
@text Road-specific icon ID
@desc The icon ID that will be drawn only for load-only files in the save file window.
@type number
@default 195

スポンサードリンク

-MV plugins

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