
Tales From The Unending Void
A downloadable game for Windows, macOS, Linux, and Android
Tales From The Unending Void is my next project and a sci-fi choice-based visual novel made in Ren’Py, much like my previous title Sisterly Lust.
PLOT
Camran is a young minor noble from the Sovereignty, a part of space dominated by humans. Erstwhile cadet of the Terran Naval Academy, Cam has been forced by circumstances to travel the galaxy, together with a band of friends, taking on menial jobs and occasionally smuggling some illicit cargo. As he involuntarily becomes part of sinister plans machinated by powerful intrigants, Camran’s life is changed forever…
GAMEPLAY
The game is built on choices that will have an impact on the narrative. Multiple love interests, alien and human, are available to be pursued.
FETISHES
- Harem
- Anal
- Lesbian
- Voyeurism
- Masturbation
- Futanari (Optional)
- Group Sex (Optional)
- BDSM (Sub & Dom, Optional)
- Pregnancy (Optional)
- And much more!
EDITIONS
Season One contains the first twelve episodes of the game and is available in the Free and Extra Scenes edition. The latter contains more sex scenes, has achievements and also comes with a game guide and bonus artwork. The bonus edition is sadly no longer available on itch.io, but can still be purchased on Steam.
DISCORD
Join the official Perverteer Discord Server here, the server is public, but becoming a patron gives you access to patron-only channels.
BUY THE BONUS EDITION ON STEAM
The Bonus Edition, or Extra Scenes Edition contains more sex scenes and comes with a walkthrough and a pack of bonus artwork.
BUY THE BONUS EDITION ON GOG.COM
The full version of Tales From The Unending Void: Season One is also available on GOG.com. You can find the game here.
Updated | 2 hours ago |
Status | In development |
Platforms | Windows, macOS, Linux, Android |
Rating | Rated 4.5 out of 5 stars (1,349 total ratings) |
Author | Perverteer |
Genre | Visual Novel |
Made with | Ren'Py |
Tags | Adult, Aliens, Erotic, Male protagonist, Romance, Sci-fi, Space, Story Rich |
Average session | About an hour |
Languages | English, Italian, Polish, Russian |
Inputs | Keyboard, Mouse, Touchscreen, Smartphone |
Links | Steam, Homepage, Twitter/X, SubscribeStar |
Download
Install instructions
On Windows/Linux and Mac, just unzip the package and double click the .exe/.sh file or unzipped application bundle. On Android the apk has to be sideloaded. If the application doesn't install on Android, please verify that you allow installs from unofficial sources.
Development log
- Sisterly Lust suspended on itch.io56 days ago
- TFTUV Season Two game trailer live and first review build submitted to Steam82 days ago
- Tales From The Unending Void v0.22.197 days ago
- Season Two is cruising to Steam!Mar 26, 2025
- Update macOS buildMar 18, 2025
- Tales From The Unending Void v0.21Mar 04, 2025
- Tales From The Unending Void v0.20.1Sep 23, 2024
- Tales From The Unending Void v0.19Apr 02, 2024
Comments
Log in with itch.io to leave a comment.
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
```
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!
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
The game is still available on Steam, GOG, SubscribeStar and my personal website.
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?
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.
where will the best place to buy season 2 be now that i cant get it on steam and when will it come out?
How to get the scene "Jumping on Jane"
edit: It's probably making Jane your sl- submissive instead of 'self control' and 'free will'
Games decent just too much reading and not enough action.
What will you do now that steam has taken down season 2? I was looking forward to more.
I'm going to submit the season to GOG as planned and I'm looking at other ways to sell the game as well.
You could sell some other "game" and give this game as a freebie with it.
One question: Does the second season remove the pregnancy content? Its just that on the first season, you could see that on the "relationships" window, but now, it doesn't appear. Maybe its because I dowloaded it from your web instead from Itch.io, or maybe im wrong. I don't know
No, the pregnancies will start to develop in the second season. I've made some tweaks to the relationship window, so that you only see the pregnancy status when the girl in question is expecting to make it a little less spoiler-prone.
Copy that. Thanks for the info. And also, great work with your games.
I keep getting a rollback and can't move on even though ignore it, its the part when i talk to jade when she was just sitting outside
Have you used the save import feature to start a new game or the questionnaire. There's a known issue with the latter, so I'd be interested in the contents of the error message. Could you provide that for me?
i don't have the message since i deleted the game but i did do the questionnaire
Thanks, that's helpful information. I'll see if I can reproduce this in a test playthrough.
Still not yet updated or not?
Might take a bit since the current status of issues on itch and steam
the cliffhanger at the end of part 2 was too much for me. Eva was also pregnant for my playthrough, and it just makes it worse. i can't wait to get the rest of the story because i need to save her if possible :'(
I have been upfront with Eva yet she seems to act like I was going behind her back and it appears she is shutting down the harem route. Is anyone else having this problem or am I just reading into the dialogue too much?
Zivs heram romance might be buged, as when I went the; admit, truth, heram rount in basicly her the next scene, right after we go on the attack, i get a scene where Ziv claims I lied and brakes it off when I havent had any conversations since she agreed, so couldnt have lied after it, and she should have said no for anything before it
I need season 3 already xD
The game has a pegging and CBT?
Omg I just refinished sisterly lust a second time and this go around was so much better I loved the ending
i feel like no matter what route i take in Sisterly Lust, it always ends up the same ending, more or less. ngl, i am trying to get an ending where i end up with just Rachel and none of the others.
QUANDO SAI NA STEM?
2часть не полностью переведена на русский язык я играю на андроиде
That ending *sad face*...
Ya wrecked me there m8... Still thinking about it
I purposely didn't scroll to comments until I caught up... not a great day to catch up apparently... S3 can't come soon enough now.
Agreed I just finished and I can't believe eva is...not she cant it's all to perfect eva got prego then lilly I don't want to accept how it has ended
I think I’m experiencing a glitch because Eva isn’t open to the harem route, even though the choices say I proposed it to her. Because of that, I can’t access her scene with Lilly.
Hey there, I think this is a known issue, but could you perhaps send me your affected save game at perverteergames@gmail.com? I can then check out what might be wrong with your playthrough and create a fix accordingly.
I have the same issue but with lilly. Had the scene with her and celine but now she is disgusted by the sister routes....
For me one of the best AVN and also related to the space theme. I can't wait for S2 to come out on steam.
tengo un problema con la temporada 2 cuando pase el save de la temporada 1 a la temporada 2 no me sale mas dialogo en españo
Season 2 doesn't have a complete Spanish translation yet, only Episode 13 has been translated.
what is the different between steam version and GOG version?
The Steam version supports Steam achievements and cloud saves. Other than that there is no difference.
the Steam version I can´t download its not permitted in my country like most vn games
The first season is also available on GOG.
Hi, I'm sorry, but you can fix it. The new version of the game is not fully translated on android. It's in English, can you fix it?
Which language are you referring to?
2часть не полностью переведена на русский играю на андроиде
Right, it's a partial translation (as indicated in the settings screen). The translation should be complete in the next update.
2часть не полностью переведена на русский язык я играю на андроиде
2часть не полностью переведена на русский язык я играю на андроиде
what is the different between steam version and itch version?
The Steam version has more sex scenes, achievements, bonus artwork and a game guide.
Any idea when season 3 will be
Привет сперва хочу сказать огромное спасибо разработчику за такую прекрасную отличную игру и ещё просьба если можно может разработчик для андроид версии порт собирать
how Many Episodes in Season 2 will there be because I'm currently waiting for season 2 to be finished before I continue. is there going to be 12 episodes like Season 1 or will there be less?
Season 2 will contain 10 episodes.
when will the last episode of Season 2 be finished do you have a time line?
The episode has been released to subscribers and will drop next month publicly.
I have to say that both stories (Sisterly Lust and TFTNV) are very addicting.
I fast forward through most of the sex scenes (pretty repetitive) to get back to the story itself.
As soon as I finished the first one (downloaded from here), I purchased it through GOG to show support for you to continue the story. (I have purchased both SL & TFTNV on GOG, and am hoping that you will also put any and all future of your novels on GOG. Unfortunately, there is no sign of the 2nd part on there, so can't buy it.
I have now finished the second part, but have found an issue with Vess. For the last play-through of the story, the only ones I am having a relationship with are the 3 sisters. Because of this, up until the end, there was no option to release her from detention, and I had no problem with that. She still supported and cooperated with us.
The issue is that somewhere between 19 and 21 (I think it was 20.. apologies, I didn't take notes and just went ahead with the story to the end..), she is all of a sudden out of the cage and having a relationship with me, which should not have happened. It was probably within 15 minutes of the error that it seems everyone is getting (not sure it is the same error, but it is the only one I received through the whole game, so I suspect it is).
Anyway, the only complaint I have, is that there are too many big butts, lol. I know that is a "thing" for some people, but I am not one of them. (would be nice if it was possible to choose body prefs at the beginning of the game)...
Please put the others on GOG too!! I will buy them as soon as they are up. And thank you for your really good games.. I hope you can continue with your creativity.
OH!!! 1 last thing... PLEASE finish up 2 and get started on 3 ASAP! Last thing I saw on part 2 was, "TO BE CONTINUED"... :^(
Thanks for the kind words! The problem with Vess is a known issue and should be fixed in the next release. As for putting the second season on GOG, as soon as it's finished I'll start the submission process.
Thank you, and I hope others are doing the same (purchasing after playing) so that they will support you to continue.
Is season 2 complete or not yet?
I'm in the final stages of development, so not long now.
I don't like the way raene's character is handled, we're constantly reminded of how advanced all sciences are, especially medical, yet that process is identical to current day medicine?
don't get me wrong i don't have issue with gender change whatever being in the story, but in a super advanced sci-fi setting it should be nothing more than a simple surgery (and unlike current day would be entirely functional and be something you could change back and forth with) maybe with a round of pills to help the body adjust to the changes, like they do with augmentation rejection meds in deus ex and cyberpunk.
I have a similar issue with the ferro fluid character from apex legends. it's shown as a future that has little to no discrimination and incredibly advanced science, yet it's somehow brave of the character and they struggled despite the sourced of the difficulty around it not existing in that world/universe, TFTUV's story gives a source of mental discomfort but everything else points towards the science side being advanced enough that it shouldn't need rounds of transitionary meds analogous to the current era
it just doesn't make sense and rips away my suspension of disbelief (a.k.a. immersion if you prefer), replacing said suspension with reminders of all the arguments I've seen with people being complete assholes to eachother (on both sides) for no good reason
Здравствуйте а в этой игре есть щекотка?
Are you going to make a chapter 3
Yes, a third and final season is planned.
when do u think its going to be coming out
I don't have firm release date yet, I need to finish Season 2 first.