# 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: 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/renpy-games.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.
