Sycho

Conversation Conqueror
Respected User
May 9, 2018
6,803
7,913
Anybody else have this issue with text? followed by a crash shortly after starting new game.
Usually that's caused by missing Visual C++ runtimes. Go and use a mirror site closest to you to download the all-in-one pack. Then extract the files into a temporary location (which you can delete later) and run the "install_all.bat" file. No system restart is required, but you will need to reload the game.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
KoGa3
Clicking on 'Additional game settings' causes the game to error:


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

While running game code:
Exception: Could not find font u'KoGa3.ttf'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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_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 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 3792, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 360, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 989, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1193, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2050, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 637, in __init__
    glyphs = ts.glyphs(s, self)
  File "renpy/text/text.py", line 248, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "renpy/text/font.py", line 699, in get_font
    face = load_face(fn)
  File "renpy/text/font.py", line 640, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'KoGa3.ttf'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Oh Daddy V0.5
Tue Feb 15 20:22:33 2022
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,022
31,015
KoGa3
Clicking on 'Additional game settings' causes the game to error:


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

While running game code:
Exception: Could not find font u'KoGa3.ttf'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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_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 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 3792, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 360, in render
    return render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 989, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1193, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2050, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 637, in __init__
    glyphs = ts.glyphs(s, self)
  File "renpy/text/text.py", line 248, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "renpy/text/font.py", line 699, in get_font
    face = load_face(fn)
  File "renpy/text/font.py", line 640, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'KoGa3.ttf'.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Oh Daddy V0.5
Tue Feb 15 20:22:33 2022
Hi. Just checked, the missing font listed in your error log is in my Mod Zip file. There must be something wrong with the installation.
 

Jack0h

Active Member
Sep 7, 2018
697
717
Was there any difference between v4 and v5? I finished the Halloween content from v4, and was expecting further content. Am I missing something?
 

pix28

Newbie
Aug 17, 2021
69
152
I hoped for a greater subtlety of the plot and at least some connection with reality. everything turned out to be extremely stupid and rude. the animation was done in a hurry, it would be better if it did not exist at all. in short, another manual for wankers with lustful dolls instead of real people.
 

LeonJKennedy

DSO Operative
Donor
Mar 15, 2021
119
1,014
I hoped for a greater subtlety of the plot and at least some connection with reality. everything turned out to be extremely stupid and rude. the animation was done in a hurry, it would be better if it did not exist at all. in short, another manual for wankers with lustful dolls instead of real people.
I agree. The creator pulls in 10K+ USD every month from SS alone so I hoped for this update to be a bit more fleshed out.
 

Qmil679

Q / Motherlover
Donor
Mar 13, 2019
5,061
13,537
From the beginning of the game, we were waiting for a sex scene between the MC and his daughter.

And when we got what we wanted.. that scene turned out to be.. meh.

Why is there no full penetration? why MC like a moron takes his penis out every time? He don't know how to have sex?
He "supposedly" had many women in the past. Then why is she having sex like he don't know what he is doing. :rolleyes:

This update and the sex scene.. disappointment.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
From the beginning of the game, we were waiting for a sex scene between the MC and his daughter.

And when we got what we wanted.. that scene turned out to be.. meh.

Why is there no full penetration? why MC like a moron takes his penis out every time? He don't know how to have sex?
He "supposedly" had many women in the past. Then why is she having sex like he don't know what he is doing. :rolleyes:

This update and the sex scene.. disappointment.
The dev may never had sex or watched porn. Probably. Who knows? Haven't caught up on this, but, the way people are talking, maybe I shouldn't.
 

Willy1975

Newbie
Jan 6, 2021
96
99
Started out good. But with the complaints about the last update. Is it worth playing or just wait some more?
 

ontach

Well-Known Member
Apr 8, 2018
1,197
1,333
What an odd animation for sex....why is this guy pulling out completely like a foot away and then ramming it back in on each thrust? Does the dev know how sex typically works?
Also, the first time A big dick goes into someone that petite is not likely to be that easy. DMD got that right with Jen and the MC.
 

Belnick

Engaged Member
Sep 3, 2018
2,646
1,266
that was a weird fuck scene lol
all the way outside and then again for EVERY thrust? lol

the other girl anal looked much better, the last scene looked more like a joke scene if compared to each other
 

Badjourasmix

Conversation Conqueror
Sep 22, 2017
6,782
15,178
There are a couple of things that the dev could do to improve the scenes. 1 is not having loop animations where the mc just takes the whole penis completely out. It just makes the scene look weird and 2, maybe add some dialogue during the actual animation loop. Right now you just see the animation click once and the whole scene is basically done.
 
3.40 star(s) 80 Votes