AdamBender

Newbie
Jun 3, 2018
89
17
70
I understand... read exactly what I type... Give her the suction cups, without exiting the screen "speak" to her again, then exit the screen, exit the lab and don't return until the NEXT DAY.... do something else, anything... don't go back to the lab until the next day. Your next post will be much different than what you just posted. Do just what I said and report back.
Thank you. I had to repeat your steps for 2 days before it triggered the Surplee cravings. Once again, thanks! :)
 
  • Like
Reactions: Sancho1969

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,514
892
Thank you. I had to repeat your steps for 2 days before it triggered the Surplee cravings. Once again, thanks! :)
Like I said, I know what I'm trying to say sounds stupid or irrational but that's how it currently works... i just mod 'em, I don't make 'em.
 

Netgear

Active Member
Jul 25, 2018
763
853
278
how do i get that syringe, from what i read, it seem from Moe, but how ??????????????

P.S. A mod or walkthrough would certainly be of help for this game.
 

M00nWraith

Newbie
Mar 17, 2022
63
39
132
Did the quest with Beatrice, and went with the "good karma" approach, got her to ease up, and laugh and when she says she is ready, went for the filming part. But then the game turned, like i had done the "Bad karma" route? Is the good route not ready yet or did i miss something?
 

Lolicon Kami

Well-Known Member
Nov 3, 2019
1,758
2,409
468
Did the quest with Beatrice, and went with the "good karma" approach, got her to ease up, and laugh and when she says she is ready, went for the filming part. But then the game turned, like i had done the "Bad karma" route? Is the good route not ready yet or did i miss something?
Good route not ready yet. I had the same problem :rolleyes:
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,514
892
Hey folks. I'm back at it after yet another VN update kept me busy for a couple days (it's currently in front of my sig's update list). I'm coding out Beatrice and Sophia events and ran into this screen choice layout. WTF? Is this a known issue with two exact choices that are coded the same exact way? Sure, there's slightly different dialogue in the two but it's nothing really, so it wasn't a copy/paste bork by the dev... it appears intentional which makes absolutely no sense at all:
1665784935048.png
Python:
menu:
    "Continue the game.":
        scene bg black with fade
        ...
        scene sophiarep_lr_40 with fade
        call screen SophiaLr_JoinGame with dissolve
    "Rub her pussy.":
        ...
        menu:
            "Pull Panties to the side":
                ...
            "Continue the game.":
                ...
    "Continue the game.":
        scene bg black with fade
        ...
        scene sophiarep_lr_40 with fade
        call screen SophiaLr_JoinGame with dissolve
Think I'll try a modded rerun as well 'cause of being stuck at the prolonged nightly Catherine fuckfest.
I reckon I can help you with that real quick without being too confusing. If you are referencing Cat's nightly (it becomes optional later and not mandatory) then after you've done it the first time it sets a flag for "SophiaEvent" to continue progress. So let's treat that separately to explain... 1) the actual game progress and 2) the optional repeatable scene

1) Game progress: Once you've done Cat once (either Dom or Sub doesn't matter, pick your favorite) then a flag is set to continue the "SophiaEvent". At this point the next time you go to the Living Room in the morning it triggers Tim & Tom "Burglar Bros" scene then so on.

2) Game repeatable: Once you've done Cat once her scene becomes a "repeatable", meaning you can grind relp, etc up to a certain point. This particular repeatable has a maximum of Cat karma 16. Once 16 or more is achieved then it's simply a repeatable for the fuck of it, nothing else.

Make sense?

Edit: FWIW I've accounted for these "repeatable" events in the mod's code. They are marked as "Optional" and are colored differently than the standard tasks/info text:
1665794189373.png
 
Last edited:
  • Like
Reactions: pablo_honey1

pablo_honey1

New Member
Sep 18, 2021
9
4
38
Hey folks. I'm back at it after yet another VN update kept me busy for a couple days (it's currently in front of my sig's update list). I'm coding out Beatrice and Sophia events and ran into this screen choice layout. WTF? Is this a known issue with two exact choices that are coded the same exact way? Sure, there's slightly different dialogue in the two but it's nothing really, so it wasn't a cut/paste bork by the dev... it appears intentional which makes absolutely no sense at all:
Python:
menu:
    "Continue the game.":
        scene bg black with fade
        ...
        scene sophiarep_lr_40 with fade
        call screen SophiaLr_JoinGame with dissolve
    "Rub her pussy.":
        ...
        menu:
            "Pull Panties to the side":
                ...
            "Continue the game.":
                ...
    "Continue the game.":
        scene bg black with fade
        ...
        scene sophiarep_lr_40 with fade
        call screen SophiaLr_JoinGame with dissolve
I noticed that too and can only assume it's mistake by the dev.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,514
892
Did the quest with Beatrice, and went with the "good karma" approach, got her to ease up, and laugh and when she says she is ready, went for the filming part. But then the game turned, like i had done the "Bad karma" route? Is the good route not ready yet or did i miss something?
Good route not ready yet. I had the same problem :rolleyes:
FWIW, there's absolutely no karma check for B during the filming scene. It's just that scene then her event progresses forward. There's no layup in the code unless the dev completely changes that event segment which means folks would have to replay half of B's event. I'm not saying it's not possible but for a dev to do that over the course of several events that are already established then we are all fucked with this VN... and I would have wasted more hours than I can recall getting this far with the mod port. Now you've got me nervous...

I noticed that too and can only assume it's mistake by the dev.
It's very odd though... the dialogue within each of those choices is a few sentences worth of difference but the result is identical. Definitely a headscratcher.
 
4.10 star(s) 173 Votes