Merge branch 'master' of https://github.com/dazedanon/GPT4-TL
This commit is contained in:
commit
58e8299700
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,12 @@
|
|||
# DazedMTLTool - A script that translates RPGMaker MV JSON files using ChatGPT API
|
||||
# DazedMTLTool - A script that translates RPGMaker JSON files using ChatGPT API
|
||||
|
||||

|
||||
|
||||
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.
|
||||
Currently in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given an RPGMaker JSON file.
|
||||
|
||||
Currently Supported Engines:
|
||||
RPGMaker MV & MZ
|
||||
RPGMaker VX ACE (Mostly, still a WIP)
|
||||
|
||||
## Required:
|
||||
* API Key: https://platform.openai.com/account/api-keys
|
||||
|
|
|
|||
Loading…
Reference in a new issue