- Nov 28, 2020
- 503
- 1,480
I have heard a lot about bugs with the phone and now I have encountered something similar myself. But I don't understand what you mean by the words "try to comment out the parts of the code". Sorry, maybe it's a language barrier.It was the line "KeyError" and then some unicode symbols; and the previous line - it's the actual line that generated the exception.
I don't think it's about languages; probably there is some bug in their phone functions. I seem to remember, I tried to set my phone profile name "Otto", but soon I discovered it was "MC". So I don't know how to correct the bug. It's only clear that the program tries to address that variable and there's no "dictionary entry" with that key. If I were you I might go barbaric and just try to comment out the parts of the code that cause the error.
i cant reply to penelope as on page 13I've figured it out it depends on how you treat Lauren in the previous Act's I managed to nail down the correct choices in my updated guide
[v12.0.2] Walkthrough "Bang Everyone" Guide (Updated)
What this guide achieves:
- Friend's with benefits relationships with all the characters
- Lauren will not be angry about you having sex with Aubrey
- Emily will go with you to Europe
- Easy murder mystery game guide
- Unlock nearly every sex scene in one playthrough with guidance on multiple paths and where to save
had sex scenes with her a bunch of timesI haven't played in a very long time since I haven't not seen Aubrey mentioned in the change log. Has there been any new content for her lately that has passed me unawares?
That's a mistake I've fixed it now, that refers to the Kiwi message Emily posts about you being back together. You click the reply on kiwi then respond by saying no we're not. Penelope has never been an option for me at homecoming and kinda a pointless choice anywayi cant reply to penelope as on page 13
since she didnt message me.....and later i dont get the option to invite her to the dance.... its greyed out.... ???
Ok, it is time to download thenhad sex scenes with her a bunch of times
You fool around a bit but nothing too much. If you get to the massage, just quick save, check the gallery and see if it unlocked. There's nothing too crazyThere are no sex scene right? Unless i mess up the convo.
I mean search in those .rpy files for the lines of code which cause bugs, and turn off those lines by converting them to comments.I have heard a lot about bugs with the phone and now I have encountered something similar myself. But I don't understand what you mean by the words "try to comment out the parts of the code". Sorry, maybe it's a language barrier.
code() # The part of line after "sharp" symbol
# is a comment in Ren'Py / Python
"""
Another way to make comments
in Ren'Py / Python
is to put them into quotes
"""
You have to be on the Lauren only path for the scene to happenDoes any1 have a save for Lauren scene? Cant seem to get it
same...seems there is no new things...i loaded the save and arriving in the caffe i got the same windows message to save as previous update..what's the problem?No one answered my problem.
I downloaded the game version 12.0.2 and reached the scene of Rile's agreement with Mc To avenge that charli idiot and I downloaded Patch 12.1.1 but the same scene remained the finish line so far.
Oh, that... I commented out lines 208 and 569 with "#", they turned gray, but this did not fix the error.I mean search in those .rpy files for the lines of code which cause bugs, and turn off those lines by converting them to comments.
You must be registered to see the links(To disable one or more lines of code from a program temporarily by enclosing them within a comment statement)
You must be registered to see the links(в программировании - поставить знаки комментария в начале и конце секции кода или в начале каждой строки для блокировки их компиляции или интерпретации. Обычно этот приём используется при отладке программы)
Code:code() # The part of line after "sharp" symbol # is a comment in Ren'Py / Python """ Another way to make comments in Ren'Py / Python is to put them into quotes """