benywz

New Member
Jun 2, 2020
2
1
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mc/peep/spa_peep_mc_0-16.png'>:
  File "game/script.rpy", line 32, in script call
    ""
  File "game/script.rpy", line 32, in script
    ""
IOError: Couldn't find file 'mc/peep/spa_peep_mc_0-16.png'.

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

Full traceback:
  File "game/script.rpy", line 32, in script call
    ""
  File "game/script.rpy", line 32, in script
    ""
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1237, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 889, in do_display
    **display_args)
  File "renpy/character.py", line 635, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, 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 3834, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2555, 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 824, 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 824, 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 824, 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 688, 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 824, 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/transform.py", line 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 623, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 704, in load
    raise e
IOError: Couldn't find file 'mc/peep/spa_peep_mc_0-16.png'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2164n
Double Perception 2.1
Thu Dec  1 16:09:24 2022
during the spa mini with Rachal i found the problem the pc can clip in to the wall and the causes the error
The issue is this is getting a negative number as the "peep_id" ('0' + '-16'), worked around it by adding an "abs", but probably there is a better way to fix it:
Code:
        peep_id = (int(round(((float(mouse_xpos)/display_w)*60),0))-60)*(-1)
        mc_spa_peep = peep_id
        str_peep_id = str(peep_id)
        if peep_id < 10:
            str_peep_id = "0" + str_peep_id
        mc_peep_image = "mc/peep/spa_peep_mc_" + str_peep_id +".png"
        spa_alert()
 

battali0n

Active Member
Oct 30, 2021
887
1,634
Seems like a nice concept and great renders but when I tried to play it a lot of little things were bothering me.
1)The mini-game to earn money is annoying. I did it and felt like quitting immediately. I've played other games that had them and they usually used AWSD or the four arrow keys which are a lot easier to use and are therefore a lot less annoying.
2) MC is supposed to be an adult but looks 14. Creepy as fuck to me. If it is a device to have you play an adolescent but pretend that he is an adult to get by Patreons censorship then it just ruins the game for me.
3) I want romance with my girls but this game has creepy actions like (accidentally) rubbing on Landlady to raise her lust and peeking in the shower and spying on sleeping women which are are a total turnoff. I've tried a few games that had these things in the past and it became really old and repulsive quickly. Actions of an adolescent not a man.
4) It was immediately apparent that you are not a native English speaker and while it was not game-breaking like a lot of other creators it was annoying.
This was just in the first few minutes of play and no hints to help figure out where to go and what goals are available.
I wish you success with your game and while it is not for me I wanted to give you some constructive criticism, not complaints.
 

indio68

Engaged Member
Sep 26, 2020
3,220
2,587
hope this game get rids of the stupid keyboard commnds for minigames... and why the hell i must turn my keyboard into english version?? just let us customizethose commands or choose more suitable button like space bar-q-e-..not some random kewy displaced on the KB impossible to be pushed properly for my kb..and should be focused more on an actual romance story...not some random sex action without much sense...i guess game looks fine , but lacks on several other important thing.. for now i give up
 
  • Like
Reactions: MrD812

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
4,905
14,113
DoublePerception-2.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Need help or have questions? Let us know here, or join us on !
, . Peer issues? Look here.​
 

Kadajko

Well-Known Member
Oct 28, 2021
1,040
1,808
Bruh, you are telling me I can do EVERYTHING with Kim: Jerk off to her while she is watching me / Get handjobs / Finger her / get blowjobs and cum in her mouth / Lick her out / Have sex with her. But I can't kiss her on the lips? Not after a date, not as a bet, in no way shape or form? Why?

Also it would be nice if these displays of affection and sex were added as a non-bet after you reach a certain threshold of relationship, you can use the same animations, just slightly change the dialogue. Other than that enjoying the game.

Also are you planning on adding relationships at any point or is it going to be strictly sexual?
 
  • Like
Reactions: MrD812
3.60 star(s) 34 Votes