D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,024
Not sure if this bug was mentioned alredy... but the pic folder for Sidney does not show up on Ryans pc for me. The other two are there but not hers and I know that it did take pics of her in the shower.

Really enjoying the game so far, nice models, good progression of the relationships. Keep up the good work!
Did you skip to the end of v0.1b, did you cheat the money to get the spycams, did you see Sidney changing in Laura's room, can you give more info... or even send a save file...
 
  • Like
Reactions: Twistty

WillTylor

Creating "A Family Venture"
Donor
Game Developer
Oct 8, 2017
995
3,084
Not sure if this bug was mentioned alredy... but the pic folder for Sidney does not show up on Ryans pc for me. The other two are there but not hers and I know that it did take pics of her in the shower.

Really enjoying the game so far, nice models, good progression of the relationships. Keep up the good work!
Thanks! That’s one we missed. It should show up after taking any picture of her. But for now, to get the folder, try visiting Lauren’s room in the afternoon to see what Sidney is doing in there.
 

gigan

Engaged Member
Modder
Nov 7, 2017
3,124
7,885
@willtylor i hope that is ok for you that i post here the bug fix version from your patreon site.
@UncleVT is the bug fix version 0.02b for pc.And for mac
 
  • Like
Reactions: Namco15 and CLDꝜ
U

User_23654

Guest
Guest
Here is a compressed pc and mac version of v0.2b!

PC (106MB): - - - -
Mac (101MB): - - - -

You don't have permission to view the spoiler content. Log in or register now.
 

cyberkiller

Active Member
Oct 19, 2017
625
118
there is still the bug in the last 3 cameras

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

While loading <'Image' u'images/interface_images/inventory_images/inv_camera_accessories_7.png'>:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/interface_images/inventory_images/inv_camera_accessories_7.png'.

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

Full traceback:
  File "script.rpyc", line 5257, in script
  File "I:\AFamiliarVenture-0.02b-pc\renpy\ast.py", line 1907, in execute
    self.call("execute")
  File "I:\AFamiliarVenture-0.02b-pc\renpy\ast.py", line 1895, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\statements.py", line 220, 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 "I:\AFamiliarVenture-0.02b-pc\renpy\exports.py", line 2873, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\behavior.py", line 740, in render
    rv = super(Button, self).render(width, height, st, at)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/interface_images/inventory_images/inv_camera_accessories_7.png'.

Windows-8-6.2.9200
Ren'Py 7.2.1.457
 0.02b
Tue Apr 02 15:40:52 2019
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,024
Not sure if this bug was mentioned alredy... but the pic folder for Sidney does not show up on Ryans pc for me. The other two are there but not hers and I know that it did take pics of her in the shower.

Really enjoying the game so far, nice models, good progression of the relationships. Keep up the good work!
there is still the bug in the last 3 cameras

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

While loading <'Image' u'images/interface_images/inventory_images/inv_camera_accessories_7.png'>:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/interface_images/inventory_images/inv_camera_accessories_7.png'.

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

Full traceback:
  File "script.rpyc", line 5257, in script
  File "I:\AFamiliarVenture-0.02b-pc\renpy\ast.py", line 1907, in execute
    self.call("execute")
  File "I:\AFamiliarVenture-0.02b-pc\renpy\ast.py", line 1895, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\statements.py", line 220, 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 "I:\AFamiliarVenture-0.02b-pc\renpy\exports.py", line 2873, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\behavior.py", line 740, in render
    rv = super(Button, self).render(width, height, st, at)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "I:\AFamiliarVenture-0.02b-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "I:\AFamiliarVenture-0.02b-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/interface_images/inventory_images/inv_camera_accessories_7.png'.

Windows-8-6.2.9200
Ren'Py 7.2.1.457
0.02b
Tue Apr 02 15:40:52 2019
For this bugs just add the file from below in the "A Familiar Venture 0.02\game" folder. This will solve the problem until v0.03 of the game.
Important notice:

With the release of version 0.02b the previous bug fixes(1-4) are not necessary so you must delete them, but you must add this bug fix to the current version (bugfix4.1_v0.02b.rpyc).
Please keep enjoying this game and supporting it on .
 

WindIsHowling

Active Member
Aug 5, 2017
579
644
Right now no... we could do an option for that in the future for our patreon supporters.
Yeah and then there'll be a mod to make it available for everyone. Skip the middleman mate other people have already figured out the patreon thing for you.
 
Jan 15, 2019
389
474
So I have seen a few posts about the appearance of a couple of the characters/models used in this game seeming to appear younger than 18 - well, okay, perception, as they say, is reality. Please explain Esme Creed-Mile (age 19), Emily Kinney (age 26 when appearing on Walking Dead as the younger sister), Emma Watson, etc. etc. I understand there are some that are adverse to the idea of younger looking characters, feeling like it borders in being "loli" in nature. I however, feel as though the creators should be allowed to create what they like...even if it doesn't appeal to everyone. The comments are fine, but enough already - we get it, you like really old looking characters :rolleyes:
I watched a show on Netflix the other day from Korea called Bong Soon or something like that. The girl is 27 in the show and both my wife and I thought she was maybe 12 at the oldest. Just re-inforcing your post
 

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,024
Events in the bathroom with a spycam.
Something like that:
View attachment 274410

But I don't know what's the event 10, sniff !
Event 7 and 10 are for Ntr, if you didn't chose this route then you should not be able to see those events, but if you did and skipped the game to the end of v0.01b, the first release had a bug and you can fix that by pressing the text button on top left of the phone that says the route you're on right now, if you press it, it'll will give you all the Ntr content at the end of v 0.01b.
screenshot0007.png screenshot0008.png
 
  • Like
Reactions: Papy.ion6984
3.50 star(s) 109 Votes