Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 3 to 20 of 863 ยท Next page ยท Last page

Find 43,000+ erotic games Click Here

Can anyone help me whats the different between season one & two (Android) do I have download it two time separately? 

Yes, Season One and Two are separate builds. The game is split over various builds, because Android can't handle APKs larger than 2GB.

What happened to season 2 for android on here??

(+1)

I did some cleanup recently and I think I cleaned too well. The Android download should be restored.

(1 edit)

OMG - just finished Sisterly Lust and, my goodness, Perverteer, the ending wasn't Seven Brides for Seven Brothers (the musical), it was seven brides for ONE brother, meaning it's the source material. The original source material. Plutarch's abduction of the Sabine women  ๐Ÿ˜„๐Ÿ˜‚๐Ÿคฃ

And I have a feeling you were well aware of that. Anyone who creates a scene where the son takes his soon-to-be lover mother to Richard Strauss's opera, Salome, must know. Heck, Milley's girlfriend is even named Sabine. ๐Ÿ˜‰

You are one very clever perv ๐Ÿซก

How do you get this scene

I even went and got the restoration patch and deleted the censor file, got the Taboo version of the game to run, and I still did not have this ending? 

Is it in the flashback scenes?

Your question is a bit vague but the opera scene is part of the story, not a flashback. It's part of romancing the mother.

As for getting all the girls at the end, walkthroughs are available as free PDFs if you Google for them. Either that or avoid breaking up with anyone and use step back key (mouse wheel works in most cases) whenever you make a choice that loses you affection with the woman you're speaking with. 

Although never true in life, Ren'Py allows you to take back what you say. It's the scripting language of forgiveness ๐Ÿ˜‰

I was never in a situation with all the girls, or breaking up, or with the mother, or youngest daughter for that matter.....  that whole game, it was always just middle sister, older sister, Jamie's sister, and Quickeemart girl... with some flings with mother and daughter on vaycay.... 

It sounds like we played two completely different games!!!!! And that is with me reverting it to the 'Taboo' edition. 

I guess there was first gen drop of the game that's been purged from existence because of the effing whiners. 

I had wondered for some time why there was no sound in this series. Well, now I know.

Was playing Sisterly Lust. It has sound. But not for the first time I encountered strange bugs. Certain sounds that wouldn't go away ever. Sounds that played outside their designated context - e.g. sex sounds playing too soon or too late. 

Given that I'd seen this before in Ren'Py scripted games, I had to conclude that it's not quite cooked when it comes to sound environments.

I wouldn't know. The last scene management scripting language I used was way back in the days of SCUMM - Scene Creation Utility for Maniac Mansion ๐Ÿ˜† Long, long ago...and quite briefly.

But I digress. Clearly sound is a PITA for these games, sadly.

There's only music in this one. For Sisterly Lust, I still need to fix a few audio related bugs.

(1 edit)

Oh I know. Music but no sound... no environmental sound. Or, to be more precise, no sound environment.

What I was wondering is whether there are any limitations in the Ren'Py scripting language that makes it difficult to create a proper 3D sound environment? It appears that you can only designate specific sound files to play at specific times at specific volumes. It doesn't seem to have a way to set up 3D sound but I've only glanced at it.

As for Sisterly Lust certain sounds just don't go away, such as the one for the remote control vibrator. But I've experienced this in other Ren'Py games too.

That persistent low thrumming sound for the remote control vibrator was also highly amusing. In the early days of cinema, episodes of serials would run before the main feature. One very popular series in the silent movie days was The Perils of Pauline - you know, the one where the gal is tied to the railroad tracks with a train approaching as the signature cliffhanger. In Sistery Lust it's the Embarrassments of Bella ๐Ÿ˜† You'd hear that sound followed by a shocked or otherwise tortured shot of Bella. I have no idea how I got on that path with that character but it was hilarious at times ๐Ÿ˜œ

I usually just turn off game sound. AVNs are generally in the equivalent of their silent movie era.

