MBison

New Member
Jul 9, 2022
11
0
I've updated wt+patch, it's attached :)

Naxos Feel free to use, I've updated screens.rpy and ep5 file. I'd very much recommend including .rpyc files made with modded .rpys and keeping them updated each time to avoid issues with saves.

Original mod post
this patch that is included with wt, is the incest patch correct? how do you know the incest patch is working?
thanks
 

Ilhares

Engaged Member
Aug 19, 2019
2,905
11,059
this patch that is included with wt, is the incest patch correct? how do you know the incest patch is working?
thanks
Presumably you know it's working if Tiffany is your mom and Jessica is your sister. I am making assumptions, as I don't use it.
 
  • Like
Reactions: PaxHadrian17

Towik

Member
Nov 20, 2018
493
298
I lost 5GB of saves (renpy) anyone knows if there is a pdf version of the walkthrough, the mod doesn't seem to work

edit: never mind, seems like the pdf version link works now, no clue what was wrong before.
 

PaxHadrian17

Well-Known Member
Sep 8, 2020
1,848
9,089
I see. what is their relation if no incest patch?
No patch = Tiffany is a 'friend' of the family, and the MC went to stay with her when his father died. Jessica is still Tiffany's daughter. I'd have to restart the VN with a non-patched version to get the exact Tiffany language but this should be close.
 
  • Like
Reactions: Walter Victor

TuxedoJay

Waifu Explorer
Game Developer
May 5, 2023
23
29
Just finished playing the new version and daaaaaaaamn!! It always leaves me wanting more. Excited for the next episode
 

Towik

Member
Nov 20, 2018
493
298
is it me or (...)???

Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('…r/skiprecap_idle.png') at 0x000000000d5435b0>:
  File "game/scripts/e5s1.rpy", line 19, in script
    show screen skipRecap with dissolve
  File "renpy/common/000statements.rpy", line 591, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
OSError: Couldn't find file 'images/Other/skiprecap_idle.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/e5s1.rpy", line 19, in script
    show screen skipRecap with dissolve
  File "E:\Ripples-0.5.0-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "E:\Ripples-0.5.0-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Ripples-0.5.0-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 591, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "E:\Ripples-0.5.0-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 3906, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\transition.py", line 378, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\screen.py", line 704, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "E:\Ripples-0.5.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/Other/skiprecap_idle.png'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
Ripples 0.5.0
Sat May  6 01:56:27 2023
 

1tomadeira

Engaged Member
May 25, 2017
3,049
8,915
is it me or (...)???

Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('…r/skiprecap_idle.png') at 0x000000000d5435b0>:
  File "game/scripts/e5s1.rpy", line 19, in script
    show screen skipRecap with dissolve
  File "renpy/common/000statements.rpy", line 591, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
OSError: Couldn't find file 'images/Other/skiprecap_idle.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/e5s1.rpy", line 19, in script
    show screen skipRecap with dissolve
  File "E:\Ripples-0.5.0-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "E:\Ripples-0.5.0-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Ripples-0.5.0-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 591, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "E:\Ripples-0.5.0-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 3906, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\transition.py", line 378, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\screen.py", line 704, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "E:\Ripples-0.5.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/Other/skiprecap_idle.png'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
Ripples 0.5.0
Sat May  6 01:56:27 2023
Yes, it is you. The last release was already released enough time ago and no one mentioned errors, me included. The most likely reason is you using an outdated mod. If not, then redownload the game.

Unless you dislike pineappple pizza, if yes then your PC can't run the game because he's trying to preserve your sanity and common sense.
 

Walter Victor

Forum Fanatic
Dec 27, 2017
5,713
19,718
is it me or (...)???

Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('…r/skiprecap_idle.png') at 0x000000000d5435b0>:
  File "game/scripts/e5s1.rpy", line 19, in script
    show screen skipRecap with dissolve
  File "renpy/common/000statements.rpy", line 591, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
OSError: Couldn't find file 'images/Other/skiprecap_idle.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/scripts/e5s1.rpy", line 19, in script
    show screen skipRecap with dissolve
  File "E:\Ripples-0.5.0-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "E:\Ripples-0.5.0-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Ripples-0.5.0-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 591, in execute_show_screen
    renpy.with_statement(eval(transition_expr))
  File "E:\Ripples-0.5.0-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 3906, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Ripples-0.5.0-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\transition.py", line 378, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\screen.py", line 704, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\layout.py", line 884, 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 "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 627, in render
    return cache.get(self, render=True)
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 295, in get
    surf = image.load()
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 723, in load
    raise e
  File "E:\Ripples-0.5.0-pc\renpy\display\im.py", line 688, in load
    filelike = renpy.loader.load(self.filename)
  File "E:\Ripples-0.5.0-pc\renpy\loader.py", line 820, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/Other/skiprecap_idle.png'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
Ripples 0.5.0
Sat May  6 01:56:27 2023
That file is contained in the download I received. So, the problem seems to be on your end.
 

ArDZer

Well-Known Member
Feb 20, 2019
1,520
3,677
Must say, I've liked this game, the plot, humor, scenes and music certainly got me hooked up. Can't wait for v0.6 to come out and kudos to the dev.

P.S: Does someone by chance know the name of the song playing in the scene with Tiffany just before she gets up from the sofa during the kiss with the protagonist? I searched for it in the credits list but I haven't been able to find it.
 

