Zovk Darkness

Newbie
Oct 26, 2020
24
89
Sdev.png

He is kind of reluctant to switch to SubscribeStar for now, but if there is no alternative he should switch like other devs what had problems with patreon/payout option providers, I think any dev who wanted to make a game that has something they don't like it, should not start with patreon, but with another like SubscribeStar or start with patreon and after reaching $1000 switch to another that does not have this kind of problem in the future.
 
Last edited:
Sep 26, 2021
212
212
I never got around to reading DR but I've been following Seacth on Patreon for a while so I still see the public posts and I caught wind of the suspension. What happened? From reading some of those Discord screenshots posts above it sounds like it wasn't actually anything to do with the game?
 

anyusername

New Member
Oct 1, 2022
14
10
The early Lera/Serena choice is disturbing.
Wanting a relationship with the girl in your head means another girl is going to dress/look more like the girl in your head.

This is like wanting to fuck your daughter so you ask her friend to wear your daughters clothes. Not only is it a poor imitation of what you want, but it's also unfair to the friend too.

I don't care if one is based on the other. They aren't the same person anymore.

That choice was years ago though. Does the Lera/Serena problem get better or worse?
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,891
21,233
This is like wanting to fuck your daughter so you ask her friend to wear your daughters clothes. Not only is it a poor imitation of what you want, but it's also unfair to the friend too.
Don't be a n00b... fuck both your daughter and her friend at the same time... :KEK:
That choice was years ago though. Does the Lera/Serena problem get better or worse?
AFAIK it's just a visual change. You also have the option to say no to that too...
 
  • Yay, new update!
Reactions: Lerd0

zombhunt

Member
Jun 10, 2020
117
214
At the end it tells me that chapter 9 part 2 is coming soon? is it supposed to say that when it already is chapter 9 part 2?
 

haremwincest

Newbie
Mar 11, 2023
87
610
You sure you didn't refuse her? And you can still go for the harem path you'll just see the same stuff without Imogen.
I've found where it's causing you problem

Code:
label chapter7:
    scene black
    if jane_rel and mary_rel and kaylie_rel and sarah_love and melinda_rel and lera_rel:
        $ trueharem = True
    else:
        $ trueharem = False
    if jane_pregnancy == 1:
        $ jane_pregnancy = True
    else:
        $ jane_pregnancy = False
    if melinda_rel:
        jump Melindaaftertime
    elif jane_rel and mary_rel:
        jump Janemaryaftertime
    else:
        jump ch7aloneafter

    if imogen_love_rel or femdom == "True" or femdom == "False":
        $ imogen_interest = True
    else:
        $ imogen_interest = False
If MC is in relationship with both Jane and Mary it will jump to Janemaryaftertime or else it will jump to ch7aloneafter.

In either of the cases it doesn't assign anything to 'imogen_interest'
 
Dec 28, 2020
38
14
yeah
[/
this is the error code i get
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'ch6_563.webp'>:
IOError: Couldn't find file 'ch6_563.webp'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, 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 3793, 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 814, 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 814, 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 814, 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 814, 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 493, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  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 1238, 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/display/transform.py", line 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'ch6_563.webp'.

Windows-10-10.0.22621
Ren'Py 7.4.8.1895
Depth's Revival Chapter9-2
Tue May 16 13:11:27 2023
 
3.90 star(s) 50 Votes