TonyMurray

Engaged Member
Apr 8, 2024
3,443
5,832
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
340
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,083
3,910
  • Heart
Reactions: Filipis

TonyMurray

Engaged Member
Apr 8, 2024
3,443
5,832
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,443
5,832
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
16
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,443
5,832
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,443
5,832
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!
 
4.20 star(s) 46 Votes