No description
| files | ||
| translated | ||
| .env.example | ||
| .gitignore | ||
| main.py | ||
| prompt.example | ||
| README.md | ||
| RPGMakerEventCodes.info | ||
DazedMTLTool - A Script that translated RPGMaker MV JSON files using ChatGPT
Currently in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given an RPGMaker JSON file. Right now its only tested on MV but hopeful to add more engines in the future.
Required:
- API Key: https://platform.openai.com/account/api-keys
- Organization Key: https://platform.openai.com/account/org-settings
- Python3: https://www.python.org/downloads/
Setup:
- Add you API key and Organization Key to a .env file. An example can be found in the repo.
- Untranslated JSON files go in
/files. Anything translated will end up in/translated - Run the script either with VSCode or by running .\main.py in a CLI.