Ren'Py translator3000

5.00 star(s) 1 Vote

Dark_FOX

Newbie
Apr 29, 2018
42
57
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
111
47
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
42
57
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

NNNNKlaus

Newbie
Apr 4, 2020
27
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

Dark_FOX

Newbie
Apr 29, 2018
42
57
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
42
57
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
 
5.00 star(s) 1 Vote