CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x

Ren'Py translator3000

5.00 star(s) 1 Vote

Ivliv

Newbie
Nov 4, 2023
19
29
Please help, in the game put the incest-patch, as usual in such cases rpy file in the game folder. But after the translation, returned the original version of the text. Uninstalled the game, uninstalled the translator, cleaned the cache - nothing. Many times translated games with the patch and never had this problem.
 

SL55

New Member
Apr 8, 2021
12
13
Please help, in the game put the incest-patch, as usual in such cases rpy file in the game folder. But after the translation, returned the original version of the text. Uninstalled the game, uninstalled the translator, cleaned the cache - nothing. Many times translated games with the patch and never had this problem.
The translator does not always see patches.The encoding of the patch may be different. Play without the patch.
 
  • Like
Reactions: pars07

mikadopasa

Member
Mar 24, 2018
121
28
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Translator3000Data/scripts/general.rpy", line 612, in <module>
File "game/Translator3000Data/scripts/general.rpy", line 101, in turn_on
File "game/Translator3000Data/scripts/general.rpy", line 92, in __init__
ValueError: No JSON object could be decoded

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "Translator3000Scripts/general.rpyc", line 2, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Translator3000Data/scripts/general.rpy", line 612, in <module>
File "game/Translator3000Data/scripts/general.rpy", line 101, in turn_on
File "game/Translator3000Data/scripts/general.rpy", line 92, in __init__
File "_translator3000/translator.py", line 28, in __init__
File "_translator3000/_google_client5/translator.py", line 41, in __init__
File "_translator3000/translator_abstract.py", line 66, in __init__
ValueError: No JSON object could be decoded

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
Straitened Times 0.54.1
Wed Oct 16 14:43:31 2024


solution?
 

ferro85

Newbie
Apr 19, 2022
48
34
When using translator mode, why does the text only appear white? How can I fix this? In the original text, each character has a different color, but when I use translator3000, the entire text only appears white.
 

Dark_FOX

Newbie
Apr 29, 2018
29
15
When using translator mode, why does the text only appear white? How can I fix this? In the original text, each character has a different color, but when I use translator3000, the entire text only appears white.
As far as I know, in order not to break scripts and translation, during translation, variables responsible for the style and color of the displayed text are deleted
 

ferro85

Newbie
Apr 19, 2022
48
34
As far as I know, in order not to break scripts and translation, during translation, variables responsible for the style and color of the displayed text are deleted
_translator3000_setting
"extraTextOptions
"color": null
This is what I did... now the text is colored. Only the emojis are not visible... I hope my solution will be helpful to others.
 
  • Like
Reactions: pars07

NNNNKlaus

New Member
Apr 4, 2020
13
0
How should I set _translator3000_setting.json file to do prescan translation with deepl.
this is how my _translator3000_setting.json file is currently set.
Please don't post the link because I didn't understand much even though I read the whole thing.

{
"seleniumInputSplitMethod": "strings",
"_debug_mode": false,
"autoSwitchOnAvailableDB": true,
"deeplLoginData": null,
"originalInHistory": false,
"pathToChromeExe": null,
"displayOriginal": false,
"splitTextAsSentences": false,
"translationService": "selenium_deepl",
"requestsFrequency": null,
"useNoFreezeLogic": true,
"reserveServices": [
"google_client5"
],
"extraTextOptions": {
"color": null,
"font": ":auto:",
"bold": false,
"italic": false,
"size": null
},
"keys": {
"guiShow": {
"mainKey": "BACKQUOTE",
"extraKeys": [
"alt"
]
},
"databaseTranslateSwitcher": null
},
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"directionOfTranslation": tr,
"modeOnStartup": "off",
"seleniumStartMode": "hide",
"workMethod": "dialogueOnly",
"addVariablesFromDB": false,
"googleHost": "translate.google.com",
"gameLanguage": en
}
 

Prayforme

Member
Oct 25, 2022
180
486
How should I set _translator3000_setting.json file to do prescan translation with deepl.
this is how my _translator3000_setting.json file is currently set.
Please don't post the link because I didn't understand much even though I read the whole thing.

{
"seleniumInputSplitMethod": "strings",
"_debug_mode": false,
"autoSwitchOnAvailableDB": true,
"deeplLoginData": null,
"originalInHistory": false,
"pathToChromeExe": null,
"displayOriginal": false,
"splitTextAsSentences": false,
"translationService": "selenium_deepl",
"requestsFrequency": null,
"useNoFreezeLogic": true,
"reserveServices": [
"google_client5"
],
"extraTextOptions": {
"color": null,
"font": ":auto:",
"bold": false,
"italic": false,
"size": null
},
"keys": {
"guiShow": {
"mainKey": "BACKQUOTE",
"extraKeys": [
"alt"
]
},
"databaseTranslateSwitcher": null
},
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"directionOfTranslation": tr,
"modeOnStartup": "off",
"seleniumStartMode": "hide",
"workMethod": "dialogueOnly",
"addVariablesFromDB": false,
"googleHost": "translate.google.com",
"gameLanguage": en
}


Add to line number 38 the font name and format that supports Turkish, and to line 39 the font size, for example 26.

For example, in my language, these lines look like this:
"font": "Caviar_Dreams_Bold.ttf",
"size": "28",
 

NNNNKlaus

New Member
Apr 4, 2020
13
0


Add to line number 38 the font name and format that supports Turkish, and to line 39 the font size, for example 26.

For example, in my language, these lines look like this:
"font": "Caviar_Dreams_Bold.ttf",
"size": "28",
Is there a site where I can find and test fonts in my language? After doing some research, I found the Ubuntu font, but instead of using a single font, I would like to find the original font of the game and translate it from the fonts in my language with the closest to the original.
also where can i find out which font a game uses? they usually use more than one font as shown in the picture.

explorer_FnOMQXS2QZ.png
 
5.00 star(s) 1 Vote