TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
Yes, check page 108. It was me who reposted what I had previously posted about 20 pages prior to that.
Yep, I found it and posted it just a couple of posts up! I missed it when skimming originally as the list of steps I was looking for was in a quote.
For me now in chapter 7 at a given point this message appeared An exception has occurred and I don't know how to fix it.

When this happens in other games, I always click IGNORE and the game continues, but there is no such option in this specific case.
What point and what message comes with the exception? The only such one I can think of is where one path points you to "Epilogue" when it should be "epilogue" in lower case (I posted a fix for this one a maybe yesterday).
 

Marc9

Member
Jan 22, 2023
237
341
Yep, I found it and posted it just a couple of posts up! I missed it when skimming originally as the list of steps I was looking for was in a quote.

What point and what message comes with the exception? The only such one I can think of is where one path points you to "Epilogue" when it should be "epilogue" in lower case (I posted a fix for this one a maybe yesterday).
YES this is the epilogue problem and I can't fix it
 

asahibito

Well-Known Member
Modder
Jan 17, 2021
1,084
3,918
  • Heart
Reactions: plan r and Filipis

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
YES this is the epilogue problem and I can't fix it
It's an easy one, fortunately. As I said, I posted a fix for it previously:
I've corrected it in the file here. Drop this into the game folder and it should be all good to go. I would correct the "option46" coding error that makes it skip Emma's view on the cheating path as well, but I'm not actually sure what that should read in the code within the script file itself...
 

mikelinez

Member
May 11, 2017
163
98
BUG:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 24193, in script
    jump Epilogue
ScriptError: could not find label 'Epilogue'.

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

Full traceback:
  File "game/script.rpy", line 24193, in script
    jump Epilogue
  File "OneDrive\Documents\games\ExploringtheBigApple-Ep.7-pc\renpy\ast.py", line 1712, in execute
    rv = renpy.game.script.lookup(target)
  File "OneDrive\Documents\games\ExploringtheBigApple-Ep.7-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Epilogue'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Exploring the Big Apple Ep.7
Sat Apr  5 11:57:35 2025

amateur/home porn route
 

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
BUG:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 24193, in script
    jump Epilogue
ScriptError: could not find label 'Epilogue'.

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

Full traceback:
  File "game/script.rpy", line 24193, in script
    jump Epilogue
  File "OneDrive\Documents\games\ExploringtheBigApple-Ep.7-pc\renpy\ast.py", line 1712, in execute
    rv = renpy.game.script.lookup(target)
  File "OneDrive\Documents\games\ExploringtheBigApple-Ep.7-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Epilogue'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.6.25022803
Exploring the Big Apple Ep.7
Sat Apr  5 11:57:35 2025

amateur/home porn route
See my post a couple of posts before yours.
 

Macska123

