Patrefans
perverteer from patreon
perverteer patreon

Downloads

🕑 Added 2021-01-28 15:55:24 +0000 UTC

Comments

Perverteer

The extra scenes edition contains more sex scenes.

jjoliv6854

whats the difference in uncensored and extra scenes edition?

Perverteer

The walkthrough is included in every release post. Here's the latest version: https://www.patreon.com/posts/tales-from-void-140568728 The guides are also posted separately under the Walkthrough tag: https://www.patreon.com/c/perverteer/posts?filters%5Btag%5D=Walkthrough

Duke Silver

Quick question, i'm new here on Patreon, Just got season 2 TFTUV. Is there a walk through out yet for it? If so where I tried to look for it. Thanks

Perverteer

Are you playing on Windows or Android?

SorrowOrSuffering

I don't know what to do anymore. I finished Season 2, and it doesn't create a Season save file. I can't find an FAQ or a manual, and at this point I have no idea what I have to do or why it doesn't create a Season save file.

Perverteer

The beginning of the third season will drop on November 6 for everyone else.

Perverteer

I'm hoping to release the second season on GOG and I will also sell it here on Patreon.

Jay Escobar

When is season 3 coming out for the rest of the patrons

jjoliv6854

since season 2 will not be on steam what other places are you able to release your game on btw was upset steam did that to you

Perverteer

I think I forgot to set the discounts for that particular sale. I've activated them just now, so you should be able to buy the game at a discount now.

AIS

Hai Perverteer, i have a question, right now Steam Autumn Sale is Live, but i don't see your game have a discount, i'm curious about discount sale, is it your decision or steam staff ?, cause i really want to play your game but i wish it could have a discount. and i'm sorry for asking on comment section,this is the only way i know to contact you, sorry for the inconvinient. Thank You

Perverteer

Thanks a lot for your kind words and happy to hear you enjoyed the second season so much!

Wolfgang Kümmel

Hello Perverteer, Wow, now I'm through with TFTUV2, and what an end! I have to let that sink in first. My sweet pregnant Eva... However, I have to be careful not to spoil here! You are a great storyteller and I am now curious about the further development of events, also in relation to my (the MC's) small family. Please let everything end well! Funny how you can think about such a game? It's just "pixels", but it's just an exciting story. I enjoy it like a good book, where I get sad the closer you get to the end. "What, almost over? Only a few more pages? Too bad..." I hope you continue to write such great stories, even with the possibility of incest. Personally, I have nothing against this kind of love, if it is consensual and sensitively told. I played SL with great pleasure. Very important: this is of course only my personal opinion and only applies to me! I know that there are very different opinions in this area, and that is how it should be. In your game, you address fascistic aspirations of the Shixses with their "eugenics program". And in return, an organized resistance to the expansion plans of the Sovereignty gradually arises in the form of the "Auric Exemplar", with the participation of Callista. I think such parallels to reality are good and important. Especially if these efforts are ultimately unsuccessful. So it has a lot of material for Season 3, which you are already working on. I'm very excited about the sequel and I'm looking forward to it. Now I hope that the story will allow us (the MC and Eva) to have a future together. Stay healthy and thank you for your great job!

Perverteer

Could you send me an email with the contents of that error? Also, did you start a new game with the questionnaire or did you use a previously saved game?

Buffalo6

I get an exception occurred after speaking with Jade on the docks when we discussed tea and her homeworld. I hit ignore and it rolls back to the beginning of the scene.

Perverteer

Thanks, that's a known issue and I have a fix in the works. What you could do as a workaround is start a game with the questionnaire and leave Nadya's answers blank. Once the game has started you can open up the developer console by pressing Shift + O and typing the following: ep010_na_convince = True ep010_na_challenge = True That should set the correct variables for her path.

Phillip Chappell

[spoilers] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/common/00action_other.rpy", line 619, in __call__ rv = self.callable(*self.args, **self.kwargs) File "game/continue.rpy", line 772, in set_nadya_relationship TypeError: toggle_variable() takes 1 positional argument but 2 were given -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\bootstrap.py", line 359, in bootstrap renpy.main.main() File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\main.py", line 701, in main run(restart) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\main.py", line 153, in run renpy.execution.run_context(True) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\execution.py", line 958, in run_context context.run() File "script.rpyc", line 851, in script File "lib/python3.9/future/utils/__init__.py", line 444, in raise_ File "script.rpyc", line 851, in script File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\ast.py", line 1987, in execute self.call("execute") File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\ast.py", line 1966, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\statements.py", line 374, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\exports\statementexports.py", line 345, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes 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:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\core.py", line 3289, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\screen.py", line 794, in event rv = self.child.event(ev, x, y, st) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1526, in event rv = super(Window, self).event(ev, x, y, st) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 285, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\viewport.py", line 589, in event rv = super(Viewport, self).event(ev, x, y, st) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 285, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\behavior.py", line 1182, in event return handle_click(self.clicked) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\behavior.py", line 1103, in handle_click rv = run(action) File "C:\Users\deway\Downloads\hold\TFTUV2-0.22-Extra Scenes Edition\renpy\display\behavior.py", line 401, in run return action(*args, **kwargs) File "renpy/common/00action_other.rpy", line 619, in __call__ rv = self.callable(*self.args, **self.kwargs) File "game/continue.rpy", line 772, in set_nadya_relationship TypeError: toggle_variable() takes 1 positional argument but 2 were given Windows-10-10.0.26100 AMD64 Ren'Py 8.3.7.25031702 Tales From The Unending Void 0.22 Tue May 20 09:50:50 2025 [/spoilers] Got both in a moded game and a unmoded game.

