gpsywolf

Member
Sep 30, 2019
206
837
258
my old save had an error so i made a new save, starting from the beginning but now on episode 6 at vlades place i cant continue the story, because i keep getting errors, and its really annoying. why is this happening.
several of the image files do not match the script names. There are spaces in the image file names, but not in the script that calls them. You can work around it by extracting the images and renaming them to match the script but its a pain in the ass.
 

gpsywolf

Member
Sep 30, 2019
206
837
258
i still haven't been able to get Maddie's titjob. I see her doing yoga, go out and return when it's evening and nothing in the livingroom. Am I missing something?
i went outside at night and then went back inside. Nighttime, livingroom. I think you have to come in from outside, not down from your bedroom.
 
  • Like
Reactions: Barkin 10

Mashinav1

Member
Jan 23, 2020
186
240
54
label Episode_8.stage_195_school_hallway_morning_wild_school:


$ scene_setup("schoolmainhall")
pause 0.01






play music "music/Day and Night/Spooked.ogg" fadein 2.0 fadeout 1.0
danny f offscreen at_player rise talk_displeased "You've {i}got{/i} to be kidding me."











show sam top_slutty bottom_slutty bands_2 nostockings hair_slutty towards neutral smile at transform_RightOfCenter
show tucker gagged towards wondering at transform_RightExtreme
with dissolve
(game freze here)
pyton fuck up
 

Daastaan007

Well-Known Member
Jan 10, 2019
1,486
686
239
QUEST: Psycho Analysis: 29. Looks like Penelope needs some more time, guess I will just do what I want for now...

What I have to do now...???
 

errte13

Active Member
Oct 6, 2020
534
976
258
QUEST: Psycho Analysis: 29. Looks like Penelope needs some more time, guess I will just do what I want for now...

What I have to do now...???
Just like it says, do whatever you want for now, wait until there's a change. For example go make money at the fast food, sleep, rinse repeat. Or just sleep.
 
  • Heart
Reactions: Daastaan007

Barkin 10

Well-Known Member
Dec 27, 2016
1,517
1,755
369
i went outside at night and then went back inside. Nighttime, livingroom. I think you have to come in from outside, not down from your bedroom.
Thanks for the reply. Tried it but I still get the same empty livingroom.
 

Invicus

Newbie
Mar 8, 2019
36
74
93
ok, so I keep crashing when I'm at Vlads house at episode 6 with Maddie. Anyone have any fixes?>
Download version 0.9.2 (the previous one), load up the save, play through the section, then switch back to 0.9.3 after.

I've had the same problem, but going to the old version, as suggested here, did the trick.
 

joe nemo

Active Member
May 6, 2018
501
504
164
Replaying the game to try and max all the interactions with Maddie. What do I have to do to get max affection?
 

syneb

New Member
May 10, 2018
4
0
31
Am I the only one who had issues like all black backgrounds during dialogs and some missing images? I started having those on chapter six, right after fighting the ghost knight and before entering the cave. Afterwards my game crashed when I tried to click on the purple flower.

Edit: I just saw the post above by grandal wow, that's where my game crashed too I believe.
Edit 2: Nope, his game crashed a bit later on the chapter.
 
Last edited:

jordan27320

New Member
Oct 12, 2020
3
0
99
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 "game/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.19041
Ren'Py 7.4.5.1648
Amity Park 0.9.3
Sun Jul 17 14:49:29 2022

Please help i can't go any further, because it won't let me explore Vlad's house.
 
3.60 star(s) 70 Votes