Newbie
Jul 12, 2022
17
1
Hello! A few questions!? When Emma and Martin go to Steven's, is there any content that Steven or maybe someone else is in it or is it just the Martin scene? The other question is when Emma is with Bred Stoker, is there any content with him? Or is that all? Is that all the ntr content? Or maybe I missed something! Thanks for the answer!
 

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
Hello! A few questions!? When Emma and Martin go to Steven's, is there any content that Steven or maybe someone else is in it or is it just the Martin scene? The other question is when Emma is with Bred Stoker, is there any content with him? Or is that all? Is that all the ntr content? Or maybe I missed something! Thanks for the answer!
Other than the naked hottub, it's just the scene with Martin at his brother's (Steven's). At Stoker's, he tries to force himself on Emma, but is stopped, and that's all the "content" with him. When you say "is that all the ntr content?" do you just mean in those scenes? If so, yes. If you mean in the game as a whole, there is plenty more.
 

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
I played around with the script file again. I was going to tidy up all the endings so that you get Emma turning up to Matthew's late after Martin's visit, and stuff like that, but for a non-coder like myself, it was too much of a minefield!

Anyway, the attached script file fixes the "Epilogue" bug, and also adds in another check to change the "option46" flag back to false in Ep7, so those playing the cheating path from saves at the start of Ep7 will now be able to see Emma's perspective on her anniversary.

I think your options on the cheating path now are:
If cheating with Martin but not Matthew - scene will show Emma's perspective as Martin comes over for sex, but will miss Matthew's house because Emma was late.
If cheating with Martin and Matthew - scene will show Emma's perspective as she goes to Matthew's and has sex with him, nearly getting caught.
If cheating with Matthew but not Martin - I don't have a save to test this one, is it actually possible? I presume so, as there is content in the epilogue for it... Anyway, it should show Emma's perspective as she goes to Matthew's and has sex with him, nearly getting caught (then the epilogue will feature her actually getting caught with Matthew, on another occasion).

Drop the script.rpy file into your "game" folder and load the game and your save. I recommend making a backup of the existing script file just in case. I've tested this on my saves, but it's always recommended to be careful!
 

Macska123

Newbie
Jul 12, 2022
17
1
Other than the naked hottub, it's just the scene with Martin at his brother's (Steven's). At Stoker's, he tries to force himself on Emma, but is stopped, and that's all the "content" with him. When you say "is that all the ntr content?" do you just mean in those scenes? If so, yes. If you mean in the game as a whole, there is plenty more.
Thanks for the answer! Which route do you think has the most NTR content? So when you say there's a lot of NTR content, is there Bred Stoker content too? I've played it on a couple of routes but Emma always sends it!
 

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
Thanks for the answer! Which route do you think has the most NTR content? So when you say there's a lot of NTR content, is there Bred Stoker content too? I've played it on a couple of routes but Emma always sends it!
There is no Stoker content on any route/path, beyond him briefly (and unsuccessfully) trying to force himself on Emma.

The NTR content is almost exclusively with Martin, though there's a bit in the last chapter with Matthew too (a maximum of two sex scenes).

In terms of routes having more or less NTR content, it doesn't quite work that way. You have a vanilla (loyal) route, a cuck route, a sharing route, and a cheating route. In those last three, you have Martin and Matthew, and Matthew is optional (I don't know if Martin is optional, or if avoiding him only lands you on the vanilla path, since he is the catalyst for all of the non-vanilla stuff...)
 

Filipis

Well-Known Member
Nov 15, 2022
1,206
2,275
I played around with the script file again. I was going to tidy up all the endings so that you get Emma turning up to Matthew's late after Martin's visit, and stuff like that, but for a non-coder like myself, it was too much of a minefield!

Anyway, the attached script file fixes the "Epilogue" bug, and also adds in another check to change the "option46" flag back to false in Ep7, so those playing the cheating path from saves at the start of Ep7 will now be able to see Emma's perspective on her anniversary.

I think your options on the cheating path now are:
If cheating with Martin but not Matthew - scene will show Emma's perspective as Martin comes over for sex, but will miss Matthew's house because Emma was late.
If cheating with Martin and Matthew - scene will show Emma's perspective as she goes to Matthew's and has sex with him, nearly getting caught.
If cheating with Matthew but not Martin - I don't have a save to test this one, is it actually possible? I presume so, as there is content in the epilogue for it... Anyway, it should show Emma's perspective as she goes to Matthew's and has sex with him, nearly getting caught (then the epilogue will feature her actually getting caught with Matthew, on another occasion).

Drop the script.rpy file into your "game" folder and load the game and your save. I recommend making a backup of the existing script file just in case. I've tested this on my saves, but it's always recommended to be careful!
Lord's work you've done here, lad.

Let's hope such interventions are never again necessary.
 
  • Like
Reactions: curioushub

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
Lord's work you've done here, lad.

Let's hope such interventions are never again necessary.
Cheers! I originally did more - adding Emma turning up late to Matthew's because she was bouncing on Martin, and a choice to show both Martin and Matthew scenes, where she stops Martin from going for round two because she has to get ready, then goes to Matthew's and has sex with him too. Sadly, because of the way it's set up (and probably in no small part because of my lack of coding expertise) it worked well on the cheating path, but caused issues on the vanilla path (and probably therefore the others as well.)

I started again and think I had the right idea to get around this, as well as neatening it up, but I acidentally overwrote my Ep7 sharing save during testing and decided to take that as a sign to give up!
 
  • Haha
Reactions: Filipis

Filipis

Well-Known Member
Nov 15, 2022
1,206
2,275
Cheers! I originally did more - adding Emma turning up late to Matthew's because she was bouncing on Martin, and a choice to show both Martin and Matthew scenes, where she stops Martin from going for round two because she has to get ready, then goes to Matthew's and has sex with him too. Sadly, because of the way it's set up (and probably in no small part because of my lack of coding expertise) it worked well on the cheating path, but caused issues on the vanilla path (and probably therefore the others as well.)

I started again and think I had the right idea to get around this, as well as neatening it up, but I acidentally overwrote my Ep7 sharing save during testing and decided to take that as a sign to give up!
Bless you!

In other, happier news - we should be getting the first previews for the next project from dimajio any day now!

I am still vastly curious to see how he combines anime + Daz Studio renders. This time, I might even jump in and lend a hand in fixing any errors/inconsistencies that pop up.
 

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
Bless you!

In other, happier news - we should be getting the first previews for the next project from dimajio any day now!

I am still vastly curious to see how he combines anime + Daz Studio renders. This time, I might even jump in and lend a hand in fixing any errors/inconsistencies that pop up.
I'm not a fan of the anime style, so it could be a quick look for me and then a long switch off!
 
  • Like
Reactions: rocco11

TonyMurray

Engaged Member
Apr 8, 2024
3,461
5,868
The dev confirmed the visual style is still very much Daz, which is why I'm kinda excited to see what he meant by "anime-inspired" - if not graphics, what's left?
I mean if it's "anime inspired" but not graphics, it could be the story/storytelling that's being referred to. I'm not sure how that would go though. It could be something that is hard to pull off. But we'll have to wait and see exactly what he means.
 
  • Like
Reactions: Filipis

James013

Member
Oct 7, 2020
160
523
Simply excellent game!!! 5*
Its his best in my opinion, the story, the heroine, everything is good...
I'd love to see a story by the same author, where the heroine is a little older... say 35-40... and she's corrupted by her husband's father
I know we see tons of these stories in Japanese doujin, but I'd love to see what Dimajio could do with this...

Can't wait for the next story
 
  • Thinking Face
Reactions: Dealbreaker
4.20 star(s) 46 Votes