gamer22

Member
Dec 31, 2018
161
195
I just downloaded and played v0.5. In the new updated version, our MC is called a douchebag. I really think that he will prove himself as a breeder in the end ;) . Also, he can buy sunscreen. Game players, do you think he can buy fertility drugs, pill ... in the next updates?
 
  • Like
Reactions: jussi818

HHUUKK

Active Member
Feb 9, 2018
725
4,796
Unfortunately, most games devs are exhausted, the big pauses between updates are getting longer. It's like popular movies in the ' 80s.
Can be. You can also understand that combining work, life and in your free time making a game can be exhausting after a while. But on the other hand, it is also a time of change, the new devs are making great games..
 

gamer22

Member
Dec 31, 2018
161
195
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'MatrixColor' <'Image' u'locations/nightclub/lounge/nightclub_lounge_natsuko_idle.png'> (1, 0, 0, 0, 0.2, 0, 1, 0, 0, 0.2, 0, 0, 1, 0, 0.2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>:
  File "game/scripts/locations/nightclub/lounge/controllers.rpy", line 14, in script
    call screen nightclub_lounge
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
KeyError: <'Image' u'locations/nightclub/lounge/nightclub_lounge_natsuko_idle.png'>

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

Full traceback:
  File "game/scripts/locations/nightclub/lounge/controllers.rpy", line 14, in script
    call screen nightclub_lounge
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\ast.py", line 1947, in execute
    self.call("execute")
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\ast.py", line 1935, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\exports.py", line 2896, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\behavior.py", line 763, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\layout.py", line 1155, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\imagemap.py", line 52, in render
    cr = render(self.child, width, height, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\im.py", line 1260, in load
    surf = cache.get(self.image)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\im.py", line 335, in get
    self.kill(ce)
  File "C:\games\MidnightParadise-0.5.0-pc\renpy\display\im.py", line 347, in kill
    del self.cache[ce.what]
KeyError: <'Image' u'locations/nightclub/lounge/nightclub_lounge_natsuko_idle.png'>

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Midnight Paradise 0.5.0
Thu Aug 29 23:46:24 2019
 

armion82

Message Maven
Mar 28, 2017
12,375
17,057
No idea why he decide to go same way for the progress as BB and Glamour.I realy hope we won't need level 12 massage and yoga like in Glamour:)
At least the visual and animations are awesome and the girls are hot as usual for Lewdlab
 
  • Like
Reactions: HHUUKK

zh

Active Member
Oct 17, 2017
985
1,695
Unless you're DrPink or PhillyGames. To be fair though, LewdLab's renders have improved, the animations are amazing.
Animations are indeed amazing. That's unfortunatly the only good point of this game...
The problem is... it's waay more difficult to cultivate a good complex plot in a sandbox game. I don't like to click around randomly until something triggers. I don't like to have to use a walkthrough to be sure to not miss any scenes... Don't get me wrong : sometimes, the plot of sandbox games can be very well done, but here I don't think the plot is well implemented.
There is no real connexion between the "seduction (or corruption ? )" of the women and the plot. For exemple... you can "corrupt" the dames to level 2 or 3, but it doesn't matter for the plot. It just opens more options with the women, but no connexions to the plot, which is poor imo.
 
Last edited:

Johnysilver771

Active Member
Dec 29, 2018
662
770
Guys how activate The first steps quest from Thorn, He ll message me in early in the morning. Nothing happens, Help.
 

Almighty

Engaged Member
Jan 27, 2017
2,723
3,256
You are probably right.I don't expect there will fucking any family member before act 3/0.13/.
I think the older sister will be the first one you be able to fuck. I wonder if she was really peeped on. I bet when you about to fuck her your twin cockblock you. I can also see the older sister sneaking into your bed at night to mess around.
 

trumpthatbitch

Well-Known Member
Jun 23, 2017
1,070
1,700
Animations are indeed amazing. That's unfortunatly the only good point of this game...
The problem is... it's waay more difficult to cultivate a good complex plot in a sandbox game. I don't like to click around randomly until something triggers. I don't like to have to use a walkthrough to be sure to not miss any scenes... Don't get me wrong : sometimes, the plot of sandbox games can be very well done, but here I don't think the plot is well implemented.
There is no real connexion between the "seduction (or corruption ? )" of the women and the plot. For exemple... you can "corrupt" the dames to level 2 or 3, but it doesn't matter for the plot. It just opens more options with the women, but no connexions to the plot, which is poor imo.
The problem with sandbox games is devs think it's a lazy way to reuse assets and save rendering time but those same devs are lazy when it comes to story content so it never works and just become unending grindfests like RPGM games
 
3.60 star(s) 347 Votes