- Jul 15, 2020
- 179
- 144
An entire arc with Penelope Spectra and 5 scenes involving her (one of the scenes has 2 extra girls). One scene with Jazz (her arc will continue in the next update).What's the new content in the update?
I agree. That kind of stuff should really be addressed.I was having the exact same problem, but this did it for me too. thank you
what the hell is wrong with this game? if you have to finish Quest X to finish Quest Y, AT LEAST only make Quest Y unlockable once you've finished Quest X. I didn't even know Kate's quest was obligatory and even so, the order should be optional since that's what the game implies
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/locations/Episode 6_nav/guest_room danny/door_dayhover.png'>:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/locations/Episode 6_nav/guest_room danny/door_dayhover.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "code/locations/misc/forest_vlad_danny_guestroom.rpyc", line 11, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2466, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 791, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1190, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'images/locations/Episode 6_nav/guest_room danny/door_dayhover.png'.
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Amity Park 0.9.3
Sun Jul 24 09:30:17 2022
Its my first time using UnRen, can you give me a breakdown on how exactly I use it to fix the bug?Looks like Vlad's place is kinda buggy? Got this shortly after getting freedom and going through the two back right doors.
Regarding spoiler above, it's simply a name error. Script calls for "...dayidle.png" but the file is named "...day idle.png". Using UnRen and changing the names fixes the error.You don't have permission to view the spoiler content. Log in or register now.
There was also a missing image error for Maddie's bag in front of the cave. I didn't grab any of the text, unfortunately.
Another issue I've found within a short amount of time...View attachment 1948400
Not sure where to go to fix this one.May have been due to UnRen. Leaving just in case.
Same thing happens to Danny's eyes at dialogue "(I should head to bed myself...)"
And then later on during dialogue "No... just... did you... did you really like what we did in the forest?", Maddie's sprite is copied onto her mouth. Disturbing, to say the least.
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/locations/Episode 6_nav/dock/door_dayidle.png'>:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/locations/Episode 6_nav/dock/door_dayidle.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "code/locations/misc/forest_vlad_mansion_docks.rpyc", line 11, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2466, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 783, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 791, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1190, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
IOError: Couldn't find file 'images/locations/Episode 6_nav/dock/door_dayidle.png'.
Windows-10-10.0.22000
Ren'Py 7.4.5.1648
Amity Park 0.9.3
Fri Jul 29 23:18:55 2022
thank you it worked wellLooks like Vlad's place is kinda buggy? Got this shortly after getting freedom and going through the two back right doors.
Regarding spoiler above, it's simply a name error. Script calls for "...dayidle.png" but the file is named "...day idle.png". Using UnRen and changing the names fixes the error.You don't have permission to view the spoiler content. Log in or register now.
There was also a missing image error for Maddie's bag in front of the cave. I didn't grab any of the text, unfortunately.
Another issue I've found within a short amount of time...View attachment 1948400
Not sure where to go to fix this one.May have been due to UnRen. Leaving just in case.
Same thing happens to Danny's eyes at dialogue "(I should head to bed myself...)"
And then later on during dialogue "No... just... did you... did you really like what we did in the forest?", Maddie's sprite is copied onto her mouth. Disturbing, to say the least.
hope it gets fixed next updatethank you it worked well
They are in the OP.What are the cheat codes for this version?
(Enter cheats in the "Amity Park" app on Danny's computer. Do not use quotations in cheat.)
New
cheat_code_maserCode = "GhostBusters"
cheat_code_all_scenes = "PartyTime"
cheat_code_orgone_100 = "MaxPerv"
cheat_code_LevelUp = "Level9000"
cheat_code_money_500 = "GetRichFast"
cheat_code_collectables = "CatchThemAll"
cheat_code_desiree_outfits = "FashionGreen"
For some reason these don't seem to work, any idea why?They are in the OP.
But, just in case:
Are you playing the most recent version of the game? Also, the cheats are case sensitive, so typing in "ghostbusters" instead of "GhostBusters" won't do anything, afaict.For some reason these don't seem to work, any idea why?
The Main Menucheat_code_all_scenes = "PartyTime"Cheat code successful .
Where do i watch scenes ?
In old versions i was able to look at them in the same place where you put in the cheats , but now ???