- Apr 22, 2017
- 680
- 967
well , impressive total of content for a debut Plus the game's not to shabby
Here is how I fixed this:anyone getting a traceback error when entering caroline's room at night? i can't ignore it anymore because it takes me back in menu screen
m sorry, but an uncaught exception occurred.
"While running game code:
File "renpy/common/000statements.rpy", line 485, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/gui/inventory.rpy", line 128, in __call__
ValueError: list.remove(x): x not in list"
Did you get the key off of the desk in Classroom 2 to get inside the room?Omg why i cant do this:
– You can put things in her locker in the Teacher’s Break Room. (Envelope, Stuff from the Sex Shop)
Make sure that you keep asking dad for money until he tells you to try and make some money working for Mom. After that she should show back up, then after next scene, then onto her office .... winningAfter I find the book for mom and peeked at her in room, what do i do after? She seems to have disappeared from the game other than the room in the morning and at night
tks working for meThe fact that this is Renpy now makes me sooooooo happy
Here is how I fixed this:
open up game/scripts/gui/inventory.rpy in a text editor
On line 128, modify the file so that it looks like this (use spaces, not tabs - Whitespace matters in Python, so it has to be exact!)
ORIGINAL:
def __call__(self):
inventory.items.remove(self.item)
renpy.restart_interaction()
MODIFIED:
def __call__(self):
if self.item in inventory.items:
inventory.items.remove(self.item)
renpy.restart_interaction()
(that's lines 127-130 in the file after modification)
So add the line I mentioned above and then indent the line below it 4 spaces. Save the file and reopen the game, and it should no longer crash when you enter the room.
Unrelated, I also found a bug in caroline_room_night_scene1.rpy, line 30, where the file name has a typo as Caroline-EveningS1-Tits11.webm instead of Caroline-EveningS1-Tits1.webm. Same thing, remove the extra 1, save, reload, and enjoy
EDIT: Screw it, can't figure out how spacing works in these comments, I'll just attach my two files., just copy into their appropriate locations.
TY for this tip !Try to run caroline_spare_key.selected = False in the console window. After doing that I was able to re-enter her room.
The teacher has a nice corruption/blackmail plotline.Is there some corruption in or blackmail or something this way? I just played the beginning, and the mother already on you is not very realistic and not very funny to play... I prefer when there is a progression and a difficulty to have them...
Ok! Hope she won't be the only one!The teacher has a nice corruption/blackmail plotline.
1: This one is in the garage by the tire rackguys is there post explains where are all the secret cards
I find that in some postguys is there post explains where are all the secret cards