VN Ren'Py Abandoned The Davis Family [v1.1.0] [B & D & S & M Productions]

1.80 star(s) 5 Votes

nono_boulot

Member
Jun 2, 2017
229
78
got a bug during meal (many weeks played)

and for what i see, that one is a game breaker as i can't continue the big sister plot...

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

While running game code:
  File "game/events-meal.rpy", line 111, in <module>
  File "game/inits.rpy", line 484, in __call__
  File "game/inits.rpy", line 517, in check
  File "game/inits.rpy", line 514, in get_prob
ZeroDivisionError: float division by zero

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

Full traceback:
  File "script.rpyc", line 162, in script call
  File "events-meal.rpyc", line 111, in script
  File "C:\Users\Nono\Downloads\TheDavisFamily-1.1.0-pc\TheDavisFamily-1.1.0-pc\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Nono\Downloads\TheDavisFamily-1.1.0-pc\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Nono\Downloads\TheDavisFamily-1.1.0-pc\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/events-meal.rpy", line 111, in <module>
  File "game/inits.rpy", line 484, in __call__
  File "game/inits.rpy", line 517, in check
  File "game/inits.rpy", line 514, in get_prob
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
The Davis Family 1.1.0
 

Forgepuppy

Member
Oct 6, 2017
245
481
Thanks for finding the correct variable. I didn't get far enough to search for the "money" string from the script files myself yet.
FYI, If you can't modify it to your liking through console, it's still possible to modify the script. :)

Here's a cheat for money attached. It sets your amount of money to 10000 every time you go shopping online. In this version it seems to be more than enough and it won't work with any other (newer) versions of the game.
Extract to your game root folder (where the exe file is).
entity_state['joshua']['money']=10000 worked fine for me. Still it was pointless, buy cameras and see a bum from under the door. Waste of time.
 
  • Love
Reactions: str8up

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,939
6,787
Yeah, I haven't tried it myself yet, but in the script there are some other items to buy when certain scenarios get triggered. They're not expensive, though.
 
  • Like
Reactions: manu_420

Walter Victor

Forum Fanatic
Dec 27, 2017
5,677
19,600
The problem, as I see it, with using a version numbering system that starts out with v1.0, is that a person just stumbling onto the game could well think that it is a finished product. Then, only after downloading it and playing it for hours discovers that it is little more than a demo. If I hadn't found this thread and read the comments, I would have most likely succumbed to that error.

So, I decided to try it out anyways. After playing for a while, I feel that this game has promise - the creator has a good sense of humor. However, without a guide or walkthrough, I am unlikely to continue with it, as the grinding looks to be excessive without guidance. Hoping that the provider comes through with his promise of a guide, and that it is actually helpful. :p
 
  • Like
Reactions: Kilani

morpheusahrms

Active Member
Sep 11, 2017
966
1,869
The problem, as I see it, with using a version numbering system that starts out with v1.0, is that a person just stumbling onto the game could well think that it is a finished product. Then, only after downloading it and playing it for hours discovers that it is little more than a demo. If I hadn't found this thread and read the comments, I would have most likely succumbed to that error.

So, I decided to try it out anyways. After playing for a while, I feel that this game has promise - the creator has a good sense of humor. However, without a guide or walkthrough, I am unlikely to continue with it, as the grinding looks to be excessive without guidance. Hoping that the provider comes through with his promise of a guide, and that it is actually helpful. :p
Good point, same here really. Add to it that it sounds more like a voyeur kind of game and I prefer to play games that are more... proactive :biggrin:
 
  • Like
Reactions: L☹VE

Papa Ernie

Squirrel!?
Uploader
Donor
Dec 4, 2016
12,330
47,406
@muttdoggy
Please add tags:
masturbation, milf, sex toys, sleep, groping, exhibitionism, teasing

Please remove tag:
dating sim

Thanks!
 

HeadchangeNJ

