> For the complete documentation index, see [llms.txt](https://docs.vntranslator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vntranslator.com/user-guide/renpy-games.md).

# RenPy Games

**Complete tool for translating RenPy games. Some methods may not work in some games.**

## **AutoTrans** (Real-time In-game Translation)

{% hint style="info" %}
Exclusive features in the Pro Version
{% endhint %}

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

**Step 1:** In the VNTranslator Launcher

* Select the **AutoTrans** option
* Select the **Game Executable**
* Press **Start** button

{% content-ref url="/pages/yVpRv6logs3AU8CYAVaH" %}
[AutoTrans](/user-guide/autotrans.md)
{% endcontent-ref %}

***

## **RenPy Clipboard**

**Step 1:** Download and install `VNT-RenPy-Clipboard.rpyc`

* Download the `VNT-RenPy-Clipboard.rpyc` file
* Copy the file into the game directory: `GAME_DIR\game\[here]`
* Start a new game or continue the game (Ensure that Clipboard Voicing is not enabled)

{% hint style="info" %}
You can download the latest version of VNT-RenPy-Clipboard from our [**Channel Discord**](https://discord.com/channels/696757005880131644/1121430883912654898)
{% endhint %}

**Step 2:** In the VNTranslator Launcher

* Select the **Clipboard** option
* Press **Start** button

***

## **Clipboard Voicing** in the game

{% embed url="<https://www.youtube.com/watch?v=eWFADVUJylM>" %}

**Step 1:** Enable Clipboard Voicing in the game

* In the game, press "Shift + C" to enable clipboard voicing

**Step 2:** In the VNTranslator Launcher

* Select the **Clipboard** option
* Press **Start** button

**Additional Tip:**

If the clipboard output contains a lot of junk text, such as variables or system generated messages, you can use [**RegExp Replacement**](/advanced/regexp/replacement.md) in Pre-translation to clean it up.

For example, text output might look like this:

```
Hello World.: +10!: -0!: -0!: --date-1: --date-2: bla.. bla.. bla..
```

***

## ~~RenPy Script~~ *(deprecated)*

{% hint style="info" %}
This method is deprecated and not recommended for use
{% endhint %}

**Step 1:** Download file `VNT-RenPy-Script.rpyc` File

* Copy the `VNT-RenPy-Script.rpyc` file into the game folder `GAME_DIR\game\[here]`
* Start a new game or continue the game (don't enabled clipboard voicing)&#x20;

**Step 2:** In the VNTranslator Launcher

* Select the **Renpy Script** option
* Then select the Game Name
* Press **Start** button

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vntranslator.com/user-guide/renpy-games.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
