RPG Maker MV Map File 2 TXT Script Converter
I am developing a tool for myself so that I can extract all of the text from the .json map files found in the data folder, as I want my game to have full voice acting, and I need a way to easily give voice actors and actresses scripts to work with. I've written a screenplay that my game follows, but as I develop it in rmmv it's been changing slightly, so I needed to at least create this much. More features are very possible. I will be releasing the source code to anyone who wants to take it up, it's not too big of a project.
Purpose:
- To make it easier to prepare dialogue for voice actors/actresses. Also good for analyzing the script of your game quickly to fix typos or for translation.
Note:
PLEASE BACKUP YOUR FILES before use, or create a copy of your .json file THEN drag over the application.
Features for this:
- Drag and drop your Map001, 002, etc... .json files into exe icon and it will spit out Map001_Script.txt, Map002_Script.txt.
- Just added a feature in where it outputs Event Name and ID of your Event like this: [Event Name: <eventnameisdisplayed> (<idnumberhere>)] then the text on the line under it.
- This works very well if you are using Yanfly's \n<namegoeshere> format, or putting names into your message boxes, as it creates a more legitimate
looking script.
- Exports every events dialogue on the map, and it actually doesn't come out too bad, as in it's in order and everything.
- Has a built in word wrap feature.
- Is very bare bones.
Screenshot:
Example Video:
Coming soon:
Ability to drag multiple files and convert at once.
This is a very bare bones tool right now, but it gets the job done.
License:
Don't care.
Download:
View attachment MapFile2TXTScript02.zip