btrain33

Active Member
Dec 29, 2018
723
1,108
TAKE MY FUCKING MONEY!!!!
Haha. Don't need the money, but thanks anyway. I've been on the F95 forum for a few years now and there are some awesomely great VN's here, but none really fully satisfy my itch, if you know what I mean. So I started bouncing some ideas around in my brain of how I would make one with my own concepts and ideas. A full netori VN is what I came up with. I already have the first 3 chapters of how I want them to go in my head, but I also have a full time job during the day, so I have neither the time, nor resources to do all the coding, 3D rendering, DAZ shit that goes with it. So basically all I have now is a word doc with about 25 pages of dialogue and scene setups outlined. Just an idea I had.
 

johnreturns

Newbie
Oct 13, 2020
49
59
I've enjoyed the game. Nice renders, kind of an interesting story, and it's nice how there's at least some repercussions to the emotional health of your group when you take advantage of them. It could really use an editing pass, the grammar with Chapter 6 took a nose dive. Sure seems like this public drama risks killing the project. That's a real shame.

I liked how Margarie has started smoking and drinking more heavily as her mental state devolves. I kind of feel bad for her, but feeling anything for a character in a smut game means you're doing something right. Emily and Chloe wrestling with their own insecurities is interesting. If anything, other than gorgeous models I mean, you're doing the agony of drama well.

Just, you know, get it off the forums? For your own sake, and the sake of your project. Focus on the writing and the story.
 

Havenless_

Active Member
Oct 12, 2020
830
4,349
In general, I'm not a big fan of the game. But I have a good time playing it.
The reason I don't like it at all is the heavily corruption-centric theme. And personally, I'm not a fan of this. Still, I know what I'm getting into by playing it and I have to say I'm thankful that we have the possibility of a non-corruption path. So I will only talk about what I have seen. The non-corruption route.
And, in this update, this was quite clear. I was happy to see the option of Emily giving the MC oral sex without the need for him to use his powers.

It would be nice if this stayed that way. Logically, it is easier to get scenes if you go full corruption. It makes perfect sense. And if the game focuses on this, it is normal that the scenes that involve corruption are more than those that do not involve this. But it would be nice if we also have sex scenes if we decide to be without corruption. For example, as I said, Emily's scene in this update. She did it to help us and also she begins to realize that she "has feelings" for the MC. Or something like that. Heh.

Although, until now there does not seem to be a clear difference between the paths and the decisions, it seems that this will be noticeable from now on.

So even though it has genres that I don't like, I have to say that this game is definitely one of those guilty pleasures that I do enjoy from time to time.
 

AeriaAxel1

Member
Nov 30, 2017
118
88
I get this error when I try accessing the BONUS section.

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

While loading <'Scale' <'Image' u'bonus/thumb/bonusLock.webp'> 360 203 True>:
IOError: Couldn't find file 'bonus/thumb/bonusLock.webp'.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  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_load_save.rpym", line 35, in <module>
    $ 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 3213, 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 3729, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2466, 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 783, 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 368, in render
    top = 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 783, 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 783, 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 783, 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 1680, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "renpy/display/layout.py", line 1677, in sizeit
    rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
  File "render.pyx", line 315, in renpy.display.render.render_for_size
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/viewport.py", line 580, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_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/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1190, 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/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 858, in load
    child = cache.get(self.image)
  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 'bonus/thumb/bonusLock.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Bright Lord 0.6b_Elite
Wed Oct 20 11:06:58 2021
 

KissKissStudio

Well-Known Member
Donor
Game Developer
Aug 8, 2016
1,959
6,046
I get this error when I try accessing the BONUS section.

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

While loading <'Scale' <'Image' u'bonus/thumb/bonusLock.webp'> 360 203 True>:
IOError: Couldn't find file 'bonus/thumb/bonusLock.webp'.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  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_load_save.rpym", line 35, in <module>
    $ 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 3213, 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 3729, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2466, 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 783, 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 368, in render
    top = 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 783, 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 783, 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 783, 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 1680, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "renpy/display/layout.py", line 1677, in sizeit
    rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
  File "render.pyx", line 315, in renpy.display.render.render_for_size
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/viewport.py", line 580, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_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/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1190, 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/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 858, in load
    child = cache.get(self.image)
  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 'bonus/thumb/bonusLock.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Bright Lord 0.6b_Elite
Wed Oct 20 11:06:58 2021
Uploading the fix
 

Hermit76

Well-Known Member
Apr 15, 2018
1,513
1,419
No matter what others are saying, who want sex scenes with this or that woman, just because they want and not because it makes sense: I really liked this update! (y)
The story now really unfolds and is getting more and more interesting. So I am really looking forward to the next update! :love:
If more hot scenes than in this update will be plausible and will fit in the story of the next update, that would be great. But if not and the story just develops more and more, that will be fine, too.
 
  • Red Heart
Reactions: KissKissStudio
3.90 star(s) 88 Votes