Master Alaric

Member
Jul 12, 2018
122
108
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Possible infinite loop.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "screens.rpyc", line 871, in script
File "D:\Downloads\16 Years Later\renpy\execution.py", line 61, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.4.24010101+nightly
16 years later! episode14romance
Tue Jan 14 03:14:08 2025
 

Ystrak

New Member
Jan 11, 2020
1
0
Hey people, I have a question about the plot, I just met Barbara.

If I remember correctly (but I can be wrong), MC meet his wife and have 3 daughters AFTER leaving the orphanage.

So, if he and Barbara's mother left the orphanage around the same time, Barbara was conceived BEFORE the 3 daughters.

Then, she CAN'T be younger than them.

So, am I missing something there? Did I read something wrong?

Thanks all

Edit : anyway for Barbara to be his daughter AND younger than the other three, he would have to had sex with her mother AFTER having 3 childs, while still in the orphanage. It doesn't make any sense. "So she's not his daughter", yeah but why are they having doubts then? They don't know how to make basic calculus?

I mean, it seems to be such an immense mistake in the plot that I can't even continue the game for now, I can't wrap my head around this.
 
Last edited:

Grizloy

Member
May 3, 2019
281
554
Hey people, I have a question about the plot, I just met Barbara.

If I remember correctly (but I can be wrong), MC meet his wife and have 3 daughters AFTER leaving the orphanage.

So, if he and Barbara's mother left the orphanage around the same time, Barbara was conceived BEFORE the 3 daughters.

Then, she CAN'T be younger than them.

So, am I missing something there? Did I read something wrong?

Thanks all

Edit : anyway for Barbara to be his daughter AND younger than the other three, he would have to had sex with her mother AFTER having 3 childs, while still in the orphanage. It doesn't make any sense. "So she's not his daughter", yeah but why are they having doubts then? They don't know how to make basic calculus?

I mean, it seems to be such an immense mistake in the plot that I can't even continue the game for now, I can't wrap my head around this.
The best explanation I can come up with is that this storyline was made for the non-incest version, where three not-daughters (or at least two of them) were already there by the time MC met their mother/his wife. Doesn't explains why he looks so old though (he looks to be in his 50's, while for Barbara's story to make sense he still should be in his late 30's). Or maybe there's some time-traveling or time-compression involved; actually pretty believable theory, considering the pacing of the story - just in one day MC:
- goes swimming with Hanna and Felicia;
- goes on a date with advocate's daughter (forgot her name);
- relaxes at the pool with Felicia and her friend (forgot her name);
- goes on a date with Hanna;
- spends some time on sleep-cuddling with Felicia;
- visits Petra;
- goes to cafe to meet Felicia and her firend;
- goes on a ruined date where his must choose between ruining his relationship with Chloe to get laid or humiliate a completely innocent girl and make out with his bratty daughter (and that is without mentioning small details like talking with Barbara etc.).
Even a teenager overstacked with energy drinks would be dead-tired from such experience in a single day, but our old man seems perfectly fine and relaxed.
 

Macinnes

Active Member
Feb 19, 2020
852
864
The best explanation I can come up with is that this storyline was made for the non-incest version, where three not-daughters (or at least two of them) were already there by the time MC met their mother/his wife. Doesn't explains why he looks so old though (he looks to be in his 50's, while for Barbara's story to make sense he still should be in his late 30's). Or maybe there's some time-traveling or time-compression involved; actually pretty believable theory, considering the pacing of the story - just in one day MC:
- goes swimming with Hanna and Felicia;
- goes on a date with advocate's daughter (forgot her name);
- relaxes at the pool with Felicia and her friend (forgot her name);
- goes on a date with Hanna;
- spends some time on sleep-cuddling with Felicia;
- visits Petra;
- goes to cafe to meet Felicia and her firend;
- goes on a ruined date where his must choose between ruining his relationship with Chloe to get laid or humiliate a completely innocent girl and make out with his bratty daughter (and that is without mentioning small details like talking with Barbara etc.).
Even a teenager overstacked with energy drinks would be dead-tired from such experience in a single day, but our old man seems perfectly fine and relaxed.
The plot only makes sense with incest otherwise why would he go to see the girls after prison? Also, why would they miss him so if he was not their father? Barbara's story is plausible if he did have a drunken fling with Karen in the orphanage. The model for the MC is pretty ugly I agree. What really bugs me about Barbara is all the moral hand wringing about creeping on her because she "may" be his daughter while he's already going full on with his daughter. It's hypocritical. Speaking of the writing the grammar for the English translation is really bad at times. I find myself having to translate the nonsensical sentence structure in my head as I read. As I am reading, as you mentioned, it's only been 12 days game time when it feels like it should be two months or more. Porn logic I guess...
 
  • Like
Reactions: Silentdeath8

jI11jaCksjAkk

Active Member
Jun 26, 2023
977
1,952
is there any way to just get the ipatch for ep-14 until then? as the other patch is outdated.
Selectively deleting the part of the Quote that answers your question - just not to your satisfaction - doesn't change the fact that he has already made clear when the patch will be updated. Jesus.
 

dluser

Active Member
Apr 23, 2024
613
466
is there any way to just get the ipatch for ep-14 until then? as the other patch is outdated.
11-January-2025:
Today's release has the Read Mode "Romance" path only. The Read Mode "Rude" path will be in the full release.

And while the Game Mode files (which is what I modify for the walkthrough) appear to be updated, I cannot be sure some of those files will have bugfixes or other content added in the full version release.

For the above reasons, the mod will be updated when the FULL version 14 is released. (I am unsure when the full version will get here, but the consensus is that it should be within the next 2 weeks.)
 

JGNeon

Active Member
Modder
Feb 24, 2021
811
4,175
Honestly, as a programmer myself, I don't know why some devs who has a "game/VN mode" and a "read/KN mode" has to provide completely separate script files.

It could easily be solved by setting a flag like "readmode" (and possible add on another variable for the path type chosen, like "romancepath"), and when the script comes to a choice, it will check for this flag. If set to true, the choice will be automatically selected and jumped to.

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

This would make things much easier to maintain, and there would only be one set of files to work with.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,652
209,789
Honestly, as a programmer myself, I don't know why some devs who has a "game/VN mode" and a "read/KN mode" has to provide completely separate script files.

It could easily be solved by setting a flag like "readmode" (and possible add on another variable for the path type chosen, like "romancepath"), and when the script comes to a choice, it will check for this flag. If set to true, the choice will be automatically selected and jumped to.

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

This would make things much easier to maintain, and there would only be one set of files to work with.
Maybe that is just how the dev started it out and doesn't know any better or wants that way. No way to really know. Don't think the dev is here, so it would be best to give that advice to them on SS/Discord.
 
3.70 star(s) 81 Votes