lav_unya2

Newbie
Oct 22, 2022
19
30
In general, everything is like a comedy.
But it's fun. I was also interested because the wolf girls were impossible.
 

Tanjim24

Newbie
Apr 12, 2022
91
28
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

-- 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 3276, 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 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1062, 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 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, 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 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 768, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Area69 0.825
Wed Jan 15 04:16:23 2025
WHILE LOADING SAVE THIS HAPPENS
 

Samu13

Member
Jun 13, 2018
288
411
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

-- 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 3276, 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 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1062, 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 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, 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 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 768, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Area69 0.825
Wed Jan 15 04:16:23 2025
WHILE LOADING SAVE THIS HAPPENS
Is that an old save file. Maybe one that had a mod?
If you start a new game, does the same thing happen?
 
Aug 10, 2024
197
92
Does this update have any new contents or is it reworks of old ones?
Sorry if it was already answered before but i couldnt find anything properly abt it so i asked here
 

Samu13

Member
Jun 13, 2018
288
411
Does this update have any new contents or is it reworks of old ones?
Sorry if it was already answered before but i couldnt find anything properly abt it so i asked here
Which update do you mean? 0.82 and 0.825 have all the new things in the changelog in the OP. There are no details yet for the upcoming 0.83.
 

Samu13

Member
Jun 13, 2018
288
411
0.825

Iirc 0.82 had that alien base encounter new scenes which i already played
0.825 doesn't have anything new, as can be seen in the changelog in the OP. There's a new gallery, there are a bunch of changes to energy/arousal, gameplay changes, some re-renders. If you already played 0.82, there's nothing really new there.
 
  • Like
Reactions: JohnnyFromDeep

Samu13

Member
Jun 13, 2018
288
411
thx man, but can u tell me more abt it
The game doesn't take itself too serious, each quest delves into a different supernatural theme (vampires, werewolves, ghosts, etc), renders are very well done and dev isn't afraid of making older people actually look older.
There is some grind, but if you don't want it, you can use my mod which should decrease it considerably.

If you're easily triggered by NTR, you could have issues with this game. There are avoidable scenes (which aren't technically NTR, but are NTR enough to trigger many people) and there is an unavoidable scene of sharing.

Mostly, you should read the reviews and decide if it's for you or not. There are plenty of poins of view there, both for the good stuff and the bad.
 

dickman gaylord

New Member
Jan 3, 2022
8
6
The game doesn't take itself too serious, each quest delves into a different supernatural theme (vampires, werewolves, ghosts, etc), renders are very well done and dev isn't afraid of making older people actually look older.
There is some grind, but if you don't want it, you can use my mod which should decrease it considerably.

If you're easily triggered by NTR, you could have issues with this game. There are avoidable scenes (which aren't technically NTR, but are NTR enough to trigger many people) and there is an unavoidable scene of sharing.

Mostly, you should read the reviews and decide if it's for you or not. There are plenty of poins of view there, both for the good stuff and the bad.
thank u mate
 
  • Like
Reactions: Samu13

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
25,374
219,600


Hi everyone, next week I'll upload the first renders of v0.83, I hope to finish it by February and have v0.84 finished by March...

I'm really looking forward to finishing the main vampire and werewolf plots!!!

I hope everyone had a good start to the year!

Thanks for the support!
k78
 

gregorian57

New Member
Jul 4, 2023
1
2


Hi everyone, next week I'll upload the first renders of v0.83, I hope to finish it by February and have v0.84 finished by March...

I'm really looking forward to finishing the main vampire and werewolf plots!!!

I hope everyone had a good start to the year!

Thanks for the support!
k78
This game is a masterpiece we eagerly waiting.
 
Jan 25, 2023
18
9
What's the trigger for shower sex with Amelia? I've completed all available story lines and both other vampires are living in the bunker.
 

Samu13

Member
Jun 13, 2018
288
411
What's the trigger for shower sex with Amelia? I've completed all available story lines and both other vampires are living in the bunker.
There is no shower scene for Amelia. At 13h, when she's in the shower, nothing else ever happens. At 14h, when she's masturbating in the bath, you can get a BJ. That's all the scenes for her in the bathroom.
 
  • Like
Reactions: senormisterioso
3.90 star(s) 106 Votes