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
11
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

Member
Apr 6, 2022
142
98
96
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
69
9
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
66
115
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
69
9
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
66
115
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
69
9
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
66
115
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)))
 

Threadnaught

Newbie
Dec 23, 2022
91
84
142
I was thinking about suggesting you get in touch with Baal and see if you could try your hand at this. He's active on the discord for this, the sequel and Loser, with no intention of ever working on this. At least it'd be better than trying to do something with no direction.
 
Apr 8, 2021
89
51
52
I was thinking about suggesting you get in touch with Baal and see if you could try your hand at this. He's active on the discord for this, the sequel and Loser, with no intention of ever working on this. At least it'd be better than trying to do something with no direction.
yeah, it's sad the dev decided to abandon this game, it's peak. I get that he wanted to work with a different engine, but he could've at least gave the game an ending and finished up some of the unfinished content the game has...

I would say that fans should try to get the game files and continue working on the game themselves, but the dev may not like that...
 
  • Like
Reactions: Wrynn13

Factor96

Member
Apr 6, 2022
142
98
96
yeah, it's sad the dev decided to abandon this game, it's peak. I get that he wanted to work with a different engine, but he could've at least gave the game an ending and finished up some of the unfinished content the game has...

I would say that fans should try to get the game files and continue working on the game themselves, but the dev may not like that...
I really hope this happens because currently, the Linux port is broken. I don't know if that's a screw up on my end, or if something is screwed up in the code somewhere, but given how this game often comes off as being held together by toothpicks and duct-tape, it feels more likely to be the latter.

As it is, I think a project to just try to get the game to a finished state, in terms of,

A. You can play from beginning to end without it crashing or running into some kind of error,

B. It runs on all the OSs it claims to, i.e., Windows, Linux, and Mac,

C. All the resource stuff gets straightened out. For instance, one of the late game resources was clearly meant to have more efficient means of gathering it, but the content to implement that never arrived. This would take eons, and therefore I think steps A+B should take precedence. Just straightening out the spaghetti code would, while taking eons, be a worthwhile project in of itself.
 

buff

Well-Known Member
May 29, 2017
1,140
1,792
290
yeah, it's sad the dev decided to abandon this game, it's peak. I get that he wanted to work with a different engine, but he could've at least gave the game an ending and finished up some of the unfinished content the game has...

I would say that fans should try to get the game files and continue working on the game themselves, but the dev may not like that...
So, I supported SuperPower for a good while at a tier that let me request scenes, and several of the ones in SP are mine. When he abandoned SP to work on the new one that content was essentially dropped in a dumpster. Sure, it's still there, I am free to play the incomplete game and view the content I paid for, but but I _thought_ I was paying to have content included in the final product not in an abandoned milestone that was shed along the journey.

Anyway, that annoyed me enough that I dropped support. One of these days I'll play SP2 and/or Loser and see if I want to resume supporting, but my experience is that a developer who writes spaghetti code and blames the engine will just write new spaghetti in a new engine, and will have the same symptoms (bugs, slow releases, etc).
 
Last edited:

allm

Newbie
Sep 29, 2019
66
115
174
So, I supported SuperPower for a good while at a tier that let me request scenes, and several of the ones in SP are mine. When he abandoned SP to work on the new one that content was essentially dropped in a dumpster. Sure, it's still there, I am free to play the incomplete game and view the content I paid for, but but I _thought_ I was paying to have content included in the final product not in an abandoned milestone that was shed along the journey.

Anyway, that annoyed me enough that I dropped support. One of these days I'll play SP2 and/or Loser and see if I want to resume supporting, but my experience is that a developer who writes spaghetti code and blames the engine will just write new spaghetti in a new engine, and will have the same symptoms (bugs, slow releases, etc).
Hey, now this is some really interesting info!)) Look, I'm actually working on translating this game into Russian, and while doing that, I've already fixed some of the GUI and a few code errors. I've got a couple other projects going on right now, but once I wrap those up, I could start working on this game more seriously.

I uploaded an example of my work above. Check it out, and if you like it, I could rework the entire game in the same style for the English-speaking users too.

Also, if you're in touch with the game's author, could you ask for permission on my behalf? (I just don't have any contact with him). I'd like to ask if I can continue developing this game using your materials that never made it into the official version.
 

buff

Well-Known Member
May 29, 2017
1,140
1,792
290
Hey, now this is some really interesting info!)) Look, I'm actually working on translating this game into Russian, and while doing that, I've already fixed some of the GUI and a few code errors. I've got a couple other projects going on right now, but once I wrap those up, I could start working on this game more seriously.

I uploaded an example of my work above. Check it out, and if you like it, I could rework the entire game in the same style for the English-speaking users too.

Also, if you're in touch with the game's author, could you ask for permission on my behalf? (I just don't have any contact with him). I'd like to ask if I can continue developing this game using your materials that never made it into the official version.
That would be amazing, but don't think I can help - I just checked and it looks like at some point I was booted off the discord. Baal's patreon is and it has a free tier, you could probably just jump on that and then message him. It looks like it hasn't been updated in quite a while though.
 

Factor96

Member
Apr 6, 2022
142
98
96
Hey, now this is some really interesting info!)) Look, I'm actually working on translating this game into Russian, and while doing that, I've already fixed some of the GUI and a few code errors. I've got a couple other projects going on right now, but once I wrap those up, I could start working on this game more seriously.

I uploaded an example of my work above. Check it out, and if you like it, I could rework the entire game in the same style for the English-speaking users too.

Also, if you're in touch with the game's author, could you ask for permission on my behalf? (I just don't have any contact with him). I'd like to ask if I can continue developing this game using your materials that never made it into the official version.
That would be amazing! EDIT: You even fixed the Linux port! This is already an excellent upgrade.
 
Last edited:
  • Like
Reactions: Wrynn13

Factor96

Member
Apr 6, 2022
142
98
96
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)))
Pixeldrain
Okay, one down side to the awesome fan update allm added is that Radioactive mod at least doesn't work so far? I bring this up because a lot of us, understandably, do not want to deal with Superpowered's grind. I may try other mods in the future, but for the time being, this is the big downside to allm's otherwise excellent update.

EDIT: In hindsight, now having tried all three mods, I should've realized this happened because it got updated to Renpy 8. Hence, I have suggestion for allm whenever they get the chance to work on this in the future: An in game option to change resource gain rate from stuff like school classes is rather important, especially if you aren't going to be able to focus on this for awhile. I'm hoping a change like this could be done quickly so that you could bang it out before going back to other projects, as it could act as an excellent placeholder.

As it is, while I appreciate having the game playable again, it sucks to be stuck with vanilla game progression.
 
Last edited:

Santhar

New Member
Jul 16, 2025
4
7
3
Is not bad but i am getting bored that trying to do fetishes always appears an animation of any girl, or the mother with the movie night, if there is an option to chose when we want, but just only the animation starting by itself is annoying
 
3.10 star(s) 142 Votes