Sisterly Lust uses a lot of channels to overlay sounds, so it gets fairly complicated quickly. Hence some sound effects not being stopped properly at times. I have a list of sound issues I need to fix, but developing TFTUV Season 3 takes precedence.

On the other hand I could just leave the vibrator running for the whole game, for comedic effect. ;)

(1 edit)

No, no, no, no, no - I am not asking you to fix bugs on that game...noooooooo! ๐Ÿ˜ฑ

As I said, I'm an ancient, retired video game dev and I was curious. So, I simply grabbed Ren'Py to see how sound is handled as it's always awkward in EVERY game that uses it

And it didn't take long to see why ๐Ÿ˜† The now ancient SCUMM scripting setup had more sound options! Plus, as I said, it's an acronym for Scene Creation Utility for Maniac Mansion - a game made in the '80s. Then again, some are pretty irrelevant, such as the use of MIDI music, but I digress.

Stay on course Perverteer! ๐Ÿš€ Especially now that some...not great person already posted the ending to Episode Two here ๐Ÿคฌ

oh man just finished season 2 and i ohpe three has has started cause i need it i gotta know what happened to eva and if that fat bastard is gone

Okay, first bug report. I get an exception screen when I try to open the gallery.. If I choose Ignore it takes me back to the game. Here's the report:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "game/screens.rpy", line 869, in execute

  File "game/screens.rpy", line 869, in execute

  File "game/screens.rpy", line 890, in execute

  File "game/screens.rpy", line 568, in execute

  File "game/screens.rpy", line 568, in execute

  File "game/screens.rpy", line 577, in execute

  File "game/screens.rpy", line 580, in execute

  File "game/screens.rpy", line 586, in execute

  File "game/screens.rpy", line 589, in execute

  File "game/screens.rpy", line 620, in execute

  File "game/screens.rpy", line 890, in execute

  File "game/screens.rpy", line 894, in execute

  File "game/screens.rpy", line 895, in execute

  File "game/screens.rpy", line 900, in execute

  File "game/screens.rpy", line 903, in execute

  File "game/screens.rpy", line 903, in <module>

TypeError: list indices must be integers or slices, not str

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

Full traceback:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\ast.py", line 834, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\python.py", line 1187, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\core.py", line 2218, 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 "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\core.py", line 2748, in interact_core

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\displayable.py", line 434, in visit_all

    d.visit_all(callback, seen)

  [Previous line repeated 1 more time]

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\screen.py", line 480, in visit_all

    callback(self)

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\core.py", line 2748, in <lambda>

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\screen.py", line 491, in per_interact

    self.update()

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\display\screen.py", line 700, in update

    self.screen.function(**self.scope)

  File "game/screens.rpy", line 869, in execute

  File "game/screens.rpy", line 869, in execute

  File "game/screens.rpy", line 890, in execute

  File "game/screens.rpy", line 568, in execute

  File "game/screens.rpy", line 568, in execute

  File "game/screens.rpy", line 577, in execute

  File "game/screens.rpy", line 580, in execute

  File "game/screens.rpy", line 586, in execute

  File "game/screens.rpy", line 589, in execute

  File "game/screens.rpy", line 620, in execute

  File "game/screens.rpy", line 890, in execute

  File "game/screens.rpy", line 894, in execute

  File "game/screens.rpy", line 895, in execute

  File "game/screens.rpy", line 900, in execute

  File "game/screens.rpy", line 903, in execute

  File "game/screens.rpy", line 903, in <module>

  File "C:\TFTUV2-0.22.1-Uncensored Edition\renpy\revertable.py", line 214, in __getitem__

    rv = list.__getitem__(self, index)

TypeError: list indices must be integers or slices, not str

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.7.25031702

Tales From The Unending Void 0.22.1

Tue Sep 23 18:37:25 2025

