dkatryl

Active Member
May 26, 2018
614
1,177
I can't quite put my finger on what is vaguely off-putting with regards to the new Katie model face. It's like she had work done, like lip filler or something?

It's like higher fidelity than the original model, which is for the better, but the underlying mesh/structure may not have been?

Dunno.

That said, yeah, her body's banging!
 
  • Like
Reactions: Night Hacker

Tokenugget

Active Member
Jan 25, 2022
595
1,601
Uhhhh, i wish Jenna was the one that shared Captain Heart in her club.... I mean, Debbie is hot as fk.... But after comicon. That would've been soooooo much hotter.
 
  • Like
Reactions: Damo324

acewinz

Engaged Member
Game Developer
Oct 15, 2018
2,554
7,475
I can't quite put my finger on what is vaguely off-putting with regards to the new Katie model face. It's like she had work done, like lip filler or something?

It's like higher fidelity than the original model, which is for the better, but the underlying mesh/structure may not have been?

Dunno.

That said, yeah, her body's banging!
Yeah, the gen 8 upgrade didn't work for her, that is why after ep18 we reverted back to her original model. Might even end up redoing the renders for the ep and a half where she is the gen 8 to get her back to her original in the end. (yes, we did reuse some of the previous ep where she was upgraded to do the short lawyer discussion in Ep 23 for the time being). :p
 

Zerorox

Active Member
Dec 5, 2021
687
1,106
Zarah was never so bad. There is something about her. Maybe that she's a genuine nice person.
Nice person with with face of scary old hag (in early chapters), though... I fucked her in my playthrough, still better then standard "plastic dolls")
So noone Will say I can't see some "inner beauty" in women :LOL:
 
Last edited:
  • Haha
Reactions: JackMiejov

felicemastronzo

Devoted Member
May 17, 2020
11,373
22,131
Zarah was never so bad. There is something about her. Maybe that she's a genuine nice person.
Zarah I think is the only character to look older than she then actually is (50?)

and that is why I think she is one of the little masterpieces of the game, remaining despite an all an interesting and "pleasant" character
 

Zerorox

Active Member
Dec 5, 2021
687
1,106
Tbh, after seeing so much too perfect clones in games I'm even more interested in more realistic looking girls, or even ugly... I can easily let my MC fuck even ugly old mutant girl with tentacles instead of limbs if she has interesting and attractive personality)
Though I'm not playing games for fapping anyway so...
 
  • Haha
Reactions: acewinz

Jacowboy

Active Member
Aug 8, 2022
634
797
Yeah, they did something to her face, made it "sharper edged", more bony... something like that... but yeah her face looks different and somehow "angrier"...
 
  • Like
Reactions: darthpham

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,313
5,618
Do you have any ETA?
I am still working on it. I totally reworked my regular gallery code but it is all working now, the artwork layouts are all done, and I have about half of the scenes done. Part of the problem is there are a lot of attributes and dependencies, so I have to copy and edit each scene to make it watchable as well as not interfere with your stats. But I would say early next week I will have it ready. I will shoot for Tuesday. Once I get it caught up, it will not take long to update moving forward.

If you are interested... here is a screenshot of the main gallery page.

You don't have permission to view the spoiler content. Log in or register now.
And here is one of the girl's pages...
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

unicorn33

Newbie
Jun 1, 2020
21
4
When I try to load an old save I receive this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, 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 "D:\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1061, 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 "D:\WhereTheHeartIs-Ep23-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 3377, 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 "D:\WhereTheHeartIs-Ep23-pc\renpy\display\core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\behavior.py", line 1008, in handle_click
    rv = run(action)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "D:\WhereTheHeartIs-Ep23-pc\renpy\rollback.py", line 807, 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-10-10.0.19043 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Fri Oct 21 21:20:59 2022
 

darthpham

Member
Apr 2, 2022
309
155
Huh? Are you playing the same game I am? Katie has a great body... her personality is a bit much at times (though she has her sweet moments if played right)... her body is one of the betters ones in the game...

View attachment 2111252

View attachment 2111253

View attachment 2111262
This is what I mean....they basically have the same body "shape", but they made Katie too jacked IMO (a fit-chick) where the left the other girls with smoother edges. To each his own, that's why we love this game, right?

1666427464675.png
 
4.40 star(s) 330 Votes