clowns234

Engaged Member
Game Developer
May 2, 2021
3,084
4,817
Yeah, it’s not necessarily preventing everyone who’s vaccinated from getting it, but vaccinated people’s symptoms are much less severe.
Seems like many people didn't go back for the second dose - for various reasons. They are also hit harder - or so I've heard..
 

jwolf09

Newbie
Oct 18, 2020
81
65
for 0.7 mods why cant i access the thing on the phone that allows me to change name and the girls conditions.
 

brick257

Newbie
Dec 30, 2019
35
57
Hello.
The opdate was great, as always, and I really enjoyed it, despite how complex it got at times.

The main bug I have to report is the Gallery seems more or less completely busted - many of the scenes are locked, and if I flip through all of the pages, the entire game crashes.

Past that, I really liked all the stuff with Lauren (really had to earn that one) and Mrs. Stone. Can't wait to see more with Mandy and Camille, as well.

Thanks for the hard work!
 
  • Love
Reactions: WillTylor

Leafkiller

Member
Sep 13, 2018
396
206
This game is a delight. Both sisters are great and the cousin your biggest supporter plus super hot. Your aunt is superficial and used to getting what she wants so she is kinda bitchy but isn't horrible. Your mother looks good but not modal gorgeous which I think is a plus.

It has a scank ass girl who is trying to give you action. She gets the cold shoulder or pullout whichever option we get. It has some other people who are forcing some more drama and some spice if you are not paying every dollar.
 

Dafuking

New Member
Mar 22, 2021
8
12
I have this error in the strip club, with Candy when she offers to do a lapdance (Charlie the Chin event):
I solved the error putting in console BO = 1

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

While running game code:
  File "game/UpdateScript0.05.rpy", line 6537, in script call
    call screen casinosidneymap
  File "game/UpdateScript0.06.rpy", line 9377, in script
    menu:
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 209, in execute
  File "game/screens.rpy", line 210, in execute
  File "game/screens.rpy", line 211, in execute
NameError: Name 'BO' is not defined.

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

Full traceback:
  File "game/UpdateScript0.05.rpy", line 6537, in script call
    call screen casinosidneymap
  File "game/UpdateScript0.06.rpy", line 9377, in script
    menu:
  File "renpy/ast.py", line 1682, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', 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 3276, 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 3693, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3693, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 209, in execute
  File "game/screens.rpy", line 210, in execute
  File "game/screens.rpy", line 211, in execute
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1541, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1660, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'BO' is not defined.

Windows-10-10.0.19041-SP0
Ren'Py 7.4.6.1693
A Family Venture 0.07_beta_supporter
Mon Aug 16 13:34:49 2021
[/CODE]
 

WillTylor

Creating "A Family Venture"
Donor
Game Developer
Oct 8, 2017
995
3,084
I have this error in the strip club, with Candy when she offers to do a lapdance (Charlie the Chin event):
I solved the error putting in console BO = 1

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

While running game code:
  File "game/UpdateScript0.05.rpy", line 6537, in script call
    call screen casinosidneymap
  File "game/UpdateScript0.06.rpy", line 9377, in script
    menu:
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 209, in execute
  File "game/screens.rpy", line 210, in execute
  File "game/screens.rpy", line 211, in execute
NameError: Name 'BO' is not defined.

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

Full traceback:
  File "game/UpdateScript0.05.rpy", line 6537, in script call
    call screen casinosidneymap
  File "game/UpdateScript0.06.rpy", line 9377, in script
    menu:
  File "renpy/ast.py", line 1682, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', 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 3276, 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 3693, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3693, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 206, in execute
  File "game/screens.rpy", line 209, in execute
  File "game/screens.rpy", line 210, in execute
  File "game/screens.rpy", line 211, in execute
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1541, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1660, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'BO' is not defined.

Windows-10-10.0.19041-SP0
Ren'Py 7.4.6.1693
A Family Venture 0.07_beta_supporter
Mon Aug 16 13:34:49 2021
[/CODE]
Thanks! I’ll take a look.
 

Thami_

Member
Sep 6, 2019
148
154
im stuck i cant seem to trigger the school uniform event thing nor the expose mat as cheater thing, just stuck in a money eating loop :(

trying to make lauren win
 
3.50 star(s) 109 Votes