Ilhares

Engaged Member
Aug 19, 2019
2,905
11,059
Unless you dislike pineappple pizza, if yes then your PC can't run the game because he's trying to preserve your sanity and common sense.
And on that thought : why is it only possible to take control with Riley if you agree with her dislike of thin mints? I would expect, given thr attitude displayed in that scene, you would be more likely to if you disagree with her and have some ability ti assert yourself (and thus your dominant qualities).

And the way she lost her shit when I said pineapple on pizza is bad? Man, she made me laugh.
 

Overlord070

Well-Known Member
Jan 21, 2021
1,073
1,929
I have to say that this is potentially the best VN on here.

It has great balance between plot and sex scenes (a lot of VN stumble in this department one way or another), there are a fair number of non sex animations and they are all quite good and really add to the experience, relationships between characters feel natural and the girls themselves are interesting and hot. Really have to underline how good the renders are, even non pen sex like handjobs and bjs were really well done.

A few negatives for me would be some of the hair styles namely MC's (seems to be the default dumb/goofy haircut), Krystal (the hair she had while wearing the devil outfit made a world of difference) and Jessica, albeit the hers isn't as bad as the other 2.

Also chapter 5 felt kinda short but could just be me.

Anyway amazing job Jestur and keep up the great work. (y)

P.S. Is there a list of music used?
 

Overlord070

Well-Known Member
Jan 21, 2021
1,073
1,929
Yes, it is you. The last release was already released enough time ago and no one mentioned errors, me included. The most likely reason is you using an outdated mod. If not, then redownload the game.

Unless you dislike pineappple pizza, if yes then your PC can't run the game because he's trying to preserve your sanity and common sense.
Wait until you hear all about people eating banana on pizza.
 
  • Haha
Reactions: Elhemeer

Pitrik

Conversation Conqueror
Donor
Oct 11, 2018
7,542
29,114
I have to say that this is potentially the best VN on here.

It has great balance between plot and sex scenes (a lot of VN stumble in this department one way or another), there are a fair number of non sex animations and they are all quite good and really add to the experience, relationships between characters feel natural and the girls themselves are interesting and hot. Really have to underline how good the renders are, even non pen sex like handjobs and bjs were really well done.

A few negatives for me would be some of the hair styles namely MC's (seems to be the default dumb/goofy haircut), Krystal (the hair she had while wearing the devil outfit made a world of difference) and Jessica, albeit the hers isn't as bad as the other 2.

Also chapter 5 felt kinda short but could just be me.

Anyway amazing job Jestur and keep up the great work. (y)

P.S. Is there a list of music used?
Music used Is on the credits
 
  • Like
Reactions: Overlord070

Tremonia

Queen Lydia's bitch
Donor
Jun 14, 2020
2,129
6,636
Wait until you hear all about people eating banana on pizza.
That's not even the worst. I've ate literally a chocolate pizza years ago. This pizza was a special sale of a food company and I tried it. But there some more ridiculous pizzas: fish fingers and spinach pizza, pizza with sucuk, pizza with hollandaise sauce instead of tomatoe, pizza with brussels and once I saw a restaurant which sells pizza with sushi. But if people like it. Who cares? Everyone should just eat what they like. Tastes are as diverse as the number of people on earth.
 

Machete

Engaged Member
Apr 7, 2020
2,137
3,638
That's not even the worst. I've ate literally a chocolate pizza years ago. This pizza was a special sale of a food company and I tried it. But there some more ridiculous pizzas: fish fingers and spinach pizza, pizza with sucuk, pizza with hollandaise sauce instead of tomatoe, pizza with brussels and once I saw a restaurant which sells pizza with sushi. But if people like it. Who cares? Everyone should just eat what they like. Tastes are as diverse as the number of people on earth.
Chocolate pizza is one of the few weird pizzas that are actually italian. I don't know if it's the same kind of chocolate pizza you had. Ours has dark chocolate inside and sugar powder on top. Not so strange because, at least when i was a kid, it was rather normal here to eat chocolate, as pure chocolate bars kind, on bread. Yet i can't say chocolate pizza is any popular and it's supposed to be a kind of dessert.
 
  • Like
Reactions: Walter Victor

Overlord070

Well-Known Member
Jan 21, 2021
1,073
1,929
That's not even the worst. I've ate literally a chocolate pizza years ago. This pizza was a special sale of a food company and I tried it. But there some more ridiculous pizzas: fish fingers and spinach pizza, pizza with sucuk, pizza with hollandaise sauce instead of tomatoe, pizza with brussels and once I saw a restaurant which sells pizza with sushi. But if people like it. Who cares? Everyone should just eat what they like. Tastes are as diverse as the number of people on earth.
Chocolate pizza I've seen a few but at that points that's just dessert lol but I wasn't complaining, I've eaten pizza with pineapple and even with banana (how i knew it was a thing). It's not my favorite but it was still good.
 

Walter Victor

Forum Fanatic
Dec 27, 2017
5,713
19,718
I've ate literally a chocolate pizza years ago.
Doesn't that fall into the realm of a dessert pizza? That's just chocolate sauce spread on cookie dough, or basically a large, flat cookie.

A lot of pizza restaurants have something like that.
 
4.80 star(s) 296 Votes