From 78dba94862f27cf1c066e321b00f3aaef3b1ecbe Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:15:13 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22ad706..0de562f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ 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) +Currently Supported: +* RPGMaker MV & MZ +* RPGMaker VX ACE (Mostly, still a WIP) +* CSV Files ## Required: * API Key: https://platform.openai.com/account/api-keys From 939ed9bda2d835e26c635eff76fcac6ce7ab0120 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:18:47 -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 0de562f..5ca881a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Currently in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given an RPGMaker JSON file. -Currently Supported: +## Currently Supported: * RPGMaker MV & MZ * RPGMaker VX ACE (Mostly, still a WIP) * CSV Files