Rimmer

Member
May 27, 2017
117
164
147
You don't have permission to view the spoiler content. Log in or register now.
This is my problem with multiple path games, I get there has to be some forced story, but that shouldn't force characters on to you, I am in negative stats with Bella, I really don't like her, to have her call up and me tell her no, then to be still forced into meeting her, her entering your house without permission, with the key she says Elaine told her about, even though she stated before that Elaine wouldn't let her use the beach house, why would she tell her about the key then?......hmmm dodgy......or is that the real reason for her still turning up, to give us a clue that she's super suspect?

If having to go with Bella for lunch is because you need to end up at Elaine's, then why not have Elaine call you up asking to see you?
 

xsssssssss

Active Member
Jun 17, 2017
832
1,070
351
I'm not playing Ep 19 until the final release is ready and I've only been skimming through the last few pages, but this seems odd to me.
You don't have permission to view the spoiler content. Log in or register now.

Again, if I'm worrying about something that's already been addressed, I'll be happy to eat my ignorant words.
Like you i’ll Wait for final version but as currently described it doesn’t feel very good
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: ename144

Hammerhiem

Member
May 7, 2020
283
543
277
Sooo... when confronted with a possible foursome, there are actually people who would want to go Cartman on it?

View attachment 941009
That would entirely depend on the foursome and Consequences.

That foursome and those consequences, err no. But in RL there are definitely situations where that's a flat no. I've turned down a threesome because if it had ever come to light, relationships of people I care about would have been ruined. Probably my only ever chance, but i live in hope.
 

ename144

Engaged Member
Sep 20, 2018
3,739
15,524
681
If you really want to know since you are conjecturing. :p
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.


The main issue with trying to talk to her is all 3 of them are drunk.

I don't know about you but it's impossible to have a serious conversation with me when i'm drunk.
I've never been drunk enough to put it to the test. That said, I don't think it really addresses my concern.

You don't have permission to view the spoiler content. Log in or register now.
 

NateGrey

Active Member
Aug 21, 2020
803
1,924
308
That would entirely depend on the foursome and Consequences.

That foursome and those consequences, err no. But in RL there are definitely situations where that's a flat no. I've turned down a threesome because if it had ever come to light, relationships of people I care about would have been ruined. Probably my only ever chance, but i live in hope.
I totally understand and agree that IRL those things would need a bit more consideration. But getting the chance to see that unfold in a game, in a fantasy, and then complaining because you want to stay true and exclusive with your one love, kinda baffles me personally. But then there's also people who when playing a video game choose to play The Sims, where you have to go to work, do the dishes, clean the house, etc. so each to their own I guess :)
 
  • Like
Reactions: RR6612

Tyrav

Newbie
Aug 29, 2019
33
4
130
So if I kiss your girlfriend in front of you and start rubbing her virgina in front of you and she kisses me back and doesn't stop me after you clearly made it clear that you weren't okay with it, that isn't cheating?

I know people are having a hard time with this, but that is exactly how the scene played out for many of us.


BTW it is fixed now thanks again acewinz

you might want to remove the r lol. For I think you meant Vagina not Virgina lol
 

lordofhirunds

Active Member
Jul 25, 2017
642
1,253
356
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'E19/E19SW_WBA00.jpg'>:
  File "game/Episode19.rpy", line 7141, in script
    W "Oh Hell!  ***Straining***  I can feel you in my stomach!"
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
IOError: Couldn't find file 'E19/E19SW_WBA00.jpg'.

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

