Folder Structure
All game text is stored in JSON files located at:
www/
├── data/
│ ├── Actors.json
│ ├── Armors.json
│ ├── CommonEvents.json
│ ├── Items.json
│ ├── Map001.json
│ └── ...other files
└── js/
Key Files for Translation
- MapXXX.json - Dialogues and event texts
- CommonEvents.json - Shared event texts
- Items.json - Item names and descriptions
- Weapons.json - Weapon descriptions
- Armors.json - Armor descriptions
- System.json - Menu and system messages
Note: These files are normally not encrypted in RPG Maker MV/MZ.
Important: Not all JSON files contain dialogue text. If you don't find any dialogue in a particular JSON file, try checking other JSON files in the data folder. If none of the files appear to contain dialogue text, please report this issue to the tool developer.