AI Porn is here, Create and Fap TRY FREE
x

mjkgrog

Newbie
Sep 15, 2024
45
44
28
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/episode11/update11.rpy", line 353, in script
than2 "No."
Exception: Sayer 'than2' is not defined.


The problem is that game patch folder not include character.rpa, which mean the game not know the name of any new character. I fix Lana on my own because I seen her in early screenshot but can anyone share fixed file with me so I can fix game? It don't know any new character
 

Backspace0123

New Member
Jul 31, 2018
4
0
31
Which mod did you use before and which save fixer did you use, scrappy or sancho? It's possible you had a mixed up.

Also after installing the fixer make sure you start before the end of ep10
Scrappy and I installed the Scrappy fix and loaded during the thanksgiving dinner and it started crashing before episode 10 even finished
 

yongshan0306

Newbie
Nov 23, 2021
50
48
132
Well I know that in the dare game at ep9 there might be some evaluation as to who the MC has sax most with, so I make sure MC to have equal sex with both J&M, then I choosed to hangout with Josy in ep10. Therefore I technically should be spending more time with Josy than Maya. But still in ep11 I hang out with Maya. I am so confused here:(
Okay, I find the determined variable here, it seems that in order to reach Josy's scene, you need to spend more times with Josy at least two times more than Maya, or your Maya score is lower than Josy score. But I haven't tested it out yet because it looks like a great deal of rewinding playthrough.
Here is the original sciprt file if anyone is interested.
if ep8_maya_lewd:
cnt += 1
if ep5_followed_maya:
cnt += 1
if ep7_solo_maya:
cnt += 1
if ep3_mayaLewd:
cnt += 1
if ep9_maya_lewd:
cnt += 1
if ep10_jm_solo == "Maya":
cnt += 1
cnt2 = 0

if ep8_josy_lewd:
cnt2 += 1
if ep5_followed_josy:
cnt2 += 1
if ep7_solo_josy:
cnt2 += 1
if ep7_josy_lewd:
cnt2 += 1
if ep7_left_with_josy:
cnt2 += 1
if ep10_jm_solo == "Josy":
cnt2 += 1

if cnt2 > cnt + 1:
return "Josy"
elif cnt2 + 1 < cnt:
return "Maya"
else:
if check_mlove() and check_jlove():
if RPmaya/74.0 > RPjosy/67.0:
return "Maya"
else:
return "Josy"
elif check_mlove():
return "Maya"
elif check_jlove():
return "Josy"
else:
if RPmaya/74.0 > RPjosy/67.0:
return "Maya"
else:
return "Josy"
 

.Lucky.

Newbie
Dec 3, 2021
78
264
95
Does anyone know why my game keeps crashing during the intro of the new update? The game just closes when the dude says lanas been playing the birthday card all week. Im using the saves linked on the first page and everything so no multi mod.
You have to delete the file called "PERSISTENT" that is INSIDE the disk C:
user/AppData/Roaming/RenPy/BeingaDIKSeason3

(Works with this and most games, this only clears the preference settings)
 

RandoCard3

Well-Known Member
Mar 17, 2019
1,198
1,364
339
DPC you son of bitch, you can't end it there!

Also, over the years did anyone ever guess that Magnar was the true villain of the story all this time?
 

.Lucky.

Newbie
Dec 3, 2021
78
264
95
how you fix it?
You have to delete the file called "PERSISTENT" that is INSIDE the disk C:
user/AppData/Roaming/RenPy/BeingaDIKSeason3

(Works with this and most games, this only clears the preference settings)

****** I clarify that some files like AppData may be Hidden. Folder Options > View > Show hidden files. *******
 
4.70 star(s) 1,735 Votes