From 518d97e6b995d37193177a8a68cbc334ac007eb0 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Sun, 9 Jul 2023 15:01:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66669d7..4a2f4cc 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A breakdown of what all the different files are, this is important. * /src - The script files, the cogs of the machine, what creates the translation. * main.py - Responsible for determining what engine gets run based on user choices * rpgmakermvmz.py - Translation Script for the RPGMaker MV/MZ Engine. - * rpgmakerace.py - Translation Script for the RPGMaker MV/MZ Engine. (WIP) + * rpgmakerace.py - Translation Script for the RPGMaker ACE Engine. (Requires rvpacker to unpack rvdata files) * csvtl.py - Translation Script for CSV Files. Requires at least 2 columns to work. * textfile.py - Translation Script for Other game engines. (More of a custom script I change depending on the game) * .env.example - An example env file. This gets renamed to .env and holds your PRIVATE API and Organization key. Do not EVER upload this information.