New Member
Oct 6, 2017
11
10
Could be a decent game only demo lacks content still just .01 or .02 not 1.1 dev obviously doesn't know or care about numbering structure. Overall concept is good but again a bit grindy while some grinding is better than flat out girls throwing themselves @ MC this games current config does make cheating difficult but not impossible. Will keep an eye on this but still way too early to tell
 

WowBug

New Member
Aug 29, 2017
3
1
Getting this bug af meal

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

While running game code:
  File "game/events-meal.rpy", line 111, in <module>
  File "game/inits.rpy", line 484, in __call__
  File "game/inits.rpy", line 517, in check
  File "game/inits.rpy", line 514, in get_prob
ZeroDivisionError: float division by zero

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

Full traceback:
  File "script.rpyc", line 162, in script call
  File "events-meal.rpyc", line 111, in script
  File "C:\Users\Carlos\Desktop\Gmx\TheDavisFamily-1.1.0-pc\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Carlos\Desktop\Gmx\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Carlos\Desktop\Gmx\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/events-meal.rpy", line 111, in <module>
  File "game/inits.rpy", line 484, in __call__
  File "game/inits.rpy", line 517, in check
  File "game/inits.rpy", line 514, in get_prob
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
The Davis Family 1.1.0
[/code]
 

Vesterbro

New Member
Nov 27, 2017
2
0
Got a bug here.. is when trying to look at her doing yoga. After she showed tit in room when fixing her computer.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 359, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\core.py", line 3237, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\transition.py", line 45, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\screen.py", line 653, in event
    rv = self.child.event(ev, x, y, st)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 969, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 897, in event
    return handle_click(self.clicked)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 832, in handle_click
    rv = run(action)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 359, in __call__
    renpy.save(fn, extra_info=save_name)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\loadsave.py", line 300, in save
    dump((roots, renpy.game.log), logf)
  File "X:\PORN GAMES\TheDavisFamily-1.1.0-pc\renpy\loadsave.py", line 45, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
The Davis Family 1.1.0
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,939
6,787
That renpy save error seems to pop up at different places and times. Restarting the game and loading from the last save fixes the problem temporarily and game can be saved again at the same point and path where the error occurred. Until the next time.
And the grind is real here, I totally agree.
I mean, by the script it would take I don't know how many tries to grind yourself the lock picking skill (DEBUG_FLAG=True gets you through this), it would take 8 times, that is 8 weeks to tell to Lauren "How about we take this up tomorrow" to grow her exhibitionism to the next level, while pretty much all other plot lines have ended for this version.
(lauren-events.rpy line 594 increment is 1, next level starts at 8. Set increment to 8 and pass it at once)
The same goes for some other skill and stat grinds. I mean, it's OK to grind a skill within a few weeks, but to go through 8 weeks without anything changing in the game is insane.

It is obviously very much a work in progress game at this point - unbalanced, a few plot lines far ahead of the others etc. There's only hope that it'll get better.
 
  • Like
Reactions: Krum13

Krum13

Member
Dec 22, 2017
109
31
there is a lot of trouble in this game, I could not safely wait until 5 weeks, but I started climbing the nasty gray window when I spied the redhead in the yard, now I'm at 15, and I started to go wrong and take the pills right.

I've had some sort of cool out of the gap between weeks 10 and 15 nothing new is happening ... or I'm not doing things right
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,939
6,787
Been grinding for a WHILE...

anyone know how to steal the vibrator?
Not implemented, just like a ton of other possible plotlines mentioned in the game.

BTW, set
$ entity_state['julia']['masturbates']=True
manually some time after she's been regularly climbing the ladder 'for science' to see few parts of the next level of the same plotline. There seems to be no trigger in the game yet, but a few progression events are there with images.

The problem mentioned earlier about not being able to change the value of this type of variables through the renpy console seems to be related to the problem that renpy does not support AltGr nor Ctrl+Alt key combinations and most European keyboard layouts need them to type square brackets []. The solution to this is to install US English keyboard layout and switch between layouts with the Ctrl+Shift key combo. That works in renpy. I'm using it myself to switch between nordic and US layouts.
 
1.80 star(s) 5 Votes