cuddlepuddle

Newbie
Donor
Dec 22, 2016
42
178
The fact that this is Renpy now makes me sooooooo happy :D

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"
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.
 

Whitenicky

A Wife And A Mother
Donor
Aug 24, 2017
887
918
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)
 

JediPimp01

New Member
Donor
Jul 15, 2017
3
7
I try and not let the hype get to me, but ICSTOR has always delivered. Got into the first animated scene, OMG amazeballz. If you were on the fence about supporting on a game, this is the one to go in on. Thank you ICSTOR, keep up the great work!
 
Oct 17, 2017
45
100
After 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
 

JediPimp01

New Member
Donor
Jul 15, 2017
3
7
After 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
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 .... winning
 

Deleted member 24507

Well-Known Member Amateur Artist 3D
Donor
May 5, 2017
1,636
6,529
The fact that this is Renpy now makes me sooooooo happy :D



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.
tks working for me
 

Parisatnight

Member
Oct 10, 2017
133
141
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...
 

jande21

I AM THE LAW
Respected User
Former Staff
Oct 19, 2016
2,649
30,330
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...
The teacher has a nice corruption/blackmail plotline.
 
  • Like
Reactions: volto

43pass

Active Member
Nov 18, 2017
644
115
does anyone know how to fix the crash where sara comes into your room at night and u catch her after pick either of the options the game goes to the main menu and how do you finish with celia, i think i might be missing something i did blowjob and anal and the vibrator
 

lexus33

Member
Aug 16, 2016
101
1,018
guys is there post explains where are all the secret cards
1: This one is in the garage by the tire rack

2: This one is outside on the left side of the garage building

3: This one is on the porch of your house, just go outside and find it on the far right post

4: This one is behind your bed on the left

5: This one is in the sex shop on the shelf

6: This one is in the first hallway of the school, on one of the lockers

7: This one is in the second hallway of the school behind a rusty bucket

8: This one is in your classroom on the most right desk in the corner

9: This one is in the third hallway of the school under a locker to the left

10: This one is in Moms office on the wall

11: Finally, this one is in moms office to the left by a photo of the ocean.
 
3.80 star(s) 405 Votes