No description
Find a file
2023-04-09 08:13:38 -05:00
files feat: Threading added 2023-04-05 13:33:05 -05:00
translated feat: Threading added 2023-04-05 13:33:05 -05:00
.env.example feat: more jsons, prompt file for better formattin 2023-04-07 02:11:55 -05:00
.gitignore feat: more jsons, prompt file for better formattin 2023-04-07 02:11:55 -05:00
main.py feat: Add support for scrolling text 355/655 2023-04-08 19:33:56 -05:00
prompt.example feat: more jsons, prompt file for better formattin 2023-04-07 02:11:55 -05:00
README.md Update README.md 2023-04-09 08:13:38 -05:00
RPGMakerEventCodes.info feat: Add support for scrolling text 355/655 2023-04-08 19:33:56 -05:00

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:

Setup:

  1. Add you API key and Organization Key to a .env file. An example can be found in the repo.
  2. Untranslated JSON files go in /files. Anything translated will end up in /translated
  3. Run the script either with VSCode or by running .\main.py in a CLI.