I will change the language of the game but I am getting an error in the new version of the game (the program I use is automatic google translate)
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\tolgahan\Desktop\Twistedworld-0.6-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "C:\Users\tolgahan\Desktop\Twistedworld-0.6-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\tolgahan\Desktop\Twistedworld-0.6-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\tolgahan\Desktop\Twistedworld-0.6-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\tolgahan\Desktop\Twistedworld-0.6-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
Twistedworld 0.6
Tue Jul 26 15:38:15 2022
I put the program I use in the attached game folder and run it.