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.
Dark Plasma Import Export Save File - DarkPlasma_ImportExportSaveFile.js
Plugin desc : Save data import/export function
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ImportExportSaveFile.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ImportExportSaveFile.js
File name : DarkPlasma_ImportExportSaveFile.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Save data import/export function
@author DarkPlasma
@license MIT
@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----
version: 1.2.1
This plugin is an MZ port of kien's "Save Data Import/Export."
For this plugin to work, the following image files must be present in the
img/system directory:
'buttonOk':
Appears as a button on the import/export screen to determine the user's
action.
'buttonCancel':
Appears as a button on the import screen to return to the save/load screen
without importing.
'buttonImport':
Appears as a button on the save/load screen to transition to the import
screen.
'buttonExport':
Appears as a button on the save/load screen to transition to the export
screen.
Create the image as with the default material 'ButtonSet',
with the top half showing the default state and the bottom half showing the
pressed state.
@param textAreaRect
@text Save data display area
@desc Sets the save data display area for the PC version.
@type struct<Rectangle>
@default {"x":"208","y":"100","width":"400","height":"400"}
@param okButtonPos
@text OK button coordinates
@type struct<Point>
@default {"x":"308","y":"520"}
@param cancelButtonPos
@text Cancel button coordinates
@type struct<Point>
@default {"x":"508","y":"520"}
@param menuButtonType
@text Import/Export button location
@type select
@default 1
@option On the selected save file
@value 1
@option Specified coordinates
@value 2
@param importButtonPos
@text Import Button Coordinates
@desc This is valid when the In/Export button position setting is at the specified coordinates.
@type struct<Point>
@default {"x":"680","y":"16"}
@param exportButtonPos
@text Export Button Coordinates
@desc This is valid when the In/Export button position setting is at the specified coordinates.
@type struct<Point>
@default {"x":"750","y":"16"}
@param exportHelpText
@text Export Description
@type string
@default 表示されているテキストを保存してください。
@param importHelpText
@text Import Description
@type string
@default セーブデータのテキストを貼り付けてください。
@param buttonImages
@text Button Image
@type struct<ButtonImage>
@default {"ok":"buttonOk","cancel":"buttonCancel","import":"buttonImport","export":"buttonExport"}