RPG MAKER MZ HELP
About RPG Maker MZ

MV Data Conversion
You can convert project data created in RPG Maker MV (hereafter "MV") into RPG Maker MZ (hereafter "MZ") project data.
Conversion Process
Conversion is done by copying the project data. First, follow the steps below.
- Display file extensions on your PC.
- Make a backup of the MV project data you wish to convert.
- Create new project data in MZ to use as the conversion target.
Copy all files into the MZ project
All of the project data files will be copied into the MZ project.
Conversion processing will be executed after launching MZ.
*Conversion will not be done while the project is open in MZ. When copying the files, please close MZ in advance.
MV and MZ data save destination
Please copy and overwrite required MV data to MZ based on the following.
RPG Maker MV | RPG Maker MZ | |
---|---|---|
Music data | \audio | \audio |
Image data |
\img\animations \img\battlebacks1 \img\battlebacks2 \img\characters \img\enemies \img\faces \img\parallaxes \img\pictures \img\sv_actors \img\sv_enemies \img\tilesets \img\titles1 \img\titles2 |
\img\animations *The \img\animations folder must be copied when converting \img\battlebacks1 \img\battlebacks2 \img\characters \img\enemies \img\faces \img\parallaxes \img\pictures \img\sv_actors \img\sv_enemies \img\tilesets \img\titles1 \img\titles2 |
Icon image data | \icon | \icon |
System image data |
\img\system *Excluding the following files
| \img\system |
Font data |
\fonts *Excluding the following files
| \fonts |
Maps and map events |
\data\MapInfos.json \data\Mapxxx.json (xxx being the map id number) |
\data\MapInfos.json \data\Mapxxx.json |
Actors | \data\Actors.json | \data\Actors.json |
Classes | \data\Classes.json | \data\Classes.json |
Skills | \data\Skills.json | \data\Skills.json |
Items | \data\Items.json | \data\Items.json |
Weapons | \data\Weapons.json | \data\Weapons.json |
Armor | \data\Armors.json | \data\Armors.json |
Enemies | \data\Enemies.json | \data\Enemies.json |
Troops | \data\Troops.json | \data\Troops.json |
States | \data\States.json | \data\States.json |
Animations | \data\Animations.json | \data\Animations.json |
Tilesets | \data\Tilesets.json | \data\Tilesets.json |
Common Events | \data\CommonEvents.json | \data\CommonEvents.json |
System Vocabulary Types Switch names Variable names | \data\System.json | \data\System.json |
Conversion Warnings
Data that can be converted includes map data, map events, and database content created in RPG Maker MV. There is some data that is not required or not recommended for conversion.
System image data \img\system |
The following image data is not required.
|
---|---|
Animations \data\Animations.json \img\animations | There is no "animations" folder inside of the "img" folder, so you will need to copy the folder. |
Font data \fonts |
In MZ, fonts to be used are configured from the database. Please copy only the font file. You can specify the font to use from [Database] → [System 2] → [Advanced Settings]. |
Plugin data \js\plugins \js\plugin.js | Plugins are not guaranteed to run correctly or at all. |
About Plugins
If an RPG Maker MV plugin is included, a message will be shown in the Plugin Manager window.
