Hi,Debug mode:
...
2022-02-02 17:24:27,335 DEBUG:translator3000.WebHandler
Try send 'GET' request to 'clients5.google.com'. Attempt 1.
2022-02-02 17:24:27,462 DEBUG:translator3000.WebHandler
'GET' request to 'clients5.google.com' was successful. 200.
2022-02-02 17:24:40,909 DEBUG:translator3000.Google.Translator
Start translating "Whereas I'd like to put something on your chest, n'yuck, n'yuck, n'yuck..." from english to polish.
2022-02-02 17:24:40,909 DEBUG:translator3000.Google.Translator
Translation is not available in database.
...
...
It only works online. But if you've already played in some scenes, it's already translated. I believe if you play visua novel todo. You won't need the internet anymoreI assact the "prescan" and it begins to translate the lines from the beginning of the game. And I want him to start from where I stopped. Example a game episode 5 and wanted him to begin to translate from the end of the episode 4 of my save.
I was testing this new version these days. It's different now you need to configure this tool within the game. and do not delete the file translator 3000.rapa.because from what I've seen .se tira does not translate the textsHi,
There is a new version on the link page 1
this tool is not working like it used to. remembering it wasn't me who created it. just found. the recommended and leaves the file translator300.rpa inside the folder. to translate onlineI removed the file you mentioned but the result is the same
esta herramienta no funciona como antes. recordando que no fui yo quien lo creó. Se acaba de encontrar. el recomendado y deja el archivo translation300.rpa dentro de la carpeta. traducir en línea
[/COTIZAR]
Does not work on Ren'Py 8.x.x script (new version of Python 3.x incompatible with Python 2.x)I'm getting this error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Translator3000Data/ingame_gui/imports.rpy", line 7, in <module>
NameError: name 'unicode' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\LENOVO\Desktop\motherless_second_season-0.15.3.1-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "C:\Users\LENOVO\Desktop\motherless_second_season-0.15.3.1-pc\renpy\main.py", line 558, in main
renpy.game.context().run(node)
File "Translator3000GUIScripts/imports.rpyc", line 2, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "Translator3000GUIScripts/imports.rpyc", line 2, in script
File "C:\Users\LENOVO\Desktop\motherless_second_season-0.15.3.1-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\LENOVO\Desktop\motherless_second_season-0.15.3.1-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Translator3000Data/ingame_gui/imports.rpy", line 7, in <module>
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "C:\Users\LENOVO\Desktop\motherless_second_season-0.15.3.1-pc\renpy\loader.py", line 1007, in load_module
exec(code, mod.__dict__) # type: ignore
File "_translator3000/__init__.py", line 21, in <module>
File "_translator3000/utils.py", line 86, in remove_dir
NameError: name 'unicode' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.1.22070801
Motherless 0.15.3.1
Wed Jul 20 21:41:47 2022
Could you please explain in a little more detail how we're going to do what you're talking about?Does not work on Ren'Py 8.x.x script (new version of Python 3.x incompatible with Python 2.x)
The Python "NameError name 'unicode' is not defined" occurs when using the unicode object in Python 3. To solve the error, replace all calls to unicode() with str() because unicode was renamed to str in Python 3.
Thank you very much for sharing it, but... I have a question, how do I configure it in Spanish?Translator3000. Ver 3.5.11.for RenPy 8You must be registered to see the links
After you put the Translator3000 file in the game folder and run the game for the first time, the file _translator3000_setting.json will be created in the game folder, find the line "directionOfTranslation": null, and replace null with "es"Thank you very much for sharing it, but... I have a question, how do I configure it in Spanish?