- Dec 12, 2021
- 4
- 0
They are transferred automatically, though depending on how old your saves are there is a chance that they won't be compatible. It's not the case if you are transferring the save from the previous public build though, in that case saves would work well.how would one use an old save in the newer updates?
Well, Widow's route has already been updated to feature a complete story that puts everything on their right places, though you are always free to ignore it.I'm not interested in Widow because of this post:
And this is the post that made me discard Tracer:
Name changing feature is our current priority. We'll try to push the patch with this feature out along with one of the upcoming content updates, hopefully in a matter of weeks.Been playing this game for a long time and followed the updates even back when we were still waiting for the public release of the Mei scenes. Is there any chance that a name selector will be available in a future update? I know that they can't be named the OW characters anymore but I was much more invested when it was still full Overwatch (Not the fault of Young Nughty, they don't want to get sued and I can respect that.)
It's still there, on windows as well.Hey, thanks for trying to fix this! We did an oopsie and decided to update Renpy hours before release (Fucking dumb we know), so there are some leftover artifacts like the one you encountered that now remind about our decision.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module>
File "game/helper/utility/navigate.rpy", line 113, in teleport
File "game/displayables/interactable.rpy", line 143, in render
File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask
TypeError: __init__() got an unexpected keyword argument 'opaque'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/story/parking/xray_quest/reina_quest_c_b.rpyc", line 211, 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/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module>
File "game/helper/utility/navigate.rpy", line 113, in teleport
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "game/displayables/interactable.rpy", line 143, in render
File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
ACADEMY34 v0.19.3.4
Sat Mar 2 18:56:44 2024
From what I understand this is an error that they fixed when trying to update the engine on all versions at once. It is already fixed on all paid versions and once those trickle down to us the problem wont exist anymoreIs here a way to fix this? And can anyone say there this file lay, so i maybe can fix this myself?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask TypeError: __init__() got an unexpected keyword argument 'opaque' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script/story/parking/xray_quest/reina_quest_c_b.rpyc", line 211, 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/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3582, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 4175, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2785, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/screen.py", line 731, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/transform.py", line 909, in render return RenderTransform(self).render(width, height, st, at) File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child File "render.pyx", line 266, in renpy.display.render.render File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask File "render.pyx", line 588, in renpy.display.render.Render.__init__ TypeError: __init__() got an unexpected keyword argument 'opaque' Windows-10-10.0.19041 AMD64 Ren'Py 7.6.3.23091805 ACADEMY34 v0.19.3.4 Sat Mar 2 18:56:44 2024
Is here a way to fix this? And can anyone say there this file lay, so i maybe can fix this myself?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask TypeError: __init__() got an unexpected keyword argument 'opaque' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script/story/parking/xray_quest/reina_quest_c_b.rpyc", line 211, 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/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3582, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 4175, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2785, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/screen.py", line 731, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/transform.py", line 909, in render return RenderTransform(self).render(width, height, st, at) File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child File "render.pyx", line 266, in renpy.display.render.render File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask File "render.pyx", line 588, in renpy.display.render.Render.__init__ TypeError: __init__() got an unexpected keyword argument 'opaque' Windows-10-10.0.19041 AMD64 Ren'Py 7.6.3.23091805 ACADEMY34 v0.19.3.4 Sat Mar 2 18:56:44 2024
New public version is available, with fix implemented. Just redownload it and you will be good to go!When trying to scan with the X-ray on the parking lot for Reyna i allways get exceptions that dont end
is there any fix for it?
We have answered to similar messages few pages before. This is a false-positive alert caused by engine files of RenPy itself (the engine we are using). These problems happen every now and then after RenPy gets updated and you can find similar reports on forums of many other RenPy-based projects. You are always welcome to go through the files and code in case you have concerns!Hello, could someone help me, the problem is that whenever I download the game my antivirus detects the game as a Trojan virus and deletes it and it has already happened to me with previous versions. I don't know if the ZIP is correct or if anyone has a link that has the version (most current) without viruses
Well what I like is that the MC is the only one who has sex and a romantic relationship with all the LIs. I'm pretty sure that's not a monogamous relationship. And also that this includes the minimum possible amount of lesbian sex (preferably nothing).Well, Widow's route has already been updated to feature a complete story that puts everything on their right places, though you are always free to ignore it.
In regard to Tracer, if you are planning to avoid her because of something we might do in one of the future updates that is yet to come, or to even be properly pre-planned, it's your choice entirely. That being said, the majority of our girls are written to be bi-sexual and to offer the widest variety of kinks to choose from. If you are looking for a strictly traditional monogamous story, our game might not be the perfect fit for your tastes.