Daloza

Active Member
Jun 5, 2018
816
1,233
Hello there guys! I am new here.
I tried activating the console, modified "config.console" to True, then I tried running the game and got the "Parsing the script failed" error. What should I do or what should I modify to get it working again ?
download it again, if u didn't backup of this file.
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Game Developer
Jun 30, 2018
3,178
8,573
could you post a save where you have the present
that would be great!
no - sorry - i have deinstalled and deleted all i had. I am done with it. I dont want to search hours for a cheat just to see 5 minutes of content
 

spasimosk

Member
Feb 15, 2018
129
44
i have stuck in mia in quest says :raise your sis depravity .The depravity is 70 ,i have check anything but nothing new !
 

Hones

Forum Fanatic
Compressor
Aug 10, 2018
4,156
8,651
i have stuck in mia in quest says :raise your sis depravity .The depravity is 70 ,i have check anything but nothing new !
Just keep raising it, I can't remember what level you need but I think it was higher than 70 (I could be wrong though), just do the sex-ed stuff touching her in the morning etc until the event triggers.
 

RereiRaRerena

Newbie
Aug 25, 2018
84
90
How do you unlock the mall so i can buy Mia present? ^_^ or what value do i need to change in the save editor? ty :3
 

Hones

Forum Fanatic
Compressor
Aug 10, 2018
4,156
8,651
How do you unlock the mall so i can buy Mia present? ^_^ or what value do i need to change in the save editor? ty :3
The events that trigger the MC being able to go to the boutique to buy Mia's present seem to be bugged but you can follow the quotes below for a workaround.
For those having trouble with getting the new scenes. The developer messed up with the sisters progression and you can get the rehearsal scene early. Not progressing chronologically will cause certain triggers to not go off which will lock you from progressing further with mia.

Progressing with the rehearsal sets secondsisroom1 == 6 (i think). This causes the game to skip triggers that are < 6. So if you are having troubles i suggest messing around with the variable secondsisroom1 in the console. I just started messing around with it and setting "secondsisroom1 = 5" in the console will result in Dinn showing up at the park with your sister. Setting the variable to 3 will result the party scene triggering.

EDIT: So if you progressed to the rehearsal before meeting Dinn at the park your game is messed up. I've been looking at the code and the correct sequence is, party, meet Dinn with sister at park, rehearsal, talk with olivia. So to get the right sequence you first need to set "secondsisroom1 = 5" then meet Dinn at the park with your sister. Then set "secondsisroom1 = 7" then go meet olivia at the university. As far as i know that should fix Nicoles path.
One more thing i'd like to add. I had trouble getting the olivia meetup location to pop so i just jumped to the scene using "jump olivia1" then the game finally ran "normally", as in, i didnt have to open the console window anymore.
 
  • Like
Reactions: RereiRaRerena

contramundi

Member
Jul 15, 2018
102
76
For those having trouble with getting the new scenes. The developer messed up with the sisters progression and you can get the rehearsal scene early. Not progressing chronologically will cause certain triggers to not go off which will lock you from progressing further with mia.

Progressing with the rehearsal sets secondsisroom1 == 6 (i think). This causes the game to skip triggers that are < 6. So if you are having troubles i suggest messing around with the variable secondsisroom1 in the console. I just started messing around with it and setting "secondsisroom1 = 5" in the console will result in Dinn showing up at the park with your sister. Setting the variable to 3 will result the party scene triggering.

EDIT: So if you progressed to the rehearsal before meeting Dinn at the park your game is messed up. I've been looking at the code and the correct sequence is, party, meet Dinn with sister at park, rehearsal, talk with olivia. So to get the right sequence you first need to set "secondsisroom1 = 5" then meet Dinn at the park with your sister. Then set "secondsisroom1 = 7" then go meet olivia at the university. As far as i know that should fix Nicoles path.

edit, already figured it out,

quick addition to your post: olivia is at the university at 13.00, use search for option :), you also need $300
 

Carpe Stultus

Engaged Member
Sep 30, 2018
3,402
8,860
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Myroom.rpy", line 27, in script
    scene myroom1
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "game/university.rpy", line 73, in execute
    screen univ_int:
  File "game/university.rpy", line 73, in execute
    screen univ_int:
  File "game/university.rpy", line 74, in execute
    imagebutton xalign 0.99 yalign 0.02:
Exception: Imagebutton does not have a idle image.

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

Full traceback:
  File "game/Myroom.rpy", line 27, in script
    scene myroom1
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\ast.py", line 1217, in execute
    statement_name("scene")
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\ast.py", line 43, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 2207, in do_with
    clear=clear)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/university.rpy", line 73, in execute
    screen univ_int:
  File "game/university.rpy", line 73, in execute
    screen univ_int:
  File "game/university.rpy", line 74, in execute
    imagebutton xalign 0.99 yalign 0.02:
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\ui.py", line 927, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "C:\Users\Roger Rabbit\Downloads\games\view of fam\View_of_family-0.1.2-pc\renpy\ui.py", line 923, in choice
    raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
