What relationship is your favourite so far in the story?

  • Twincest. Nothing more beautiful and pure than incestuous sibling love.

  • Lescest. Nothing more hot than a strong mommy dominating her petite teen daughter.

  • Mama's boy. Nothing better than pampering your little boy toy.


Results are only viewable after voting.

Ruykiru

Developing: Sinful Summer
Game Developer
May 2, 2017
1,146
8,643
809
View attachment 5528435

UPD: Also, I wasn't implying its a bad writing, only suggesting that following the story of such character is painful.
Just keep reading. Character development exists.

But honestly, if reading my two paragraphs of English in the previous message feels like performing a gymnastics + flaming motorcycle stunt to you, I will try to add Subway Surfers gameplay and some brainrot Tiktok shorts at the bottom of the screen for chapter 3.5 to help you focus.
 
Last edited:

Weimn

Member
Nov 10, 2018
180
421
265
Just keep reading. Character development exists.

But honestly, if reading my two paragraphs of English feels like performing a gymnastics + flaming motorcycle stunt to you, I will try to add Subway Surfers gameplay and some brainrot Tiktok shorts at the bottom of the screen for chapter 3.5 to help you focus.
Damn. You sound upset, man. Its just a character. Wait. Don't tell me its self-insert...

5237895298.gif
 
  • Haha
Reactions: Ruykiru

Ruykiru

Developing: Sinful Summer
Game Developer
May 2, 2017
1,146
8,643
809
Heyheyhey keep it private, okay? Im not here to judge you or anything.
Private? Then this wouldn't exist! Anyway, if you finish reading please come back and tell me if you changed your mind, to see if my autobiography got better or not. I got less shy with them as the summer went on, you know :cool:
 

Weimn

Member
Nov 10, 2018
180
421
265
Private? Then this wouldn't exist! Anyway, if you finish reading please come back and tell me if you changed your mind, to see if my autobiography got better or not. I got less shy with them as the summer went on, you know :cool:
I dunno, man, I don't like having dicks on my screen, Im here out of boredom, not lust, and the dicks aint helping. I can only tank 1 or 2 more, but thats all I've got. :HideThePain:
 

Bibojenki

Newbie
Jan 14, 2024
46
62
147
is there any other games like this where its very focused on the incest itself like its a big taboo in the game
 

Johnjacky

Member
Apr 30, 2025
270
302
124
Ok but now when Im playing it... why the guy is such a cuck? He is so soy I have to tab out of the game every 3 mintues and chill on YT to keep reading further. There must be a soy cuck tag on this website, I swear.
I personally think it's a good change of pace from the standard mc that is ready to bang his mom right from the start... Like bro chill!

Like too many VNs have the dude ready to take advantage of any women in the vicinity, single or not, related or not. Idk about everyone else, but every once in a while, I enjoy NOT playing as a horny mutt who'd hump anything with 2 holes down there.

And I'm just expressing my opinion, mot shaming you for yours. :giggle:
 

Rexomilo

New Member
Jun 14, 2023
13
6
164
IMO Bro POV is kinda meh. Compared to godlike-gargantuan sis POV and amazing Mom POV. I know you tried to make it 3 MC story, but so far, clearly sis is the MC. Mom and Bro are just responding to Sis shenanigans. Mom and Bro scenes are not strong enough. Again its just my opinion
 
  • Like
Reactions: Ruykiru

oxyoxyoxy

Newbie
Aug 22, 2024
85
187
162
Code:
While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "[GAME_PATH]/renpy/ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "[GAME_PATH]/renpy/python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "[GAME_PATH]/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "[GAME_PATH]/renpy/display/core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "[GAME_PATH]/renpy/display/core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "[GAME_PATH]/renpy/display/layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "[GAME_PATH]/renpy/display/behavior.py", line 1103, in handle_click
    rv = run(action)
  File "[GAME_PATH]/renpy/display/behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "[GAME_PATH]/renpy/display/behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "[GAME_PATH]/renpy/loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "[GAME_PATH]/renpy/rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "[GAME_PATH]/renpy/rollback.py", line 930, in rollback
    self.load_failed()
  File "[GAME_PATH]/renpy/rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")

Windows-10-10.0.26200 AMD64
Ren'Py 8.3.4.24120703
Sinful Summer Chapter-3.4
Tue Dec 16 03:29:07 2025

all my previous saves are now corrupted after the latest release, how can i fix this?
i dont have any addon/extras in the saves
 

Johnjacky

Member
Apr 30, 2025
270
302
124
Code:
While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "[GAME_PATH]/renpy/ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "[GAME_PATH]/renpy/python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "[GAME_PATH]/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "[GAME_PATH]/renpy/display/core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "[GAME_PATH]/renpy/display/core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "[GAME_PATH]/renpy/display/layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "[GAME_PATH]/renpy/display/behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "[GAME_PATH]/renpy/display/behavior.py", line 1103, in handle_click
    rv = run(action)
  File "[GAME_PATH]/renpy/display/behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "[GAME_PATH]/renpy/display/behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "[GAME_PATH]/renpy/loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "[GAME_PATH]/renpy/rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "[GAME_PATH]/renpy/rollback.py", line 930, in rollback
    self.load_failed()
  File "[GAME_PATH]/renpy/rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")

Windows-10-10.0.26200 AMD64
Ren'Py 8.3.4.24120703
Sinful Summer Chapter-3.4
Tue Dec 16 03:29:07 2025

all my previous saves are now corrupted after the latest release, how can i fix this?
i dont have any addon/extras in the saves
just use chapter select
 
  • Sad
Reactions: oxyoxyoxy

torpedogoat

Member
May 24, 2024
279
616
230
Got an update on this after I opened a support ticket.
Basically don't ask the admins about it or report the thread for it to be added because that tag doesn't mean what you think it does. Idk, tags in this forum are strange :unsure:
Yes, the tags here can be strange, but I think this is a good decision and in your interest. It may change in the future, but for now, the AI CG tag is a stigma similar to the HTML and Real Porn tags. Basically it means: "This game was made by a beginner who didn't bother to learn how to do an AVN well. It is sparsely illustrated with pictures that have little connection with each other and generally not very appealing. Most likely just as little work went into the plot." The main purpose of these tags is that when looking for new things to play, you exclude everything that has them.
 

billyjoebobmartin

Active Member
Dec 8, 2020
815
1,267
316
ok so i just found this a day or so ago, and i have one very big question. (i'm only somewhere in chapter 2 just after the mom went for a 'drive'.)

what would lyna even do if their mother killed herself after the oil massage and sleep perversion? like i get why lyna is the way she is, her story is very compelling and convincing. but so is their mother's. and she has a LOT of self hate right now. and lyna being as belligerent as she is could very easily push too hard to fast and break her.

and yeah i know the story isn't going to go that direction. but god damn lyna doesn't understand what too hard to fast is. doesn't help that lyna doesn't know the history with the aunt. but still. breaks on a car exists for a reason, and it's not to ignore them and hit the gas even harder! LOL

good story so far btw.

edit: just got to first sex and start of ch3. i gotta say good stuff. only missing part is using breeding kink for their dirty talk. like shit imagine if erik mentioned about his birthday gift to her was a swollen belly filled with some inbred brats! :KEK::sneaky:
 
Last edited:
4.60 star(s) 148 Votes