ursuLenes

Newbie
Jul 22, 2017
47
142
I get an error with nicole missing images which supossed to be wrapped up inside image folder /n2. The entire path: images/1/nicole/n2/.. Does any one has this folder and is able to upload it here?
 

arms99

Well-Known Member
May 11, 2018
1,031
2,662
Thank you, I wondered if it was worth it to play.
I thought the new scenes were pretty nice, a little bit short of an update though. But I'd still recommend playing. A bit of a warning though, you may have trouble finding the new scenes since the hint system is not working properly this update. If you do, the answers have already been posted here.
 
Last edited:

dipzi

New Member
Sep 28, 2018
6
2
I am being stuck on mom part, it says "go to school at 17:00". On going, same scene is shown again and again. My option are always kiss, talk, leave only. Is there no update since this? (Mom level like 121, kiss 100). Pls help
 

arms99

Well-Known Member
May 11, 2018
1,031
2,662
I am being stuck on mom part, it says "go to school at 17:00". On going, same scene is shown again and again. My option are always kiss, talk, leave only. Is there no update since this? (Mom level like 121, kiss 100). Pls help
I'm not sure where you're at, but don't forget there is 2 different schools; the one you and mum work at and the one Mia attends. Make sure you try both.
 

sojak

New Member
Feb 18, 2018
9
21
just to inform you,
the "View of family 0 1 4\game\images\1\nicole\n2" folder inc. pictores is missing!
 

GreenEars

Newbie
Aug 2, 2017
19
6
HELP MEE
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Map.rpy", line 90, in script call
    $ result = _return
  File "game/Corridor.rpy", line 14, in script call
    scene corr
  File "game/bar.rpy", line 932, in script
    m "It's time to go to bed."
AttributeError: 'NoneType' object has no attribute 'sensitive'
I hit this 'NoneType' object has no attribute 'sensitive' issue as well and in my case I was going from a 1.3 working save to 1.4 and for whatever reason for my all my saves, anytime I did a load, it hit this error.

In looking at the full error trace in my case, it was failing in the renpy base python code for screen.py. In comparing 1.3 versus 1.4 renpy base code, there is in a change for the code "def render(self, w, h, st, at)" between 1.3 and 1.4 versions of this game.
I got around this in my case by copying the deleting lib and renpy folder in the 1.4 version and copying those folders from 1.3 to 1.4, effectively keeping the game folder the same, but replacing the renpy base from the older game version.

I then hit the other missing variable problem mentioned in other posts, so for my case that one I just edited in " default mia_mom_v1 = 0" in Corridor.rpy in the game folder, and with those two changes, I was able to continue playing the game.
 

Arassei

Active Member
May 28, 2019
599
1,477
I thought the new scenes were pretty nice, a little bit short of an update though. But I'd still recommend playing. A bit of a warning though, you may have trouble finding the new scenes since the hint system is not working properly this update. If you do the answers have already been posted here.
Wooooaw that was great ! Good update. It seems we entered into a "new" part of the story. Can't wait the next update !
 
Last edited:

Crimx42

Member
Jul 7, 2017
200
292
I heard (tho I might be completely wrong)
That this game was abandoned by the original developer, and a new developer took over and essentially "reprogrammed/fixed" a lot of the clunkier parts of the game, is this correct?
 

sojak

New Member
Feb 18, 2018
9
21
I get an error with nicole missing images which supossed to be wrapped up inside image folder /n2. The entire path: images/1/nicole/n2/.. Does any one has this folder and is able to upload it here?
If you have version 1.13 you can copy .../n2 from ther and paste into 1.14. .../nicole
 

Revy15a2

Member
Sep 24, 2019
131
176
A bit of a warning though, you may have trouble finding the new scenes since the hint system is not working properly this update. If you do the answers have already been posted here.
Ah, thought that seemed odd. After I had the "wait until next version" hint for everyone I was still randomly getting new scenes with them. I had to grind out a couple more days afterwards to make sure nothing else popped up. Still not sure I got everything lol
 

Lotex

Engaged Member
Jul 17, 2017
2,163
2,004
I love how when Nicole sucks your dick in her room and you cum in her mouth she's like "Why in my mouth?!" and the MC is just like "Why not?" :ROFLMAO: :ROFLMAO:

You don't have permission to view the spoiler content. Log in or register now.
Where did you get this? I don't think I've gotten that scene, unless you mean a blowjob in her room/handjob in the living room. Maybe one of them or both were from the previous version, you never know when you're finished here these days.
 
Last edited:

Marshall343

Member
Feb 12, 2018
151
83
okay I'm stuck, did the spanking video with Nicole now it says raise your relationship with Jacqueline, I'm at 40 like and 30 depravity and I can't do anything else with her at the shop, MC has already fucked her and I don't get any other prompts
 
  • Like
Reactions: Mrfhe

Meushi

Well-Known Member
Aug 4, 2017
1,146
12,748
I hit this 'NoneType' object has no attribute 'sensitive' issue as well and in my case I was going from a 1.3 working save to 1.4 and for whatever reason for my all my saves, anytime I did a load, it hit this error.
Regarding the 'NoneType' object has no attribute 'sensitive' in game/Myroom.rpy when loading old saves:
Code:
While running game code:
  File "game/Myroom.rpy", line 18, in script
    call screen exitall1 with diss3
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'sensitive'
This fix by anne O'nymous solved the problem for me:
https://f95zone.to/threads/the-promise-v0-47a-xagrims-gameforge.7403/post-2426705

I then hit the other missing variable problem mentioned in other posts, so for my case that one I just edited in " default mia_mom_v1 = 0" in Corridor.rpy in the game folder
Regarding the undefined variable mia_mom_v1:
Code:
While running game code:
  File "game/livingroom.rpy", line 1565, in script
    if (elsa >= 12) and (miaperv >= 90) and (momperv >= 90) and (mia_mom_v1 > 1) and (mia_mom_v1 <= 3):
  File "game/livingroom.rpy", line 1565, in <module>
    if (elsa >= 12) and (miaperv >= 90) and (momperv >= 90) and (mia_mom_v1 > 1) and (mia_mom_v1 <= 3):
NameError: name 'mia_mom_v1' is not defined
Used the attached patch to default mia_mom_v1 to 0 (place it in the game folder).
 
  • Like
Reactions: GreenEars

Lotex

Engaged Member
Jul 17, 2017
2,163
2,004
okay I'm stuck, did the spanking video with Nicole now it says raise your relationship with Jacqueline, I'm at 40 like and 30 depravity and I can't do anything else with her at the shop, MC has already fucked her and I don't get any other prompts
Not sure if it helps or if it's even the right order, but I think after the spanking I had to fuck mom in the living room. At least that's the order I had.
 

arms99

Well-Known Member
May 11, 2018
1,031
2,662
I love how when Nicole sucks your dick in her room and you cum in her mouth she's like "Why in my mouth?!" and the MC is just like "Why not?" :ROFLMAO: :ROFLMAO:



Where did you get this? I don't think I've gotten that scene, unless you mean a blowjob in her room/handjob in the living room. Maybe one of them or both were from the previous version, you never know when you're finished here these days.
It's the last story scene for her (non repeatable), added this update. In the scene you basically set up and interview for nicole with Jacquelines father who's a big time producer after which you have a #MeToo moment with nicole which includes full sex.

If you need it's in the highlight saves I posted, it's the last save on page 6:
https://f95zone.to/threads/view-of-family-v0-1-4-marvel.1894/post-2514101
 
  • Like
Reactions: Lotex
3.70 star(s) 34 Votes