4.00 star(s) 59 Votes

Old Dog

Board Buff
Donor
Jul 20, 2017
17,274
107,704
1,068
:WaitWhat:

i have seen a flasback scene where wanda is on the phone where young nicole is planning to, i assume confess her love to young wanda but i have never seen a scene like this :HideThePain:

is my game fucked due to me trying to play this like a harem game or what :KEK:

guess im gonna go ahead and try to ignore everyone except faye to see if i would finally get her new damn scene..
Gene/faye route only split reecently but so far Lois/Caveman and Gene/faye cannot be on the same save but I have a feeling that the coding is fucked up.
 
  • Wow
Reactions: Alea iacta est

Mr.d00M

Newbie
May 26, 2024
54
87
104
Really something is off with the update or just maybe we could only choose one path, not sure? When I opened my old saves i could get Faye/Wanda and Gene/Wanda path/scene separately, but I just installed updated KoGa3 mod, i wanted to see new Terrance scene, but this time i could not get into any path for Faye/Wanda and Gene/Wanda scene.
 

Old Dog

Board Buff
Donor
Jul 20, 2017
17,274
107,704
1,068
Really something is off with the update or just maybe we could only choose one path, not sure? When I opened my old saves i could get Faye/Wanda and Gene/Wanda path/scene separately, but I just installed updated KoGa3 mod, i wanted to see new Terrance scene, but this time i could not get into any path for Faye/Wanda and Gene/Wanda scene.
This is the warning that I got concerning the Gene path.
1752239992507.png
1752240056102.png
 
  • Like
Reactions: Alea iacta est

Alea iacta est

Engaged Member
Nov 16, 2019
2,588
6,524
698
Same here.

I really don't get the need of those permutations that void each other.

I mean, apart few individuals, we all want to see all the art produced by the artist without having the need to hang different saves for each different journeys.
 
  • Like
Reactions: Old Dog

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,610
1,124
327
I'm wondering if it's a coding issue as well though, because unless it's just been decided with this update, Gene and Faye should both be available on the same path (the coding does suggest this), but you can only play one of their scenes here. Perhaps the same coding error (if it is an error) is the one that prevents the Gene scene after the Terrance one?[/ISPOILER]
I agree, it feels like a bug indeed. If your playthrough causes you to end up in the label _8_3_5_wf_clean_fg_2 then there's a bunch of code you'll only get to see if you choose to "walk away from it all". Considering the label name it would suggest you would be able to get both scenes. More so because there's also a _8_3_5_wf_clean_g_2 label, and although it shows different scenes leading to the exact same menu with the walk away choice, it doesn't have the Faye part when choosing the "walk away..." option...

But this is just guessing on my part. But considering the label name differences it feels like this is a bug. Otherwise, if it was meant to only get the Faye scene, the label name probably would have reflected that, just like with the 'Gene only' version. It just doesn't feel right to have an either/or outcome if one of the outcomes already exists on a different path.
Even weirder, that same menu in the _8_3_5_wf_clean_fg_2 label is itself in an embedded label block, which is jumped to from three other locations, controled by a two step if test
Code:
if gene_wrong_8_3_8:
    if gen >= 8 and faye_path:
So why bother testing relation points with Gene if that part is meant to only end up in the Faye scene if you don't follow up on your previous choices relating to Gene...

On the other hand, it would present a timing problem, seeing how both scenes progress/end. Still, it just feels like switching from one path (Fay only) to another path (Gene only) when you're already on Faye's path.

NOTE: I just looked through the non-patch code, but since the patch version only changes relations, I'm pretty sure it's the same there.
 
Last edited:

Acsuka

Engaged Member
Mar 25, 2023
2,531
5,757
612
I hope for some kind of confrontation betwen Caveman/Gene and maybe even lois/faye but caveman and Gene both treat Wanda differently so are there paths Compatible?
I don't know the answer to the first option, because in my Gene route I only saw the "caveman" in the first episode of the game and never since... None of my routes include the guy, nor any other male characters... The second question could be interesting if the two girls find out about their relationship with Wanda... It would be a logical step for me if they were jealous of each other and competed for Wanda. The second option, which promises a small chance that they will accept each other and there will be a "love triangle".
 
  • Like
