3.60 star(s) 32 Votes

ffive

Devoted Member
Jun 19, 2022
9,925
24,548
812
rpyc files generated automatically. script should work. so if the values of the variables are exactly like that, then Harry should have invited Ginny. can you send us a save file with this behavior?
Yeah, the attached file is from the beginning of dance sequence, the pair lineup happens after a few lines. I'll try to grab the game from another mirror and see if it changes anything in the meantime.

edit: downloaded the file from MEGA this time, did a clean unpack so there's no remaining files possibly getting in the way. Loaded the save, same behavior i.e. Harry is missing from the lineup and game shows Ron/Hermione as the first pair.
 
Last edited:

GCStudio

Active Member
Game Developer
Oct 21, 2016
631
1,377
361
Yeah, the attached file is from the beginning of dance sequence, the pair lineup happens after a few lines. I'll try to grab the game from another mirror and see if it changes anything in the meantime.

edit: downloaded the file from MEGA this time, did a clean unpack so there's no remaining files possibly getting in the way. Loaded the save, same behavior i.e. Harry is missing from the lineup and game shows Ron/Hermione as the first pair.
This is an error in the code, corrected, thanks for the message. This is exactly what I was talking about when I asked you to report oddities and illogicalities.
After the error was corrected, Harry invited Ginny and a threesome in the Owlery with them available
 
  • Like
Reactions: ffive

ffive

Devoted Member
Jun 19, 2022
9,925
24,548
812
This is an error in the code, corrected, thanks for the message.
Yeah, i've overlooked initially too that those nested relationship level checks effectively prevent checking the remaining ROs, if it gets to the relationship level check in a branch and fails there. Glad it's resolved and good luck with the game.
 

ffive

Devoted Member
Jun 19, 2022
9,925
24,548
812
Not 100% sure if i read it right, but
Python:
label quest32_01:
//...
    $ jwfuta = False
    if quest29==2 and player.sex == "female":
        $ jwc.vaginal = True
    else:
        $ jwc.vaginal = False
This bit flags Ginny who had her first sex with male MC during Quest 29 as still having her virginity, while having her first time with female MC flags her virginity as gone, which... is basically opposite how it happens in the game, because male MC certainly sticks his dick in her during Quest 29 date.

This removes certain text passages from the scene where female MC uses her brand new dick for the first time.
 

GCStudio

Active Member
Game Developer
Oct 21, 2016
631
1,377
361
Not 100% sure if i read it right, but
Python:
label quest32_01:
//...
    $ jwfuta = False
    if quest29==2 and player.sex == "female":
        $ jwc.vaginal = True
    else:
        $ jwc.vaginal = False
This bit flags Ginny who had her first sex with male MC during Quest 29 as still having her virginity, while having her first time with female MC flags her virginity as gone, which... is basically opposite how it happens in the game, because male MC certainly sticks his dick in her during Quest 29 date.

This removes certain text passages from the scene where female MC uses her brand new dick for the first time.
We will check it, thx
 

ffive

Devoted Member
Jun 19, 2022
9,925
24,548
812
I don't think that would be a good fit for this game.
There is a rape scene at the ball that can potentially play to conclusion if the MC doesn't interfere. Another character getting raped is a fixed plot point, and it can also happen to Ginny in certain scenarios. There's also a rape attempt during flying practice. Possibly more that i missed. So "not a good fit" doesn't have all that much leg to stand on.

Though i don't think the game "needs" more. But obviously, people are always going to request more of what they're into, so, well.
 

menatv

Active Member
Dec 6, 2019
937
1,028
327
I wouldnt mind some sort of non consent sex towards the MC (as I play a female) at some point. Maybe in the area of a charm spell which would make her consent where she otherwise wouldn't to someone. Or be blackmailed at some point.

But since the game is complete now, I guess all of that is moot.
 

ffive

Devoted Member
Jun 19, 2022
9,925
24,548
812
I wouldnt mind some sort of non consent sex towards the MC (as I play a female) at some point. Maybe in the area of a charm spell which would make her consent where she otherwise wouldn't to someone. Or be blackmailed at some point.
There's blackmail (Colin can do it if he gets his hands on MC's nude pictures), Draco can dominate unwilling MC with magical artifact, and you can get your ass fucked by an intelligent plant when you never consented to that part of a deal and MC makes it clear she doesn't want it.
 

menatv

Active Member
Dec 6, 2019
937
1,028
327
Yeah, I experienced that plant one. But somehow missed the other two. Thanks for the info.
 

GCStudio

Active Member
Game Developer
Oct 21, 2016
631
1,377
361
Keep in mind that the potential number of endings is very large, certainly more than a thousand. So we can’t say that this will be the final ending for the character.
 
3.60 star(s) 32 Votes