| Parsed at file level on both Mono and IL2CPP builds — TextAsset and MonoBehaviour fields, localization tables and Addressable bundles — then written back into an exported build. | Delegated to XUnity.AutoTranslator via BepInEx or ReiPatcher: a runtime plugin whose translations accumulate as you play, with ReiPatcher limited to Mono and IL2CPP coverage partial. |
| No translation adapter; only save files are readable, through the rm2k3 LCF codec. | Yes — a dedicated RM2K2K3 parser since v3.1.30, with an optional EasyRPG interpreter path for Unicode. |
| An adapter each: .pak, .locres and UE5 IoStore; .pck and .translation; .nsa and .sar; System 3.x and 4; and app.asar shells including Cocos Creator builds. | No dedicated parser for any of them; the Custom Parser can reach loose text files but not an encrypted binary container. |
| No general-purpose parser for arbitrary files; the Developer tab does bulk CSV, JSON, PO and XLIFF interchange, and compiled .NET strings are read only inside Unity Mono games. | Yes — JSON, XML, spreadsheet and gettext .mo parsers, plus a Windows Binary File parser for strings inside a .dll or .exe. |
| Not possible — every engine ships inside the app, so an unsupported format is a feature request. | Yes — parsers are add-ons, and the Custom Parser and Parser Model Creator build a new one from regex or JavaScript rules. |
| Per-engine structural gates mark control identifiers, asset paths and comparison operands as opt-in rows that are never translated automatically, and the same gates re-run at export. | Filtering exists, but the FAQ is explicit that deciding what is script, tag, path or variable name is the translator's job rather than the tool's. |
| The app writes the output itself — a full runnable copy, an override .pak, a patch.xp3 or a repacked archive, depending on the engine. | You copy the exported files into the game's data folder and delete or rename the original archive, such as Game.rgss3a or Data.wolf, or the engine keeps loading the untranslated originals. |
| Image Studio detects, inpaints, typesets and re-bakes text into the art on the engines it supports; the free tier can open and read it but not edit. | None — the docs state that Translator++ translates text only and has no capability to read characters in image files. |
| Always the current version with every engine, provider and editor unlocked, but it needs a Patreon sign-in, runs roughly 2× slower on AI providers and keeps one project open. | The complete tool with no throughput limit and no login wall, but the public build is an annual snapshot — 8.4.15B from 30 April 2026 while patrons were on 8.8.8 in August 2026. |
| Supporter $3/mo and Pro $5/mo; a Developer tier exists and is quoted rather than listed. | Patreon pledges from $2/mo, with $4, $6, $12 and $25 tiers unlocking rolling builds, certain add-ons and extras such as the Translation Proxy. |
| Nine — Google, the free DeepL endpoint, DeepL Classic and Next-gen, the DeepL API, OpenAI, Anthropic, DeepSeek, any OpenAI-compatible endpoint, and a local model via Ollama or LM Studio. No bundled offline model. | 20 or more, including regional engines such as Papago, Kakao, Baidu, Yandex and Excite, OpenAI and Gemini batch APIs, and a built-in offline translator covering 40+ languages since 8.4.15. |
| Cloud translation memory tied to your account and available on every PC you sign in from, plus a glossary; both are Supporter and above. | Project translation memory and a Common Reference glossary, with an optional MySQL or MariaDB backend when a team shares one. |
| First released in May 2026 — much younger, with a smaller community and far fewer third-party guides. | Eight years of continuous development, roughly weekly patron releases, a Discord of about 4,150 members and an RPG Maker Forums thread running since 2018. |
| Closed source. | GPL-3.0 core with published source, though the public mirror sits at 6.4.11 from August 2024 and the add-ons carry their own licences and are partly patron-gated. |