VN Ren'Py Tainted Heritage - a.k.a Weird Shit Is Going to Happen [v0.7.1] [recreation]

4.40 star(s) 40 Votes

papadema

Newbie
Feb 9, 2021
15
2
Ty.
this the error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3007, 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 3816, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 969, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 904, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "renpy/loadsave.py", line 431, in save
location.save(slotname, sr)
File "renpy/savelocation.py", line 421, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Weird Shit Is Going To Happen 0.4
Wed Dec 15 12:04:28 2021
 

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,254
22,182
Ty.
this the error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3007, 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 3816, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1027, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 969, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 904, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "renpy/loadsave.py", line 431, in save
location.save(slotname, sr)
File "renpy/savelocation.py", line 421, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Weird Shit Is Going To Happen 0.4
Wed Dec 15 12:04:28 2021
Weird, try moving the game to some other spot, another hard-drive another folder or something, I can only think of restricted or wrong permissions (windows being weird again).
 

Zodiark69

Member
Dec 1, 2017
147
271
Enjoyed playing it up to the current end. Hope to see more. Also, there's some grammar errors, so have a second read-through, or someone to read through to for ya.
 

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,254
22,182
Told ya'll wait for the update, so here it is^^

WS UPDATE 0.5 OUT NOW!
Changelog:
You don't have permission to view the spoiler content. Log in or register now.
A little reminder, because of all the changes, you'll NEED to start a new game, old saves WON'T work.
Yeah I know it sucks, but I announced it several times by now^^
Have fun ;)
 

S1nedd

Newbie
Sep 7, 2020
40
39
I mean...the game is really good but the biggest problem is that the time between updates is soo shitty long...that's what happen when the devs works on multiple projecrts at the same time...the even shittiest part is that the other project the devs is/are working on is one I enjoy even more and the time between updates is even longer :(
 

linus.quotes

Active Member
Aug 27, 2021
927
634
Told ya'll wait for the update, so here it is^^

WS UPDATE 0.5 OUT NOW!
Changelog:
You don't have permission to view the spoiler content. Log in or register now.
A little reminder, because of all the changes, you'll NEED to start a new game, old saves WON'T work.
Yeah I know it sucks, but I announced it several times by now^^
Have fun ;)
Holy cracking cookie, judging from only looking the cover picture on the first page, looks like there is a hell lotta changes, huh?!
 

Misosoc

Active Member
Sep 28, 2020
568
335
We need a compressed version of this new version 0.5.....

Hopefully the updates will be more consistent going forward. It's been like 7 months it feels like. All good though
 

Spfjolietjake

Conversation Conqueror
Sep 26, 2019
7,489
14,634
Thos
Told ya'll wait for the update, so here it is^^

WS UPDATE 0.5 OUT NOW!
Changelog:
You don't have permission to view the spoiler content. Log in or register now.
A little reminder, because of all the changes, you'll NEED to start a new game, old saves WON'T work.
Yeah I know it sucks, but I announced it several times by now^^
Have fun ;)
This made me so happy :)

It's a wait, but so far always worth it. Thank you
 

Banish

Member
Mar 29, 2019
392
1,379
Never played the game before, but Bad Memories is one of my favorite so have to try it out now. (didn't know this one was from recreation)
 
  • Like
Reactions: blastwave2k

HorizonD

Well-Known Member
Apr 25, 2018
1,746
1,315
The release date in the OP covers the game theme.
Weird shit is happening to the calendar. ^^


Edit: It has been corrected.
 
Last edited:
  • Haha
Reactions: dolfe67

dolfe67

Forum Fanatic
Apr 25, 2020
4,387
11,874
It's one scene. And it's been a while but it (I believe) can be ended before it really starts or if you enjoy hot tentacle rape you can just watch and be an asshole.

At least that's the way I remember it. Won't get a chance to replay until tonight...
You can't go all the way letting the tentacle rape your mother or it's game over, you have to make the MC stop it. At least in 0.4 (I was a bit disappointed)
 
4.40 star(s) 40 Votes