Create and Fuck your AI Cum Slut -70% Summer Sale
x
4.00 star(s) 10 Votes

MCVisualNovels

Member
Game Developer
May 11, 2024
233
515
I probably should have played this all in one sitting instead of two but in ep 3, the MC mentions a date with Francesca. This is fine except I don't think I actually scheduled that date. It would have been when we walked her home, right? I remember not saying anything and the MC thinking that he missed his chance, again (I also didn't kiss her in the first meeting). This is my Sadie/extrovert playthrough and I've actively tried to deny/avoid Francesca at every chance.

If I'm crazy and they are talking about something else, I don't mind being wrong (again).
You're right, just checked the code and looks like I forgot to call the variable that checks whether MC asked Francesca out in Episode 2. Thanks for catching that!
 
  • Like
Reactions: jadepaladin

jadepaladin

Well-Known Member
Mar 9, 2020
1,762
3,626
I ran into another issue (I promise I'm not looking for these on purpose). This one seems serious as it stopped me from playing.

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

MCVisualNovels

Member
Game Developer
May 11, 2024
233
515
I ran into another issue (I promise I'm not looking for these on purpose). This one seems serious as it stopped me from playing.

You don't have permission to view the spoiler content. Log in or register now.
I've seen others run into this bug too, but I still don't fully understand it. Looking at the code, there's nothing that should send the player back to the main menu or into free roam at that point. I've tried multiple times to replicate the issue myself, but no luck so far.

My theory is that Ren'Py might be using some older or cached code that's causing these unexpected behaviors. Right after the Sadie scene, the logic is straightforward: if you have enough points with Tracy, it jumps to her scene, if not, it moves on to the next one. The part where it suddenly jumps to free roam is the most confusing, because that really shouldn't happen based on the current code.

I've since upgraded to the most recent version of Ren'Py, so hopefully that resolves any compilation issues like this.
 

jadepaladin

Well-Known Member
Mar 9, 2020
1,762
3,626
I've seen others run into this bug too, but I still don't fully understand it. Looking at the code, there's nothing that should send the player back to the main menu or into free roam at that point. I've tried multiple times to replicate the issue myself, but no luck so far.

My theory is that Ren'Py might be using some older or cached code that's causing these unexpected behaviors. Right after the Sadie scene, the logic is straightforward: if you have enough points with Tracy, it jumps to her scene, if not, it moves on to the next one. The part where it suddenly jumps to free roam is the most confusing, because that really shouldn't happen based on the current code.

I've since upgraded to the most recent version of Ren'Py, so hopefully that resolves any compilation issues like this.
Oh yikes. Hmm. Taking a stab at this, I don't have many Tracy points.

When I check the condition of the branch, it just checks my affinity but normally that's been dialogue only changes a lot. So in my case, I have affinity over 0, which meets the condition, then checks for Tracy stuff, of which I have none of those, and it can't jump to e3s23 (which I assume is a Tracy scene), but it also can't jump to e3s24 since I met the earlier condition of having positive affinity.

I could try digging deeper but looking into Renpy code to troubleshoot isn't my forte.
 

MCVisualNovels

Member
Game Developer
May 11, 2024
233
515
Oh yikes. Hmm. Taking a stab at this, I don't have many Tracy points.

When I check the condition of the branch, it just checks my affinity but normally that's been dialogue only changes a lot. So in my case, I have affinity over 0, which meets the condition, then checks for Tracy stuff, of which I have none of those, and it can't jump to e3s23 (which I assume is a Tracy scene), but it also can't jump to e3s24 since I met the earlier condition of having positive affinity.

I could try digging deeper but looking into Renpy code to troubleshoot isn't my forte.
That actually makes a lot of sense and is probably the root of the problem. You're right, since the condition for affinity_spectrum is met, the else that comes after it doesn't get triggered. It would've worked as expected if affinity_spectrum had been included in the second condition that checks for Tracy. But because those conditions are separated, and one of them is already satisfied, it ends up throwing off the flow of the code.

This should fix the issue: I've added another else inside the affinity_spectrum > 0 block that sends the player to the next scene if they don't meet the criteria for Tracy.

Thanks for pointing that out, in the end it really was the code that was faulty, although a bit weird because some people didn't get this issue even though they were on the extroverted path (myself included).
 
  • Like
Reactions: jadepaladin

jadepaladin

Well-Known Member
Mar 9, 2020
1,762
3,626
That actually makes a lot of sense and is probably the root of the problem. You're right, since the condition for affinity_spectrum is met, the else that comes after it doesn't get triggered. It would've worked as expected if affinity_spectrum had been included in the second condition that checks for Tracy. But because those conditions are separated, and one of them is already satisfied, it ends up throwing off the flow of the code.

This should fix the issue: I've added another else inside the affinity_spectrum > 0 block that sends the player to the next scene if they don't meet the criteria for Tracy.

Thanks for pointing that out, in the end it really was the code that was faulty, although a bit weird because some people didn't get this issue even though they were on the extroverted path (myself included).
I think it's all related to what one has done with Tracy. If low affinity, doesn't matter since you skip the conditionals. If you're extroverted, you probably fucked Tracy at least once at some point and met the condition. I was trying to hardcore only chase Sadie on this route (though I let the Amber scene happen because I like her model), so I just happened to be an extrovert with no Tracy encounters.
 

MCVisualNovels

Member
Game Developer
May 11, 2024
233
515
I think it's all related to what one has done with Tracy. If low affinity, doesn't matter since you skip the conditionals. If you're extroverted, you probably fucked Tracy at least once at some point and met the condition. I was trying to hardcore only chase Sadie on this route (though I let the Amber scene happen because I like her model), so I just happened to be an extrovert with no Tracy encounters.
Yeah, that's probably the case. The issue should be fixed now, I really don't see how it could go wrong from here.
 

MCVisualNovels

Member
Game Developer
May 11, 2024
233
515


banner_patreon.png

Hey everyone! As a small thank-you for your amazing support, I'm going to include you in the game credits. If you were previously subbed and want to be included, just message me on Discord/Patreon with the email you used so I can verify it.

If you're currently a patron, you can vote in the designated post corresponding to your membership tier.

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



If you were subscribed to multiple membership tiers, the highest one will be used for the credits.
If at any point you'd like your name to be taken out from the game, message me on Discord/Patreon and I will remove it.
 
  • Like
Reactions: Mikedazz1
4.00 star(s) 10 Votes