I'm Chinese. I hope to make new friends here

Sammmm.

New Member
Sep 11, 2021
14
11
You need simple file 'Translator3000.rpa'. to play RenPy games. You easily find him in google in github or some else. Just put him in 'game' folder and enjoy.
I tried just now and kept reporting errors. I can't use translator 3000
 

Meaning Less

Engaged Member
Sep 13, 2016
3,540
7,114
I tried just now and kept reporting errors. I can't use translator 3000
You are probably missing "" in the config file, try this:
Code:
{
    "gameLanguage": "en",
    "directionOfTranslation": "cn",
    "prescan": false,
    "_debug_mode": false,
    "translationService": "google",
    "workMethod": "dialogueOnly",
    "originalInHistory": false,
    "requestsFrequency": 120.0,
    "extraTextOptions": {
        "font": null,
        "size": null,
        "bold": false,
        "italic": false
    }
}
 

Sammmm.

New Member
Sep 11, 2021
14
11
You are probably missing "" in the config file, try this:
Code:
{
    "gameLanguage": "en",
    "directionOfTranslation": "cn",
    "prescan": false,
    "_debug_mode": false,
    "translationService": "google",
    "workMethod": "dialogueOnly",
    "originalInHistory": false,
    "requestsFrequency": 120.0,
    "extraTextOptions": {
        "font": null,
        "size": "+10",
        "bold": false,
        "italic": false
    }
}
1643979798367.png
The game can be opened, but the text is not in Chinese, and the game cannot be started after naming the protagonist. An error is reported
 

Meaning Less

Engaged Member
Sep 13, 2016
3,540
7,114
The game can be opened, but the text is not in Chinese, and the game cannot be started after naming the protagonist. An error is reported
I haven't even tested this but try changing direction of translation from:
Code:
"directionOfTranslation": "cn",
to
Code:
"directionOfTranslation": "zh-CN",
or
Code:
"directionOfTranslation": "zh-TW",