```

(1 edit)

You can fix this by opening op the developer console (Shift + O) and typing: scene_gallery_page = 0

Thanks! ๐Ÿซก

It works just fine if I choose the gallery from the main menu. 

What I love about this episode thus far is that oh, man, he's got a LOT of explaining to do ๐Ÿ˜†

And the tribute to the old two orcs and an elf porn trope had me laughing pretty hard. Though not as hard as when he questions the prisoner and YOU JUST KNOW how that's going to end.  Ah, but Kim knows ๐Ÿ˜„ His adventure with the slug that he recounts...he indeed is the MC's best buddy!

You and Classy Lemon have marvelous imaginations I must say.

The restaurant scene with Thyia otoh was very moving. Her dream of the white wedding dress...damn, I should stfu before I spew spoilers.

Happy to hear that scene with Thyia was able to tug at the heartstrings!

And Kit is just very open to everything, even slugs!

(+1)

Oh yes, there's this touching vulnerability in Thyia, beneath multiple layers of marble-hard personal armor, that got to me in her first scene in Episode One. Thus making that scene so....well...to put it in a British way, I won't say I wept, but I will not say I did not ๐Ÿ˜‰

It's good writing.

I was dismayed at the manufactured drama regarding Season Two on Steam and I hope the GOG submission goes better for you.

It's strange but I'm used to it...over 30 years as a video game dev for nearly every genre, including the first MMO back in the '80s and you just can't explain to people that pixel behavior never translates into meat-space behavior. Or, in the proper context, nobody is going to play this game and then think it would be a fine idea to screw their sister ๐Ÿ˜†

But enough pontificating. ๐Ÿง

Some time ago, before I stopped following the AVN lovers corner of Reddit, I posted a nifty photo spread of Rahia there because...well...just because. You told me that we wouldn't be getting any more Amazon warrior women until the NEXT season, alas. 

Thanks for this free version! It somehow found my last save from Season One and here I go again ๐Ÿ˜‰

If things don't go well with GOG I will find a way to pay for this. If they do, I'll simply buy it there.

Hey there! Yeah,the Steam situation sure sucks. I still have hopes for the GOG submission, but first I need to get the first episode of the third season out.

Hope you enjoy your rerun!

Oh, what I should do is what I used to do with games I downloaded from Itch - make a payment. But that option appears to have gone away. I'll just pop over to your Patreon and make a payment there...while I still can...heaven knows when the mob will go after them!

Thanks! Sadly, itch.io effectively removed the ability to accept payments on their platform over two years ago.

is there another site where i can get Sisterly Lust? i would like to replay it while i wait for TftUV season 3 to come out

(1 edit)

The game is still available on Steam, GOG, SubscribeStar and my personal website.

(+1)

thank you very much! i look forward to playing it again. also looking forward to Unending Void season 3. it is one of the most gripping stories i have ever played through, and the girls are so damn sexy

Is Season 2, blocked on Steam or did you remove it on your own. Also S2, is not on GOG. Perverteer can you please tell me when it will be available on Steam or GOG as want to play both season on using same platform?

Steam has refused to publish Season 2. I'm in the process of submitting the second season to GOG, but there's no ETA on that for the moment.

โ€œDo you miss out on a lot of content with the free version?โ€

The free version has less sex scenes, compared to the extra scenes edition.

Usually, I don't have issues finding all the paths, but for whatever reason I can't seem to get the scene marked as Duo Dalliance.

I have 3 saves. 1 where I was with everyone, 1 where I'm only with people I'm not related to, and 1 where I treat Jade & Vess like sex slaves. None of those led to that scene, so what am I missing?

Have the relationships changed in season 2? The text keeps referring to Lily and Eva as friends instead of the main character's sister, refers to August as only his father and in a conversation with Nadya in Ep 21, said that neither Aven, Lily or Eva were related to August though there was a whole plotline in which we found out the truth about how they were all related. Why has it changed when the codex still confirms they are related?

Are you running the Windows or Android version of the game? Does the main menu say "Taboo Edition" in the top-right corner?

(1 edit)

Yes it does, I have it on Windows

In that case the game shouldn't refer to them as friends. Is this a consistent occurrence, or does it happen occasionally?

It is consistent in the newest chapter

Could you apply this third-party patch and see if that makes a difference?

I wanted to buy it on steam, but gonna wait for Gog Release.

Viewing most recent comments 3 to 20 of 863 ยท Next page ยท Last page