sexypeanut

Well-Known Member
Jun 30, 2020
1,619
2,202
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 agree. That kind of stuff should really be addressed.
 
  • Like
Reactions: slashslayer

syneb

New Member
May 10, 2018
4
0
Patch 0.9.4 seems to have fixed most missing image/texture bugs, but I noticed one bug that was still happening. On episode 6, after Danny and Maddie spend the night at the cave, if you make your way back to the tree where the ghost knight was, then go right to the area with the purple flowers, if you try to hover your mouse over the flowers the game bugs and you get an exception error, like so:

Amity Park Exception.jpg
 

Xiao bao

New Member
Jul 2, 2021
3
0
Code:
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
 

ReaperMania

Member
Aug 8, 2020
285
116
For anyone who has played the game, I am just wondering on where the spanking scene is in the game? I am just curious due to my spanko kink.
 

MLGKwikSkop

Member
Dec 21, 2020
144
229
Looks like Vlad's place is kinda buggy? Got this shortly after getting freedom and going through the two back right doors.
You don't have permission to view the spoiler content. Log in or register now.
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.
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... nicemouth.png
Not sure where to go to fix this one.
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.
May have been due to UnRen. Leaving just in case.
 
Last edited:

Nickly

Newbie
Mar 25, 2019
56
112
Looks like Vlad's place is kinda buggy? Got this shortly after getting freedom and going through the two back right doors.
You don't have permission to view the spoiler content. Log in or register now.
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.
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.
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.
May have been due to UnRen. Leaving just in case.
Its my first time using UnRen, can you give me a breakdown on how exactly I use it to fix the bug?
 

ChaosGhost

Member
Apr 22, 2019
192
133
episode 6 clicking any door at vlads mansion gets this error

Code:
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
ignore gets u to main menü

edit and the backpack u found befor u enter the cave with bones the image was missing got it by clicking the red "missing image text"
 
  • Like
Reactions: Xiao bao

beldr

Member
Aug 8, 2017
197
261
Ye episode 6 is compleatly broken as soon as you reach Vlad mansion all going through any door gives an error that the navigation arrows are not found and if just kicks you to main menu.
Game is pretty much unplayable after you reach this part
 
  • Like
Reactions: PrivilegedCholo

Tril0

Newbie
Dec 25, 2017
24
11
Looks like Vlad's place is kinda buggy? Got this shortly after getting freedom and going through the two back right doors.
You don't have permission to view the spoiler content. Log in or register now.
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.
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.
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.
May have been due to UnRen. Leaving just in case.
thank you it worked well
 

Invicus

Newbie
Mar 8, 2019
36
74
What are the cheat codes for this version?
They are in the OP.

But, just in case:

(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"
 

Mr.Z

Active Member
Aug 8, 2018
708
630
cheat_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 ???
 
3.70 star(s) 60 Votes