# AutoTrans

**Real-time in-game translation (no text floating outside the game)**

{% embed url="<https://youtu.be/z157wE96HZQ>" %}

{% hint style="info" %}
AutoTrans may not work with all games and can affect performance. Because it translates text in real-time within the game, you may experience lag while the game waits for translation responses. This can cause lower frame rates or brief delays during gameplay.
{% endhint %}

## Supported Game Engines

* ✅ RenPy 8.x
* ✅ RenPy 7.x
* ✅ RenPy 6.99.x
* ✅ RPG Maker MV
* ✅ RPG Maker MZ
* ✅ Tyrano Builder
* ✅ Kirikiri (Experimental)

***

## **Getting Started**

<figure><img src="https://4121582948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKz66WcKqTPRwdFrHi4mM%2Fuploads%2FIf0INcYmdeA2YNcb2Gti%2Fguide-launcher-autotrans.png?alt=media&#x26;token=5493d3be-9470-4b8d-a263-a36380c06f50" alt=""><figcaption><p>VNTranslator Launcher</p></figcaption></figure>

1. Select **AutoTrans** from the module list
2. Click **Browse** and select the game executable
3. Click the **Start** button to launch the game with AutoTrans

{% hint style="info" %}
**Important:** AutoTrans does not create translation patches for games. The translations are injected directly into the game in real-time. This means you need to run the game through AutoTrans each time you want to play with translations enabled.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vntranslator.com/user-guide/autotrans.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
