Ren'Py translator3000

5.00 star(s) 1 Vote

Freshnight

New Member
Jan 6, 2023
8
6
Ü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
26
15
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
151
413
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,
 
  • Like
Reactions: hvorost16

wto51444

New Member
Jan 8, 2021
9
7
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load from archive 000translator3000_main.rpyc.

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

Full traceback:
File "I:\Bad_Manners_Part_1_1.0.5.1\BM-partI(1.05.1)\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "I:\Bad_Manners_Part_1_1.0.5.1\BM-partI(1.05.1)\renpy\main.py", line 354, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "I:\Bad_Manners_Part_1_1.0.5.1\BM-partI(1.05.1)\renpy\script.py", line 259, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "I:\Bad_Manners_Part_1_1.0.5.1\BM-partI(1.05.1)\renpy\script.py", line 652, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive 000translator3000_main.rpyc.

Windows-8-6.2.9200
Ren'Py 6.99.10.1227
 
  • Like
Reactions: murat130
5.00 star(s) 1 Vote