View of family 0.1.2
Thu Dec 06 21:57:30 2018
This happens in the night after i talked with mom about the revenge...
 
Aug 26, 2018
207
191
So i went the mother route in the beginning, does this mean that the Boutique will never be unlocked?
I did some searching on this forum and i found no definitive answer. but to fair it was only around 30+pages checking that answer, so i might of missed it.
If anyone knows if my question is a yes or a No, please let me know.

thanks

EDIT
So I decided to start the nicole questline(after finishing this versions mother route first. I also started the game with mother) and after few quests and raising her perv and like numbers to 28/25 respectively. I get the message of "That is all for this version".
Has anyone else encountered this? Is it becuase i went the mom route instead of going to mall with nicole first?
Or did i mess up somewhere?
 

contramundi

Member
Jul 15, 2018
102
76
So i went the mother route in the beginning, does this mean that the Boutique will never be unlocked?
I did some searching on this forum and i found no definitive answer. but to fair it was only around 30+pages checking that answer, so i might of missed it.
If anyone knows if my question is a yes or a No, please let me know.

thanks
as far as i can tell there's no specific mother route, i've done mother and both sisters and i think i'm done with the latest update. No route gets blocked just follow the hints in the phone.

(and when you seem to get stuck due to nicole making you rehearse all of a sudden in her room follow the steps a few posts above)

at some point after having to cheat your way through the game by using the console the boutique opend up for me.
 
Aug 26, 2018
207
191
as far as i can tell there's no specific mother route, i've done mother and both sisters and i think i'm done with the latest update. No route gets blocked just follow the hints in the phone.

(and when you seem to get stuck due to nicole making you rehearse all of a sudden in her room follow the steps a few posts above)

at some point after having to cheat your way through the game by using the console the boutique opend up for me.
I just did and edit of what i've done. BUt so far no boutique or store has opened for me. on the nicole route. Nor is there one opened while doing the MIA route, so im stuck not having a gift for her.
 

NotMe00

Member
Aug 13, 2017
119
21
After talking with Elsa what can i do? And also i have really a lot of errors and bugs in this version. I've read that there is a way to correct but i'm unable to do that. Can anyone share a save file with the correction made? Thanks.
 

Carpe Stultus

Engaged Member
Sep 30, 2018
3,402
8,860
For those having trouble with getting the new scenes. The developer messed up with the sisters progression and you can get the rehearsal scene early. Not progressing chronologically will cause certain triggers to not go off which will lock you from progressing further with mia.

Progressing with the rehearsal sets secondsisroom1 == 6 (i think). This causes the game to skip triggers that are < 6. So if you are having troubles i suggest messing around with the variable secondsisroom1 in the console. I just started messing around with it and setting "secondsisroom1 = 5" in the console will result in Dinn showing up at the park with your sister. Setting the variable to 3 will result the party scene triggering.

EDIT: So if you progressed to the rehearsal before meeting Dinn at the park your game is messed up. I've been looking at the code and the correct sequence is, party, meet Dinn with sister at park, rehearsal, talk with olivia. So to get the right sequence you first need to set "secondsisroom1 = 5" then meet Dinn at the park with your sister. Then set "secondsisroom1 = 7" then go meet olivia at the university. As far as i know that should fix Nicoles path.
One more thing i'd like to add. I had trouble getting the olivia meetup location to pop so i just jumped to the scene using "jump olivia1" then the game finally ran "normally", as in, i didnt have to open the console window anymore.
I just did and edit of what i've done. BUt so far no boutique or store has opened for me. on the nicole route. Nor is there one opened while doing the MIA route, so im stuck not having a gift for her.
You have to go through with Nicoles route to be able to buy a gift for Mia and you'll probably need the to quotes above to finish Nicoles route because its a hot mess.

This game is also like pokemon "you gotta catch em all".
 

xx1304

Newbie
Nov 26, 2018
16
2
View attachment 23532

Overview:
"View of family" is a pov, rpg game with some kind of open world... in perspective. A lot of quests will allow you to put yourself in this incredible adventures. You’ll assume the role of a ordinary 21 year guy... who lives a normal life and working as tutor. He lives with his sister Nicole and his mother Emily. Help him to seduce all women in this game!

Updated: 2018/12/04
Developer/Publisher:
Censorship: None
Version: 0.1.2
OS: Windows / MAC
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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


Download:
PC: - - -
Mac: - -
Android: - -


Compressed PC:

Extras: -
Thanks @Carlo S for the walkthrough, @whity112 for sharing the game and @Hones for the updated mac version, android.



View attachment 7545 View attachment 7546 View attachment 7547 View attachment 7548 View attachment 7549 View attachment 7550
only 80MB for the Android version? i guess the image quality is very bad through it is possible to make higher quality?
 
3.70 star(s) 35 Votes