gunzen

Member
Oct 23, 2017
329
462
It's beyond me how he does it, but Coriolan's renders are always better than actual ingame pics. Not only regarding this game but any game he turns his hand to.
Always.
Well, you can certainly see the passion he puts into the art. He clearly loves what he's doing, and that translates to the quality of his works.

Second, he's not working under pressure, so he can take his time to bring his art to as close to perfection as he can.

Third, Cor has the advantage of working from retrospect. So, he 's probably analyzed everything that's been done by the developers, noticed what was missing, or could be improved upon.

Retrospect and passion, are friends of the fan artist. And also a computer that won't break down when you render high resolution images.
 
  • Like
Reactions: Aristos

gunzen

Member
Oct 23, 2017
329
462
It's always easier to make a render, and it takes less time than making a game.

But I appreciate the fact that you like my work. (y)

Another fan-art of the beautiful Alice ;)
I'd actually like to see Alice in that outfit, in the game. Sublime!

*Sends Cor a sly look* Maybe you could contribute to the extras part? *Evil grin*
 
  • Like
Reactions: pgm_01

Mostarac

Newbie
Jan 31, 2018
38
6
I get an error after loading previous save...

here is error stack

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 "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in 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 "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\loadsave.py", line 761, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 1959, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 1791, in rollback
    self.load_failed()
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 1709, 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?

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Freeloading Family 0.23.1
Mon Nov 18 14:44:28 2019
 

V.A. Laurie

Game Writer & Editor
Game Developer
Oct 9, 2017
557
1,875
I get an error after loading previous save...

here is error stack

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 "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in 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 "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\loadsave.py", line 761, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 1959, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 1791, in rollback
    self.load_failed()
  File "C:\Users\Zdenko\Documents\MEGAsync Downloads\FreeloadingFamily-0.23.1-pc\renpy\python.py", line 1709, 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?

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Freeloading Family 0.23.1
Mon Nov 18 14:44:28 2019
Which version was the last you had played before this? Do you have any of the patches installed on this or previous versions?
And finally where was the previous save actually done at? Mid-game or the closing notes of the chapter?
 

V.A. Laurie

Game Writer & Editor
Game Developer
Oct 9, 2017
557
1,875
Last version was 0.18 pc an saves were in different folder made at the end of version 0.18. I had ic pach
Ok, there were save file issues with that version when loading into a new version.

They are corrected now though, so you should be able to use chapter select or start over to get back to where you were. Your saves from now on will work with the chapter updates
 

gunzen

Member
Oct 23, 2017
329
462
Fantastic! Man, now if only that ass were real!

You did say your PC was not optimized for animations. Kinda forgot about that. Sorry.

But thanks. Really, really thanks!

And on Susan's office table too!!! Haha

That look on Alice's face. Tells you you're doing something right. Like I said fantastic! A great work from Cor, again!

Definitely much thanks.
 
  • Like
Reactions: Coriolan

WINTEX

Active Member
May 26, 2017
534
937
I'm really sorry if double posting is prohibited, but I just wanted to say that holy shit, it's the first time that a damn porn game doesn't leave my thoughts after a whole day. Kudos to whoever wrote this.
Wait till you play special :ROFLMAO::ROFLMAO::ROFLMAO:
 
  • Like
Reactions: Ozel
3.90 star(s) 181 Votes