Fajlar6

Member
Aug 12, 2021
177
118
Can someone or anyone give/show me a picture/image(Spoiler) of Iris(without text/Hide UI) on/In this new version(Ch.2.04)?

Because i can't play it on android.
 

uamkt

Member
Mar 3, 2020
310
385
caught this error no way to ignore...just rollback and quit...
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/dia10_02.rpy", line 836, in script
jump sarah_sola_coche_dia10_bad
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'sarah_sola_coche_dia10_bad'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Assistant 2.04
Thu Dec 29 22:27:42 2022
 

Krashyn

Member
Mar 4, 2019
144
102
caught this error no way to ignore...just rollback and quit...
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/dia10_02.rpy", line 836, in script
jump sarah_sola_coche_dia10_bad
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'sarah_sola_coche_dia10_bad'.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
The Assistant 2.04
Thu Dec 29 22:27:42 2022
that error is specific to the mod I do not think they correctly made their edit since this is the mod change :

Python:
label sarah_hangar_dia10:
    hide screen interfaz
    if sarah_lisa_sumisas:
        jump sarah_lisa_coche_dia10_bad
    else:
        jump sarah_sola_coche_dia10_bad
While original looks like this :

Python:
label sarah_hangar_dia10:
    hide screen interfaz
    if sarah_lisa_sumisas:
        jump sarah_lisa_coche_dia10_bad
    else:
        jump sarah_sola_hangar_dia10
So I do not know what was the intent of that change. This error seems specific to the incest patch version of the walkthrough.

the error is older than this current patch so seems they made it since at least 2.03 and never got corrected.

Either way here is the fix with that line corrected I also put it in a zip for those who seem to not like using right click save as
 
Last edited:
  • Like
Reactions: mazinogamer

Krashyn

Member
Mar 4, 2019
144
102
the reason most people do not get that error is because everyone picked sarah to be submissive where you chose not to have her submissive

requires 2 flags you allow lisa to watch and ask sarah to invite lisa. If you do not trigger those flags then sarah's submissive flag does not get activated and the broken jump sarah_sola_coche_dia10_bad gets triggered. so yeah just use the corrected script until Parmenides corrects their version.
 

RDFozz

Active Member
Apr 1, 2022
805
1,102
So, when Christian runs from the gangsters and falls in front of you, the game makes it sound like you'll get extra good guy points for helping him (good guy + 8 for asking if he's okay, good guy + 5 for hiding him from the gangsters). As far as I can tell, I only got a grand total of +2 (to be honest, could be just +1). Are the extra points not actually intended (in which case, the text promising them should be modified), or is their absence a bug?
 

expnew

New Member
Jan 14, 2023
6
15
Interesting game.

Piper is the best female character in all the games so far :devilish:, and I've played about thirty of them already :)
 
  • Like
Reactions: Beaviss
4.20 star(s) 73 Votes