Export, import, and migrate game data.
Data Management
The Import/Export section in the Studio sidebar lets you back up, share, and migrate game data.
JSON Export
Export all your game data as a single JSON file:
- One click — downloads a timestamped JSON file
- Everything included — items, abilities, mobs, NPCs, quests, recipes, skills, zones, world config, status effects, achievements, and more
- Great for backups — save a snapshot before making big changes
- Shareable — send to other Studio users or use for version control
JSON Import
Import a previously exported JSON file:
- Load any valid export — reads the JSON and writes to your database
- Progress report — shows success count, skipped records, and errors
- Validation — checks data integrity before writing
RPG Maker MZ Import
Already have content from RPG Maker MZ? Import it directly into the Studio:
What Can Be Imported
| RMMZ File | Becomes |
|---|---|
| Items.json | ED5 items (consumables, materials) |
| Weapons.json | ED5 weapon items |
| Armors.json | ED5 armor items |
| Skills.json | ED5 abilities |
| Enemies.json | ED5 mob definitions |
| Troops.json | ED5 monster parties |
| MapInfos.json | ED5 zone metadata |
| CommonEvents.json | ED5 common events |
| Map###.json | ED5 zone data with terrain and events |
How to Import RMMZ Data
1. Open Import/Export from the sidebar 2. Select the RMMZ Import tab 3. Upload your RMMZ data files 4. Check which types you want to import 5. Click Import — the Studio maps RMMZ structures to ED5 equivalents 6. Review the results report for any conversion notes
RMMZ tileset graphics are not imported — you'll assign ED5 tilesets to the imported zones using the zone editor.