Reactions: Old Dog

Old Dog

Board Buff
Donor
Jul 20, 2017
17,274
107,704
1,068
I don't know the answer to the first option, because in my Gene route I only saw the "caveman" in the first episode of the game and never since... None of my routes include the guy, nor any other male characters... The second question could be interesting if the two girls find out about their relationship with Wanda... It would be a logical step for me if they were jealous of each other and competed for Wanda. The second option, which promises a small chance that they will accept each other and there will be a "love triangle".
Nicoles reaction to all of this could prove interesting and Lois could be a darkone.
 
Last edited:
  • Like
Reactions: Acsuka

ddf

Active Member
Jun 27, 2017
714
401
294
In the new update you get a very hot scene, but i believe if you choose Terrance to not answer the phone when Wanda called, game put of you off both Wanda/Faye and Wanda/Gene scene or path.

I tried a few times and all worked for me but separately.
The choice is actually whether Terence was punished alone or with everyone earlier in the detention.
 
  • Like
Reactions: Old Dog

FaceCrap

Ghost of torrents passed
Donor
Oct 1, 2020
1,610
1,124
327
Update...
I found something in the code that doesn't make sense and which might explain something.

Now, I haven't tried to find out what happens if I change these jumps and add the corresponding suffix, but it looks like it would allow to get both the Gene and Faye scenes...

The same code appears in the patch, that is with the exception of the last statement, but oddly enough, in the wincest version these labels DO exist.
Python:
label _8_4_2_end_clean:

    if gene_stay_8_4_0:
        jump _8_5_gene_stay_here # <- label does not exist in clean version

    if gene_elsewhere_8_4_0:
        jump _8_5_gene_somewhere_else # <- label does not exist in clean version

    if tone_down_8_3 or take_over_8_3:
        jump _8_5_faye_path_clean

    if terrance_8_3_4 != "":
        jump _8_5_terrance_cont # <- label does not exist in clean version

    jump _8_5_0_end_clean
Last line in the Wincest version
Python:
    jump _8_5_0_end_wincest
 
Last edited:
  • Like
Reactions: Old Dog

bosspigs

Newbie
Sep 30, 2020
21
36
178
I really like this game, I've been playing it since the beginning, but damn, what a mess. I don't like Terence, I think he's a real jerk, but I respect those who enjoy this path in the story. My thing is just with the taboo and something that can be interesting as Wanda's coworker. I played this last update and why do you have to choose between her having a relationship with her son or her daughter??? Damn dev, don't fuck around.
 

Awagn

New Member
May 19, 2025
1
0
20
i dont usually have to ask for guidance on VN's, but jesus fucking christ how am i able to get the new faye scene? i have ran through the game like 15 times, trying different stuff while going for lois faye and nicole, with janet route on and off and every goddamn time, mine ends at part where i get the decision to involve the father or not and that's the end, aka the end of the previous update..

and yes i try to play by pure lesbian route. i tried once including gene and i immediately got the new gene scene so what in the crap am i doing wrong with faye?

and someone mentioned there was new nicole stuff as well but i haven't seen anyone else mention anything about that so is there anything new supposed be with nicole too or nah?
It's completely counter-intuitive, but if you choose to involve the father, Wanda actually goes to the glamour shoot (and there's literally no sign of the father, not his name, not any line of text from him, so perhaps something is not working here?).

At the shoot, Wanda basically pervs on Faye and rushes off, but Faye intercepts her and the scene goes from there. From the v0.10 walkthrough it seems like this was already in the game in the previous update, so perhaps you're not referring to this scene.

And I have encountered a bug in the scene:
You don't have permission to view the spoiler content. Log in or register now.
 
4.00 star(s) 59 Votes