Ren'Py translator3000

5.00 star(s) 1 Vote

Dark_FOX

Newbie
Apr 29, 2018
45
67
If anyone is interested, I found another translation program, but due to the sanctions I can't buy it (Because of the sanctions, it will cost twice as much.), but if anyone is interested, it costs $ 10, it's called Zenpy (it's bought once and for all), if someone has the opportunity to share, I will I am very grateful.
Discord Zenpy ( )
 
Last edited:

nescauuzinha

Member
Jul 17, 2020
125
48
I wanted to know if there is any way to prevent the game from translating links. For example, there are games where you need to click on a link to view the photo, and when the link is translated, it loses the clickable option. The way I found was to duplicate the text and leave the original on top, and then I view the photo using the original. But is there any way to prevent this link from being translated?

Could someone tell me about a good translator for RPG games? I used Translator++, but it seems that it has a problem with the Google API.
 

Dark_FOX

Newbie
Apr 29, 2018
45
67
I wanted to know if there is any way to prevent the game from translating links. For example, there are games where you need to click on a link to view the photo, and when the link is translated, it loses the clickable option. The way I found was to duplicate the text and leave the original on top, and then I view the photo using the original. But is there any way to prevent this link from being translated?

Could someone tell me about a good translator for RPG games? I used Translator++, but it seems that it has a problem with the Google API.
If I need the original text in the game, I roll back a couple of lines in the game from the one I need, turn off the translator in its menu, look at what I need, and then turn it back on
 
  • Like
Reactions: nescauuzinha

Dark_FOX

Newbie
Apr 29, 2018
45
67
I usually do this with passing mods, because the translator does not display the color in the selections.
 

NNNNKlaus

Newbie
Apr 4, 2020
28
4
I use this method too.

If I need the original text in the game, I roll back a couple of lines in the game from the one I need, turn off the translator in its menu, look at what I need, and then turn it back on


I wanted to know if there is any way to prevent the game from translating links. For example, there are games where you need to click on a link to view the photo, and when the link is translated, it loses the clickable option. The way I found was to duplicate the text and leave the original on top, and then I view the photo using the original. But is there any way to prevent this link from being translated?

Could someone tell me about a good translator for RPG games? I used Translator++, but it seems that it has a problem with the Google API.
the most popular app for translating rpg games is mtool as far as I know. but only bing translate is available in the free version. for better translation engines you should subscribe monthly. you can learn more on the manufacturer's patreon account.
 
  • Like
Reactions: nescauuzinha

till13

Newbie
Jan 27, 2019
73
19
Good morning
I can't get it translated with the new version.
Who could help me please?
THANKS
 

Dark_FOX

Newbie
Apr 29, 2018
45
67
3.22.3.
Хотфикс.
В предыдущей версии была обнаружена ошибка, вызывающая зависания на каждом кадре игры. Эта версия содержит необходимые исправления.
Спасибо подписчикам за оперативные сообщения о ошибке и фидбек!


Hotfix.
In the previous version, a bug was found that caused freezes on every string of the game. This version contains the necessary fixes.
Thanks to subscribers for prompt bug reports and feedback!
 

Dark_FOX

Newbie
Apr 29, 2018
45
67
try writing these settings in _translator3000_setting.json

{
"gameLanguage": "en",
"directionOfTranslation": "fr",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "google_gtx",
"reserveServices": [],
"workMethod": "allText",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"splitTextAsSentences": false,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"_fixGUI1": false,
 

till13

Newbie
Jan 27, 2019
73
19
try writing these settings in _translator3000_setting.json

{
"gameLanguage": "en",
"directionOfTranslation": "fr",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "google_gtx",
"reserveServices": [],
"workMethod": "allText",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"splitTextAsSentences": false,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"_fixGUI1": false,
Thanks
 

Viktor6535

New Member
Nov 17, 2019
7
0
Нажимаешь на кружок точку ПРЕСКАН начинается перевод ждешь потом нажимаешь на точку РИЛТАЙМ + БД и все
 

burbero

Member
Jun 18, 2022
404
610
After the latest updates, no matter which translation service you choose, it will translate with the Google API. Also, the free Google API has been translating poorly for the last month or two.
 

Dark_FOX

Newbie
Apr 29, 2018
45
67
After the latest updates, no matter which translation service you choose, it will translate with the Google API. Also, the free Google API has been translating poorly for the last month or two.
Try it in the settings code
"reserveServices": delete the line "google_client5"
 
  • Heart
Reactions: burbero
5.00 star(s) 1 Vote