Perverteer

The Mega links should still work. The other mirrors are a little flaky, unfortunately. Files often get deleted when there are no downloads within a certain time.

RevanJager Gaming

Downloads are broken? None of the mirrors are working. Just get messages saying site cant be reached or file not found...

Perverteer

Depends a little on how soon I send the animations to Alorth. Animations take a lot of time to render though. Postwork takes a while too, especially when I have to go back to existing scenes and rerender parts of them. So all in all you could say that rendering takes the most time.

Marco

Hello! Question: how long does it usualy take from finishing the renders until release? Does it all depend on the animations? Just curious! Thanks!

B33k3R

fixed,was bocked in exe as from another computer,,happy day :D

B33k3R

games dont run i downloaded them extracted them to a folder but when i click on the exe nothing happens,have i missed a step?

Perverteer

Those mirrors are unreliable, unfortunately. Mega should still work.

Meax

Hey, the downloads for tftuv season 1 doesn't seem to be working. I get an error from both mixdrop and uploadhaven

Perverteer

Patreon has forced me to remove SL from their platform. It's available elsewhere though, so please send me a message via perverteergames@gmail.com so I can help you further.

YungFitta

Hey, is there a way for me to get access for the final verion and walkthrough of SL through patreon?

Perverteer

I regularly forget to update this post, the releases tag should have the latest: https://www.patreon.com/perverteer/posts?filters%5Btag%5D=Releases That said, I've updated the links in this post as well.

Xioely

17 19 both say "Please upgrade your account to continue? MEGA, others not working" want to run one then two. ? ? ?

jjoliv6854

ty

Perverteer

Season 2 starts with Episode 13 and continues all episodes from 13 and onwards. The free edition lacks the bonus sex scenes of the € 15+ patron release. In your case I'd download the Bonus Edition, linked in the release post or available here: https://www.patreon.com/posts/tales-from-void-85268708

jjoliv6854

is season 2 13 and on i if so cant download 13 and 14 either version?

Perverteer

I post it here and as a subscriber you should get an email notification as soon as it's posted.

Tor Cha

Do you mail the Release out or Post it?

Tor Cha

Thank you for both the quick response and answering

Perverteer

I tend to release every two or three months. After that it takes one month for the builds to drop publicly. Episode 16 of TFTUV will be available publicly in a few days at the end of this month.

Tor Cha

Just finished the Strong Supporter Of the Game is Very good. Would Like More. When do More drop on Me?

Perverteer

I wouldn't recommend mixing both versions. So best to keep them separate.

Tor Cha

On Tftuv Are Season 1 & 2 able to be in the Same File Header? (can i have both seasons under the same App? or do i need to keep then Separate?)

Dubsington

Weird. If you can't reproduce it I won't worry about it (it's painful to post screencaps here anyway), since it can be sorted out just by replaying (or having a non-shit memory).

Perverteer

Hmmm, that's weird. Because both Arlya and Rhedia are added to the codex in Episode 14 (they're not listed under their Nkoy moniker).

Dubsington

FYI, the codex is a bit out of date. Hadn't played in a bit and just getting caught up on 15, and one of the first things I hit is "Rhedia" talking about someone named "Arlya" and someone named "Nkoy Arlya". None of these names are in the codex, so i had to back way the heck up to figure out who was who. Not a huge deal, but you went to the trouble of making the thing, might as well have it be complete!

Perverteer

That sounds like a GPU issue. The game's engine has a few things you can try when experiencing display issues: https://www.renpy.org/doc/html/display_problems.html

Perverteer

It's not an arbitrary requirement. You need an Season 1 save game to import into Season 2, to carry over your choices from the first season. But I think you are saying that the game doesn't start when there's already Season 2 save data present, that sure sounds like a bug.

RicoSwavey

what ending in SL were you hoping for?

RicoSwavey

Had no issue going from v14 to 15.1. Did have one glitch though... Any time there was a picture panning up the image was notsmooth but was broken up

darren

i added savegame from 15 working version but it still says 'no previous season data found' just remove this requirement from the software dude. so stupid 🙄

kokayi Newsome

I beat SL but never got the endings I was hoping for. But it turned out mostly good. Void I do way better. i'm replaying it now and catching up to where I left off.

darren

DOWNLOAD

Perverteer

Thanks!

Trykon

The events in update 12a left me in awe. Amazing work. Keep it up!

Peter Harmanis

Thank you!

Perverteer

Deleted the post, the error should be fixed anyway.

Peter Harmanis

Perverteer

Almost certainly a false positive. The build contains a 32-bit exe that sometimes gets flagged by antivirus software. You can remove that file if you want to, because your system is probably 64-bit, so you won't use TFTUV-32.exe anyway.

=Max=

Perverteer

This bug will be addressed in v0.9. As a workaround you can temporarily disable the character portraits in the game's preferences.

Snow201134

Perverteer

Could you send me an email at perverteergames@gmail.com or send me a DM on Discord (if you use that).

William Talley

Perverteer

Hi William, I've sent you a private message about your question.

William Talley

Perverteer

The only difference are the Steam achievements, but other than that the versions are the same.

13Lokiz

darlic

❤


More Creators