From 300267e32975d81f4fc65ba62fba108d139fd6a7 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:25:48 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9c8bb..cc0f497 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Currently in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given a specific file or list of files. ## Currently Supported: -* RPGMaker MV & MZ +* RPGMaker MZ, MV, ACE * CSV Files ## Required: From f4e20472272dd160001fb564b40dfb4e6f2c724c Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:30:37 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0f497..8f1224e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![image](https://user-images.githubusercontent.com/96628874/230908699-adacb5e1-1548-4116-a0ea-a33297cdafa4.png) -Currently in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given a specific file or list of files. +Currently in development. Goal is to eventually have a tool that utilizes ChatGPT API to translate text. I've deemed a fully automatic process impossible for production of quality MTLs since games are so different. Instead, this should be used to translated large masses of text (Dialogue, Choices, Battle Text, Etc) that would require months of work. Then the translator can focus on editing, fixing, and formatting instead to release a quality MTL. It is not meant to be used as an easy 'Translate Everything' and forget about it option since this results in a poor buggy translation. ## Currently Supported: * RPGMaker MZ, MV, ACE