Ren'Py translator3000

5.00 star(s) 1 Vote

Freshnight

New Member
Jan 6, 2023
6
5
Üzgünüm, ancak yakalanmamış bir istisna oluştu.

Oyun kodunu çalıştırırken:
Değer Hatası: yanlış

-- Tam Geri İzleme -----------------------------------------------------------------

Tam geri izleme:
"000translator3000_main.rpyc" dosyası, satır 1880, betikte
Dosya "C:\Users\Erdenay\Desktop\FieryPassions-0.1.Beta-pc\renpy\ast.py", satır 823, yürütmede
renpy.python.py_exec_bytecode(self.kod.baytkod, self.gizle, depo=self.depo)
Dosya "C:\Users\Erdenay\Desktop\FieryPassions-0.1.Beta-pc\renpy\python.py", satır 1178, py_exec_bytecode içinde
exec(bayt kodu, küreseller, yereller)
<modül> içindeki "<translator3000>" dosyası, satır 2724
Dosya "<translator3000>", satır 2056, turn_on'da
Dosya "<translator3000>", satır 2035, turn_on'da
Dosya "<translator3000>", satır 165, modda
Değer Hatası: yanlış

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Ateşli Tutkular 0.1.Beta
Cuma Tem 19 12:30:48 2024

Çözümünü bilen var mı?
first put the new version of translator3000 in the game folder. run the game and close it. then write this code. prescan and done it.
type the code name of the language you speak in the "directionOfTranslation" section.
If your language is spanish, type "es" if your language is french, type "fr"




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

Dark_FOX

Newbie
Apr 29, 2018
25
13
hi, maybe someone knows how to make sure that the translator does not change the translation service, he just wanted to launch Yandex translator, and the program switches to deepl translate after assembling the lines, if anything, renpy 8
 

Prayforme

Member
Oct 25, 2022
130
360
hi, maybe someone knows how to make sure that the translator does not change the translation service, he just wanted to launch Yandex translator, and the program switches to deepl translate after assembling the lines, if anything, renpy 8
"autoSwitchOnAvailableDB": false,
 

Mariela

Newbie
Oct 15, 2021
18
8
While running game code:
ValueError: Translator 'clients5.google.com' not found

I can't understand why it says this
 
5.00 star(s) 1 Vote