RPG Maker JSON Files Location

Video Tutorial

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

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.

⬅️ Back to Translator