Thanks for the update! Can't seem to get the brenda x daughter and new daughter scene. As far as I know they only hang out in the room on Saturday afternoon, but the outfit in the new scenes are different than the one where they just talk and your daughter shies away according to the images folder.
I'm not sure if this is the problem for you, but there is a bug in Brenda.rpy in the game folder. Line 656 should be:
$ random=renpy.random.randint(1,2)
not
$ random=renpy.random=randint(1,2)
Once this bug is fixed, at random you can get the brenda x daughter scene when Brenda comes to visit. %50 chance. If you get an error going into the room, you need this fix.
Laterz