From 288ac6837fc923d5939fb204eda60eb58c51f908 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:37:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f49f9d..063e080 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Currently in development. Goal is to eventually have ChatGPT nicely translate al 4. Untranslated JSON files go in `/files`. Anything translated will end up in `/translated` 5. Run `start.py` script either with VSCode or by running `python .\start.py` in a CLI. +See [Guide Section](https://github.com/dazedanon/DazedMTLTool#how-i-translate-games) to get a full breakdown on the process. + ## ChatGPT Prompt: `prompt.txt` will decide what and how ChatGPT translates the text. This is where you can customize it's output. This is extremely useful for when ChatGPT gives you a translation that you don't want. You can use this to tell him what to do, give examples of how you want things translated, etc. The example included is what I use currently, but you should tailor it to the game you are trying to translate.