KakarottSSJ4

Member
Aug 29, 2018
105
17
113
Does anyone have a guide for each scene for each character, like nympho, obsessive, misc, jealous etc, I have a tracker, but it's not specific enough with the details
 

bvb157

New Member
Dec 25, 2024
9
2
12
Guys do you have completed saved file
Well i just raise their corruption and bring their inibition down until it reaches zero. After that, just keep sleeping (obsession scenes) or going to school (nympho scenes) to unlock the scenes. The only one until now i've found that unlock some scenes while interacting with other characters is the mom: as i know and tested along the way, her nympho form, obssessive form and unlocked fetish unlock scenes with some girls on their obssessive form inside of your home, when you sleep (Denise, Sandra, Kelly, Samantha, your sister - when you watch TV on the sofa - and the principal). I've tested it with everyone else and, as i know, these girls are the only ones with extra scenes with mom. Be careful because overlapping many characters with these altered forms can be dangerous (they bring your health down and hinder your progress with their events).

These are the only ones that i've discovered until now (and the mind control scenes on the student monitor job, which you use the option "i have a better idea" when reaching critical sucess and, along the time, you are able to unlock some scenes with the teacher). If someone knows other scenes or a guide, feel free to share.
 

Factor96

Newbie
Apr 6, 2022
90
66
86
So, assuming I didn't do something incorrectly, it looks like the Linux port is broken. I've already tried allowing it to execute as a file, and I can't get the damn thing to open. Any help here would be highly appreciated, but I may just have to accept running this through Lutris or something.
 

Merenal

Newbie
May 5, 2017
64
8
199
Can someone help with this error?

"
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_school.rpy", line 3202, in script call
call terri_incest_lunch
File "game/radioactive/game/chars/Ra_char_Terri.rpy", line 10, in script call
call Sp_terri_incest_lunch
File "game/chars/char_Terri.rpy", line 3941, in script
sis "Heh...I guess thinking about it still turns him on as much as it does me."
Exception: DynamicImage u'Characters/Terri/[t.outfit]_[t.pose].png': could not find image. (u'Characters/Terri/slut_Terri_Steph7.png')

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

Full traceback:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_school.rpy", line 3202, in script call
call terri_incest_lunch
File "game/radioactive/game/chars/Ra_char_Terri.rpy", line 10, in script call
call Sp_terri_incest_lunch
File "game/chars/char_Terri.rpy", line 3941, in script
sis "Heh...I guess thinking about it still turns him on as much as it does me."
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 570, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/image.py", line 752, in per_interact
self.find_target()
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'Characters/Terri/[t.outfit]_[t.pose].png': could not find image. (u'Characters/Terri/slut_Terri_Steph7.png')

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
SP 0.45.03
Sun Oct 26 19:16:35 2025
"
 

allm

Newbie
Sep 29, 2019
63
107
174
Can someone help with this error?

"
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
....

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
SP 0.45.03
Sun Oct 26 19:16:35 2025
"
Can you send me the dialog that causes this error? But honestly, even if you click 'Ignore', it should be fine. It's just complaining that it can't find some image for a costume or a pose.
 

Merenal

Newbie
May 5, 2017
64
8
199
Can you send me the dialog that causes this error? But honestly, even if you click 'Ignore', it should be fine. It's just complaining that it can't find some image for a costume or a pose.
I couldnt Ignore it because it looped into it. I think it was after a Computer Science lesson where Terri was there and I choose to have a break with Stephanie and her.
 

allm

Newbie
Sep 29, 2019
63
107
174
I couldnt Ignore it because it looped into it. I think it was after a Computer Science lesson where Terri was there and I choose to have a break with Stephanie and her.
I need the exact line of dialogue, that way I can find the specific piece of code and fix it for you.
 

Merenal

Newbie
May 5, 2017
64
8
199
I need the exact line of dialogue, that way I can find the specific piece of code and fix it for you.
It didnt happened a second time. If I see it again I will make sure to sent it in here.

But I have another error code that happens often, but I can ignore it. A rollback doesnt fix it.

Time: Tuesday; Day. Right after school when I want to go home.

"
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_school.rpy", line 3141, in script call
call after_class_events
File "game/locations/loc_school.rpy", line 5250, in script call
call storyline1_NCHDL_meeting
File "game/content/content_storyline1.rpy", line 2455, in script call
call storyline_NCHDL_plotbus
File "game/content/content_storyline1.rpy", line 2589, in script
$ medium_schoolplot.remove("plot5")
File "game/content/content_storyline1.rpy", line 2589, in <module>
$ medium_schoolplot.remove("plot5")
ValueError: list.remove(x): x not in list

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

Full traceback:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_school.rpy", line 3141, in script call
call after_class_events
File "game/locations/loc_school.rpy", line 5250, in script call
call storyline1_NCHDL_meeting
File "game/content/content_storyline1.rpy", line 2455, in script call
call storyline_NCHDL_plotbus
File "game/content/content_storyline1.rpy", line 2589, in script
$ medium_schoolplot.remove("plot5")
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/content/content_storyline1.rpy", line 2589, in <module>
$ medium_schoolplot.remove("plot5")
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
SP 0.45.03
Mon Oct 27 21:49:14 2025

"
 

allm

Newbie
Sep 29, 2019
63
107
174
It didnt happened a second time. If I see it again I will make sure to sent it in here.

But I have another error code that happens often, but I can ignore it. A rollback doesnt fix it.

Time: Tuesday; Day. Right after school when I want to go home.

"
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_school.rpy", line 3141, in script call
call after_class_events
File "game/locations/loc_school.rpy", line 5250, in script call
call storyline1_NCHDL_meeting
File "game/content/content_storyline1.rpy", line 2455, in script call
call storyline_NCHDL_plotbus
File "game/content/content_storyline1.rpy", line 2589, in script
$ medium_schoolplot.remove("plot5")
File "game/content/content_storyline1.rpy", line 2589, in <module>
$ medium_schoolplot.remove("plot5")
ValueError: list.remove(x): x not in list

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

Full traceback:
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 46, in script call
call coffee_menu
File "game/locations/loc_coffeeshop.rpy", line 40, in script call
call getCoffeeFromSophie
File "game/locations/loc_school.rpy", line 3141, in script call
call after_class_events
File "game/locations/loc_school.rpy", line 5250, in script call
call storyline1_NCHDL_meeting
File "game/content/content_storyline1.rpy", line 2455, in script call
call storyline_NCHDL_plotbus
File "game/content/content_storyline1.rpy", line 2589, in script
$ medium_schoolplot.remove("plot5")
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/content/content_storyline1.rpy", line 2589, in <module>
$ medium_schoolplot.remove("plot5")
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
SP 0.45.03
Mon Oct 27 21:49:14 2025

"
Okay, this is a new error. The first time it was freaking out over a missing outfit/pose image, but now it's yelling about a code argument. Feel free to try my build of the game if you're curious—it's ported to Ren'Py 8 and this issue might be fixed. Oh, and if you switch to the Russian version, you'll get to see the slick new UI, too)))
 
3.10 star(s) 142 Votes