v35.00 and v35.04So, the thread says,, v35.04 but all pc downloads say v35.00
Considering there are two patches on the OP and ive gone through 5 pages in thread looking for an answer and havent found one.
Is the pc download v35.00 or 35.04? If v35.00, do i need both patches? 35.03 and.35.04? Or just the 35.04?
That was a bug in Radioactive. It has already been fixed. Get the update from the mod thread.So I hit the maximum overdrive button and after maxing out all the 'sequences' it asks me to pick one but I already have all of them and can't get out of that screen. Any way out or just reload?
Alright so I got them all. Neat.I'll post all of them them here for reference just so I can search for them again later because it's not a question IF I forget but WHEN:
You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00console.rpy", line 765, in script call
python in _console:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: DynamicImage u'Characters/Mom/[m.outfit]_[m.pose].png': could not find image. (u'Characters/Mom/nude_unstable.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00console.rpy", line 765, in script call
python in _console:
File "func_action_processing.rpyc", line 186, in script
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\exports.py", line 2724, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 3049, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 521, in visit_all
d.visit_all(callback, seen)
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 511, in visit_all
for d in self.visit():
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\image.py", line 720, in visit
self.find_target()
File "L:\anderes\SuperPowered_v0.35.00-pc\renpy\display\image.py", line 634, in find_target
raise Exception(error)
Exception: DynamicImage u'Characters/Mom/[m.outfit]_[m.pose].png': could not find image. (u'Characters/Mom/nude_unstable.png')
Windows-8-6.2.9200
Ren'Py 7.1.1.929
SP 0.35.04
Fri Jul 12 08:33:27 2019
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'Characters/SuLynn/Contact/intimate5g.png'>:
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
IOError: Couldn't find file 'Characters/SuLynn/Contact/intimate5g.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "func_action_processing.rpyc", line 18, in script call
File "func_action_processing.rpyc", line 262, in script call
File "func_action_processing.rpyc", line 539, in script call
File "func_interactions.rpyc", line 1420, in script call
File "chars/char_SuLynn.rpyc", line 621, in script call
File "chars/char_SuLynn.rpyc", line 651, in script call
File "chars/char_SuLynn.rpyc", line 692, in script call
File "chars/char_SuLynn.rpyc", line 730, in script
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\exports.py", line 1335, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 3148, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\core.py", line 2065, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 487, in renpy.display.render.render_screen
File "render.pyx", line 235, in renpy.display.render.render
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\layout.py", line 719, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 235, in renpy.display.render.render
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\image.py", line 497, in render
return wrap_render(self.target, width, height, st, at)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 147, in renpy.display.render.render
File "render.pyx", line 235, in renpy.display.render.render
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\test\SM\SuperPowered_v0.35.00-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Characters/SuLynn/Contact/intimate5g.png'.
Windows-8-6.2.9200
Ren'Py 7.1.1.929
SP 0.35.03
Fri Jul 12 05:42:06 2019
Thanks... I'll put together a fix for this next month. I'm working on my other game this month.I got a bug for you Baal7734
Every time you go to the college Library, SuLynn is there, so I can talk to her, make her go away, go back to entrance, go to library and she's there again.
A missing image for SuLynn and you can't ignore to get past it:
Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'Characters/SuLynn/Contact/intimate5g.png'>: .... Windows-8-6.2.9200 Ren'Py 7.1.1.929 SP 0.35.03 Fri Jul 12 05:42:06 2019
I was sure I applied 04, but I guess I DLed it and reapplied 03 because stpudity.<snip>
Here's the problem.
It's not the most recent hotfix.
i'm also looking for the action i need to do to unlock sam's fetish, i gave her the tasteless lolipop at lunch, but i don't know what to do next !
edit : don't worry i found out, continue to meet her on lunch break, does not happen every time though
How do i get kelly's fetish? did all the personal questions