VN Ren'Py Reclaiming the Lost [v0.10] [Passion Portal]

4.10 star(s) 68 Votes

cooldevo

Active Member
Jan 30, 2021
852
982
So I'm a bit confused with the logic in a couple of the scenes. Did I miss something in the story somehwere?
  • When Emily takes you to sneak into the building for therapy, after getting out there is no way to avoid kissing her. Even if you aren't on her path. Is that intended?
  • When visiting Bob and Evelyn to watch the game near the end of the current content, on every path, the MC has sex with Evelyn. On her path it makes sense, but for every other path there's nothing and then boom things go from zero to 100.


Also, at the new apartment when you bring Grace home, and are on her path, you end up at this scene/choice:
You don't have permission to view the spoiler content. Log in or register now.

Both take you to the same label for "Take Control".

Python:
menu:
    "Take control.\n({color=[mmcolor]}Passion{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Submission{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Love{/color} {color=[gdcolor]}-1{/color})":
        $ mm_love -= 1
        $ mm_passion += 1
        $ mm_submission += 1
        jump new_home_grace_1
    "Support her.\n({color=[mmcolor]}Love{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Friendship{/color} {color=[gdcolor]}+1{/color})":
        $ mm_love += 1
        $ mm_friendship += 1
        jump new_home_grace_1
The jump for "Support her" should go to label "new_home_grace_2" instead of "new_home_grace_1"
 
  • Like
Reactions: hoodie13

tckntckn

Newbie
Aug 11, 2023
25
15
So I'm a bit confused with the logic in a couple of the scenes. Did I miss something in the story somehwere?
  • When Emily takes you to sneak into the building for therapy, after getting out there is no way to avoid kissing her. Even if you aren't on her path. Is that intended?
  • When visiting Bob and Evelyn to watch the game near the end of the current content, on every path, the MC has sex with Evelyn. On her path it makes sense, but for every other path there's nothing and then boom things go from zero to 100.


Also, at the new apartment when you bring Grace home, and are on her path, you end up at this scene/choice:
You don't have permission to view the spoiler content. Log in or register now.

Both take you to the same label for "Take Control".

Python:
menu:
    "Take control.\n({color=[mmcolor]}Passion{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Submission{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Love{/color} {color=[gdcolor]}-1{/color})":
        $ mm_love -= 1
        $ mm_passion += 1
        $ mm_submission += 1
        jump new_home_grace_1
    "Support her.\n({color=[mmcolor]}Love{/color} {color=[gdcolor]}+1{/color}, {color=[mmcolor]}Friendship{/color} {color=[gdcolor]}+1{/color})":
        $ mm_love += 1
        $ mm_friendship += 1
        jump new_home_grace_1
The jump for "Support her" should go to label "new_home_grace_2" instead of "new_home_grace_1"
bug
 

RoadWulf

Forum Fanatic
Nov 18, 2018
4,137
8,259
Ok, so I'm not the only one who got the Grace and Evelyn bugs.
I'll have to save my "Love" playthrough until they're fixed.

Passion Portal definitely needs some playtesters.

Also the Olivia rework is better, especially because it's pretty clear who she is.
 
Last edited:

Tatsuya2022

Member
Apr 5, 2023
487
766
nope so far the last 2 updates had been for most of it bait .... guess he will keep adding more side chars as these devs like to do ... when they should focus on the main lis and do a decent developement of they but ew .... nothing new it will no be the first or the last dev to do that ... enjoy your side chars
 

NukaCola

Forum Fanatic
Jul 1, 2017
4,063
4,846
Are there any actual sex scenes? I know there is a vagina sex tag but I never see any in my playthrough.
 

xfam0us

Member
Mar 23, 2018
108
148
Just trying out the game for the first time, why is every single sentence starting and ending with ""? it bugs me way more than it should...
 
4.10 star(s) 68 Votes