Full traceback:
  File "game/Episode19.rpy", line 7141, in script
    W "Oh Hell!  ***Straining***  I can feel you in my stomach!"
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\ast.py", line 671, in execute
    statement_name("say")
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\transition.py", line 360, in render
    bottom = render(self.old_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "L:\F95 GMS\W\WhereTheHeartIs-Ep19 (Beta)-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'E19/E19SW_WBA00.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Where The Heart Is Ep19Beta1
Mon Dec 14 16:42:29 2020
AFTER lap dance and during anal fuck with Wanda.
Great update this time, many sex scenes with Lily and Debbie exciting the encounter with Elaine great renders. Thanks Gimp Ace CellFantastic Trio like fantastic the novel game WTHI
 
Last edited:
  • Like
Reactions: acewinz

Ranting Old Man

Member
Donor
Oct 24, 2019
412
926
336
To me, like others it just felt too forced. You are forced to be a dick in order to keep Lily, you can't have a solo relationship with Lily and a friendship with Debbie in tact. Actions have consequences, I get Debbie being pissed at you if you interrupt, but why do you have to Sabotage? Why can't a lily pure path turn her down completely all on her own? Why do you have to interject? Why if you don't interject are you okay with being so casually tossed to the side?

The answer is simple and was said many times. This update was fan service. It was ment for 3 some and 4 some paths. If you want to keep your relationships in tact you just gotta leave first chance you get. According to Dev this prevents anything else from happening with the exception of Debbie confessing her feelings to Lily, what impact that will have? Who knows really.

So does it make sense that nothing else happens if you leave? Well I'm going to go out of my way and look at it from another perspective. Yes and No.

No because if your present they are all but ready to jump each others bones and have that first experience.

Yes because you are kind of what holds the whole thing together. Is Debbie as Exciting to Lily when you aren't there? Will you not being there changes the mood, all of these girls do look up to you and enjoy your company and Debbie. Would Lily even allow things to progress with Debbie without considering how you feel first? Again I really don't think so.

So I can see how MC leaving ruins the mood for the girls. So how about the players perspective?
There are plenty of people who don't care, they made that very clear. It's game your a baby blah blah blah. But some of us do care and from where it stands this entire Scene is good. IF you are going for a Katie path,, a Debbie, Lily and Katie path, or if you are going for a Debbie, Lily path, but this scene isn't good for anyone who wants to go a Lily solo path or a Debbie Solo path.

Now to be fair, the Devs did say that they have only really worked on the sharing scenes and mentioned that the rest are still a work in progress. This is a Beta after all and they are kind of testing the waters. Seeing what works and what doesn't. I really don't believe we came all of this way just to end things badly. Truth is Ace has said several times there will be solo endings for everyone in this group. He also said that the Solo paths are a work in progress, as in some changes might actually happen to some of the current scenes. We might be given more options or things might change from how they are now currently. It isn't done yet. This is a great game so while I'm disappointed in how this beta version has turned out, I understand that it isn't the completed project and my tastes where not the focus of this update, this update was focused on people who wanted Katie and friends sharing paths, not solo paths.

So the last bit I think is worth mentioning is again focusing on some of the players perspective. I think it's the anxiety of the update ending where it does the next day without a bit of closure. People who wanted 2 or 3 girls know where their relationships stand. However if you were pursuing Debbie or Lily you aren't really sure where things stand and as it is currently unless it gets mentioned later that this is changing, we won't get that closure until episode 20, a cliffhanger for a small part of the audience that doesn't really exist for everyone else. Lastly to everyone who is saying "you get a 3 some or a 4 some, quit complaining" you clearly don't understand that not everyone wanted to go that path. Or that are saying "Debbie has been telling you that she's interested in Lily this whole time why are you surprised?" Again you lack understanding or reading comprehension pick one of your liking. We aren't surprised and frankly on my other playthroughs I don't even care and support the entire thing. What bothers me is you can stop it one of two ways, by being a dick or leaving right away, yet we have no idea what the consequences of either of those actions are. Everyone else knows you wake up in a bed with 3 women relationships in tact or on a floor with 2 girls on a coach. You have a very good idea that you can be with Lily and Debbie at the same time. We have no clue what impacts our choices had if we wanted to so Lily or Debbie. That's a large part of the issue that is bothering some people.
 
Last edited:

Draon79

Active Member
Oct 28, 2018
563
911
279
Wait, so the girls drink your booze and "if you are on solo path and blow lid off it" they cuss you out and kick you out of your beach house and that is fine with you? I have paid a taxi to come pick a few up from my place after being asses and blaming me for stuff, the next day they said sorry because they were in the wrong and we are still friends today. I know Katie attitude it won't fly but that is why I don't chase her ever. All I'm saying is they have houses all so and they are the ones causing the problems. Also mc has a beach house time to move out anyway!
Sometimes you have to be the bigger man in that kind of situation to save relationships, regardless of who's path you are on in this situation sending them all away drunk at night even in a cab would hurt any relationship.
 

MrFriendly

Officially Dead Inside
Donor
Feb 23, 2020
5,877
14,492
859
You don't have permission to view the spoiler content. Log in or register now.
Really? I’d be fine with all of them getting down and dirty on my Monica only playthrough. If I’m not involved with any of them then they should be fucking without my MC there. I hope that those of us playing solo LI routes don’t have to sit and watch three women fuck each other for it to happen.

This is the reason I chose to skip this update, too much focus on one scene that some of us don’t care about - three LI out of 12 (?) taking up an entire update with a single sex scene. Just frustrating...
 

Cigar-Ferras

Well-Known Member
Jan 22, 2019
1,089
2,779
457
Really? I’d be fine with all of them getting down and dirty on my Monica only playthrough. If I’m not involved with any of them then they should be fucking without my MC there. I hope that those of us playing solo LI routes don’t have to sit and watch three women fuck each other for it to happen.
Nah, I doubt it. You have to be on the Katie route to get her interested in anything lesbian related. If you are not interested in any of those 3 I don't think you'll be forced into something once 19 is fully finished. You may still be able to help Debbie get with Lily if you are ok with that but I doubt in that scenario they'd put on a show for you, especially if you haven't been pursuing any of them.
(y)
 

MrFriendly

Officially Dead Inside
Donor
Feb 23, 2020
5,877
14,492
859
Nah, I doubt it. You have to be on the Katie route to get her interested in anything lesbian related. If you are not interested in any of those 3 I don't think you'll be forced into something once 19 is fully finished. You may still be able to help Debbie get with Lily if you are ok with that but I doubt in that scenario they'd put on a show for you, especially if you haven't been pursuing any of them.
(y)
Just weird to think that three people won't be sexual together unless the MC is there. Sex should happen without the MC being present. Katie could decide to experiment with her two best friends, a little alcohol, naked hotness, and a completely private beach house can lead to a lot of things.

I want Debbie and Lily to be happy together but I don't feel that the MC should be required to participate for the two of them to get together.

Overall just unhappy to see an update devoted to one scene that, it seems, many people aren't thrilled with due to how it is handled. Of course it is a beta so it can be changed. For me I think it is a waste of an update to have this 1 giant sex scene.
 

ename144

Engaged Member
Sep 20, 2018
3,739
15,524
681
I totally understand and agree that IRL those things would need a bit more consideration. But getting the chance to see that unfold in a game, in a fantasy, and then complaining because you want to stay true and exclusive with your one love, kinda baffles me personally. But then there's also people who when playing a video game choose to play The Sims, where you have to go to work, do the dishes, clean the house, etc. so each to their own I guess :)
I think the problem comes down to expectations. We specifically get the chance to express interest in the girls individually, so we assume those choices can matter for those of us who like monogamy. Likewise, we get no option to just flat refuse to invite all three girls to the house, so we assume that the game isn't going to exploit that forced choice to impose an unwanted group encounter on us.

That was certainly my expectation, anyway. I figured the sleepover would just be short and anti-climactic (pun not intended) if we picked only one girl and no sharing. The MC would express his concerns when the time came and (depending on his choices) either his relationship would break up or the Debbie/Lily pairing would never happen and everyone would move on as best they could (with an appropriate level of fallout).

It never occurred to me that preventing unwanted group sex would be so convoluted, or that the fallout to the rejection would not be addressed within the episode. Given that the next episode sounds like it's focused elsewhere, we may not get the resolution for a while. I fear leaving all these wounds to fester that way would be an extremely bad idea.

In other (better) words...

To me, like others it just felt too forced. You are forced to be a dick in order to keep Lily, you can't have a solo relationship with Lily and a friendship with Debbie in tact. Actions have consequences, I get Debbie being pissed at you if you interrupt, but why do you have to Sabotage? Why can't a lily pure path turn her down completely all on her own? Why do you have to interject? Why if you don't interject are you okay with being so casually tossed to the side?

The answer is simple and was said many times. This update was fan service. It was ment for 3 some and 4 some paths. If you want to keep your relationships in tact you just gotta leave first chance you get. According to Dev this prevents anything else from happening with the exception of Debbie confessing her feelings to Lily, what impact that will have? Who knows really.

So does it make sense that nothing else happens if you leave? Well I'm going to go out of my way and look at it from another perspective. Yes and No.

No because if your present they are all but ready to jump each others bones and have that first experience.

Yes because you are kind of what holds the whole thing together. Is Debbie as Exciting to Lily when you aren't there? Will you not being there changes the mood, all of these girls do look up to you and enjoy your company and Debbie. Would Lily even allow things to progress with Debbie without considering how you feel first? Again I really don't think so.

So I can see how MC leaving ruins the mood for the girls. So how about the players perspective?
There are plenty of people who don't care, they made that very clear. It's game your a baby blah blah blah. But some of us do care and from where it stands this entire Scene is good. IF you are going for a Katie path,, a Debbie, Lily and Katie path, or if you are going for a Debbie, Lily path, but this scene isn't good for anyone who wants to go a Lily solo path or a Debbie Solo path.

Now to be fair, the Devs did say that they have only really worked on the sharing scenes and mentioned that the rest are still a work in progress. This is a Beta after all and they are kind of testing the waters. Seeing what works and what doesn't. I really don't believe we came all of this way just to end things badly. Truth is Ace has said several times there will be solo endings for everyone in this group. He also said that the Solo paths are a work in progress, as in some changes might actually happen to some of the current scenes. We might be given more options or things might change from how they are now currently. It isn't done yet. This is a great game so while I'm disappointed in how this beta version has turned out, I understand that it isn't the completed project and my tastes where not the focus of this update, this update was focused on people who wanted Katie and friends sharing paths, not solo paths.

So the last bit I think is worth mentioning is again focusing on some of the players perspective. I think it's the anxiety of the update ending where it does the next day without a bit of closure. People who wanted 2 or 3 girls know where their relationships stand. However if you were pursuing Debbie or Lily you aren't really sure where things stand and as it is currently unless it gets mentioned later that this is changing, we won't get that closure until episode 20, a cliffhanger for a small part of the audience that doesn't really exist for everyone else. Lastly to everyone who is saying "you get a 3 some or a 4 some, quit complaining" you clearly don't understand that not everyone wanted to go that path. Or that are saying "Debbie has been telling you that she's interested in Lily this whole time why are you surprised?" Again you lack understanding or reading comprehension pick one of your liking. We aren't surprised and frankly on my other playthroughs I don't even care and support the entire thing. What bothers me is you can stop it one of two ways, by being a dick or leaving right away, yet we have no idea what the consequences of either of those actions are. Everyone else knows you wake up in a bed with 3 women relationships in tact or on a floor with 2 girls on a coach. You have a very good idea that you can be with Lily and Debbie at the same time. We have no clue what impacts our choices had if we wanted to so Lily or Debbie. That's a large part of the issue that is bothering some people.
This.
 
4.30 star(s) 336 Votes