Hi, today I also encountered the messed up transition after the petting handjob from the teacher. This happened to me after I selected the "Dirty Talk" option during handjob. After that every scene transition was the initial dirty_talk_handjob animation.
I made an attempt at fixing this issue and it seems to work fine for me now. The attached archive has the game/elana_script/evening/e_evening_petting.rpy file with the fix. You just need to add this file and directories to the /game folder.
btw the changes I made
in the .rpy file there is one line at the end of "label e_em_petting_handjob_lvl1_dirty_talk:" which is
> hide screen e_em_petting_handjob_dirty_talk with dissolve
my change was to comment this part and add an if / else to hide the possible outcome scene for this label. The result looks like this now in the file
"(Return)" if True:
if e_em_petting_handjob_lvl == 2:
hide screen e_em_petting_handjob_dirty_talk_fast with dissolve
else:
hide screen e_em_petting_handjob_dirty_talk with dissolve
# hide screen e_em_petting_handjob_dirty_talk with dissolve
Im not sure if that will fix your issue as well but at least it did the trick for me and I can continue playing without the annoying false transition
I have copied the directories and folders in the game folder, and it gives me this error:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label e_em_petting_handjob_lvl1 is defined twice, at File "elena_script/evening/e_evening_petting.rpyc", line 9:
and File "game/elena_script/evening/e_evening_petting.rpy", line 9:
The label _call_rs_clothing_79 is defined twice, at File "elena_script/evening/e_evening_petting.rpyc", line 24:
and File "game/elena_script/evening/e_evening_petting.rpy", line 24:
The label _call_rs_elena_classic_kiss_12 is defined twice, at File "elena_script/evening/e_evening_petting.rpyc", line 37:
and File "game/elena_script/evening/e_evening_petting.rpy", line 37:
The label e_em_petting_handjob_lvl_1_finish is defined twice, at File "elena_script/evening/e_evening_petting.rpyc", line 266:
and File "game/elena_script/evening/e_evening_petting.rpy", line 266:
The label e_em_petting_handjob_lvl_1_eja is defined twice, at File "elena_script/evening/e_evening_petting.rpyc", line 289:
and File "game/elena_script/evening/e_evening_petting.rpy", line 289:
The label e_em_petting_handjob_lvl1_dirty_talk is defined twice, at File "elena_script/evening/e_evening_petting.rpyc", line 367:
and File "game/elena_script/evening/e_evening_petting.rpy", line 367:
Ren'Py Version: Ren'Py 7.4.8.1895
Wed Jul 20 21:02:37 2022