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 FileBecomes
Items.jsonED5 items (consumables, materials)
Weapons.jsonED5 weapon items
Armors.jsonED5 armor items
Skills.jsonED5 abilities
Enemies.jsonED5 mob definitions
Troops.jsonED5 monster parties
MapInfos.jsonED5 zone metadata
CommonEvents.jsonED5 common events
Map###.jsonED5 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.