4.20 star(s) 19 Votes

Sylver Games

Evil. Never. Dies!!!!! \m/
Donor
Game Developer
Jun 29, 2020
432
1,430
can you help me out .....how is it possible mega size is 987 mb ..workupload is 1.32gb....anonfiles is 1.42 gb ...which one is it?
Dunno, the official upload is the MEGA one. The other links were uploaded by F95 staff.

To be sure, download it always from the Patreon public post:
 
Last edited:
  • Like
Reactions: TheDevian

ggvee

Newbie
Nov 24, 2018
52
59
Dunno, the official upload is the MEGA one. The other links were uploaded by F95 staff.

To be sure, download it always from the Patreon public post:
I did a comparison between Mega and Anonfile version: Anonfile version is using jpg and Mega is using webm for the images. But both are same size and I don't see any real difference in quality. Also some of the movies are in 60fps for Anonfiles version and 30 fps for Mega version.
Compiled scripts are also different, but maybe that's due of the other image format.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,647
31,923
Is there no way of avoiding having sex with Jacob?
No, not at this time, it is too important to the plot. That said, so far after that, the rest of the guys can be avoided ...for the most part.
 

FookU2

Engaged Member
Jan 23, 2018
2,989
2,153
I guess the old saves don't work on the compressed version. I load both my old saves and the game just starts over.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,647
31,923
I guess the old saves don't work on the compressed version. I load both my old saves and the game just starts over.
Not all of them, at least on the pc one, some do, some don't...
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,647
31,923
I'm using PC. All my saves were broken. I just started over, right clicked skip and picked the dirtiest choice. lol
All caught back up, now. :)
About 2/3 of mine were, but I am doing that to replace them all, since I want them all to work. lol
 
  • Like
Reactions: FookU2

Roerdin

Member
May 2, 2020
180
118
still getting an error. No Rollback allowed, can't ignore. Just starts a new game from beginning.
Latest release from this site.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 913, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2111, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3776, 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 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2066, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 1898, in rollback
    self.load_failed()
  File "renpy/python.py", line 1816, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
 

Sylver Games

Evil. Never. Dies!!!!! \m/
Donor
Game Developer
Jun 29, 2020
432
1,430
still getting an error. No Rollback allowed, can't ignore. Just starts a new game from beginning.
Latest release from this site.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 913, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2111, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3776, 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 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2066, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 1898, in rollback
    self.load_failed()
  File "renpy/python.py", line 1816, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Renpy machine was updated this month and because of that some saves (in every game using Renpy) don't work. This is something that we, the devs, are not responsible. Sorry.
 

Sylver Games

Evil. Never. Dies!!!!! \m/
Donor
Game Developer
Jun 29, 2020
432
1,430
This game started well,I was thrilled with the first content,but the sequel was not very good,minimal sex scenes and these are not good.I started not to get excited about this game.I'm sorry about that.
Mininal sex scenes? Do you have played the game? Lol. There are a lot of lesbian, bisexual and straight sex scenes . . .
 
4.20 star(s) 19 Votes