Ren'Py Completed My Best Friend's Family [v1.01] [Iceridlah Games]

3.60 star(s) 21 Votes

Jef17904

Member
Dec 28, 2018
149
56
Mac version game stops at day 10 no choices enable, even if I skip nothing no choices of any caractère to be made
 

Morgoth666

Member
Mar 26, 2018
194
221
Thanks, this is a great game, I love it!
I encountered the blank names bug too, but the solution offered a page before works like a charm.
 

rick87

Active Member
Jul 16, 2017
533
2,684

xXx GAMELOVER

Member
Feb 25, 2018
431
172
bug on day 19

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

While loading <'Image' u'day19/d19-20.jpg'>:
  File "renpy/common/000statements.rpy", line 414, in execute_pause
    renpy.with_statement(Pause(delay))
IOError: Couldn't find file 'day19/d19-20.jpg'.

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

Full traceback:
  File "day19.rpyc", line 285, in script
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 414, in execute_pause
    renpy.with_statement(Pause(delay))
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\core.py", line 2207, in do_with
    clear=clear)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\transition.py", line 85, in render
    return null_render(self, width, height, st, at)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\transition.py", line 59, in null_render
    st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\ADULT xxx Partial_Games_Archive\My Best Friend's Family [v1.00]\My_Best_Friends_Family-100-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'day19/d19-20.jpg'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
My Best Friend's Family 0.06 v0.06
Mon Mar 25 03:29:06 2019
 

kare

Member
Aug 5, 2016
201
269
Does this release contain "extra" patreon content?
I remember the game being pretty barebones, until we got a patreon version that had like 50% more stuff with incest and shit.
 

acewinz

Engaged Member
Game Developer
Oct 15, 2018
2,554
7,473
Wow. Interesting gimmick with the playing different roles. You could really do a lot with that, but it does leave one with a potential headache.
You don't have permission to view the spoiler content. Log in or register now.
 

arzal

Member
Feb 19, 2019
184
227
My gallery on page 4 was broken after playing this multiple times. I tried to get all scenes.

Bug on day 10 will happen if Lex check Tom's body.
 
  • Like
Reactions: Wicked Garden

ponny

Newbie
Apr 30, 2017
46
54
My old save did work, but it wasn´t my latest save tho... I get it before the "wine incident" and the scene went differently and lead to different story and end abrutly with happy-ending. It is all or do i miss anything?
 

KyoriKusagami

Member
Nov 10, 2017
450
796
I loved the "Perfect Ending", it's a little buggy, but I got that ending. You need to be careful about the routes if you shock any of them, you will get a softlock from the game. The solution about the crazy Natalie was interesting, but now you can avoid the situation, you just need to avoid any interaction between tom(or Lex) and Natalie and everything will be well. Overall, a good game and reading every single dialogue is necessary for the full understanding of the story
 

RoadWulf

Engaged Member
Nov 18, 2018
3,979
7,926
Whenever this happens, open the console and type one of the following (whatever you last played as):
playtom = True
playlex = True
playjoe = True
playnat = True
playelle = True

Replay the scene and it should work from there.
This does not work for me btw. It keeps rounding itself back to day 10 regardless of what I do. Hit Day 12, more blanks, ran the code in the Console, scenes from previous days replayed, ended up back on Day 10.

I'm glad the Dev isn't just calling this done because it's clear that some of the routes (Gay thoughts especially) cause errors in the other ones that prevent the day from moving forward.
 
3.60 star(s) 21 Votes