yolo-69

Newbie
Nov 24, 2017
27
4
@Everyone: The game, was changed, and have a lot of bugs, I'm waiting the new version as well, it's the only solution. ::|: Well and waiting the new version without bug :evilupset:
So your Walkthroug it's useless now? ::|::FeelsBadMan:
because (9.00 hrs – Talk with Nicole in Her bedroom) I don't find her there in 9:00 I find only mother in bathroom masturbate and mia topless in her room.
 
Last edited:

hello8008135

Newbie
Jul 3, 2017
46
27
One of the bugs i'm having is it tries to check if vika == *whatever number* even though vika hasn't been defined at all in my save file. I just create the variable by typing 'vika = 0' (or whatever value I deem it to be).
 
Last edited:

dbp5ca

Active Member
Donor
Mar 13, 2017
994
805
So checked back on the thread and didn't see anyone mentioning the stuff with Elsa.
You don't have permission to view the spoiler content. Log in or register now.
Apologies if this is already known about but I didn't see it in @Carlo S walkthrough.
 
  • Like
Reactions: pitruchio

Carlo S

Forum Fanatic
Respected User
May 20, 2017
5,725
14,849
So your Walkthroug it's useless now? ::|::FeelsBadMan:
because (9.00 hrs – Talk with Nicole in Her bedroom) I don't find her there in 9:00 I find only mother in bathroom masturbate and mia topless in her room.
No, in the next version it will be fixed, the change is only the end of this version, then is better wait
 
  • Like
Reactions: Justanx

D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,030
Guys this is my first time playing thos game but i think i found a bug... in the start of the game after i bought the vine and went home and went to sis room this is what i got:
You don't have permission to view the spoiler content. Log in or register now.
Is this a bug or what?
 

holivar

New Member
Dec 2, 2017
11
11
Guys this is my first time playing thos game but i think i found a bug... in the start of the game after i bought the vine and went home and went to sis room this is what i got:
You don't have permission to view the spoiler content. Log in or register now.
Is this a bug or what?
This bug appears with new update, wait for fixes, this game worth it
 
Last edited:

yolo-69

Newbie
Nov 24, 2017
27
4
Guys this is my first time playing thos game but i think i found a bug... in the start of the game after i bought the vine and went home and went to sis room this is what i got:
You don't have permission to view the spoiler content. Log in or register now.
Is this a bug or what?
Yea nicole room have full of bugs have another one when you talk to her on 18:00-19:00.

EDIT: maybe that's why he don't show up in 9:00 morning in her room.
 
  • Like
Reactions: Goldy

Penfold Mole

Engaged Member
Respected User
May 22, 2017
3,047
7,315
Yes, sisroom is buggy, the game is a bit messy.

I cooked up a quick fix for these two problems, this should fix the dildo scene and that repeating scene about talking with Nicole later on. It also enables the dev console.
Just download the attached 7z file and extract it into the 'game' subfolder inside your game root folder (root is where the exe-file is).
Let it replace Sisroom.rpy and script.rpy files, it also adds unren-dev.rpy and nine image files into the 'images\1\sisroom' folder.
Those images are already there, but they have different names - I had to rename them to fix the first problem and it's easier to patch it this way, just by adding the same files with new names.
__________________________________

Update:
A new and better fix is here:
Removing old attachment from here as obsolete.
 
Last edited:

Goldy

Member
Nov 14, 2017
130
65
Yes, sisroom is buggy, the game is a bit messy.

I cooked up a quick fix for these two problems, this should fix the dildo scene and that repeating scene about talking with Nicole later on. It also enables the dev console.
Just download the attached 7z file and extract it into the 'game' subfolder inside your game root folder (root is where the exe-file is).
Let it replace Sisroom.rpy and script.rpy files, it also adds unren-dev.rpy and nine image files into the 'images\1\sisroom' folder.
Those images are already there, but they have different names - I had to rename them to fix the first problem and it's easier to patch it this way, just by adding the same files with new names.
Yea thanks for that but still not appear nicole at 9:00 in her room, that bug it's still up.
 

X_Alascato

Member
Oct 23, 2017
453
91
started the game and peeped on mom and mia at 900 but walthrough says 10:00 and i dont know how to forward the time and theres no time.
 

tmv

Member
May 31, 2017
271
54
I got this crash when going to the school at times when Mia is there:

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

While running game code:
  File "game/scool.rpy", line 36, in script
    menu:
  File "game/scool.rpy", line 6, in execute
    screen allisc1:
  File "game/scool.rpy", line 6, in execute
    screen allisc1:
  File "game/scool.rpy", line 7, in execute
    imagemap:
  File "game/scool.rpy", line 15, in execute
    if (vika >= 1):
NameError: name 'vika' is not defined

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

Full traceback:
  File "game/scool.rpy", line 36, in script
    menu:
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\ast.py", line 1459, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\exports.py", line 842, in menu
    rv = renpy.store.menu(items)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\exports.py", line 1028, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\core.py", line 2492, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\core.py", line 2759, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\core.py", line 482, in visit_all
    d.visit_all(callback)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\core.py", line 482, in visit_all
    d.visit_all(callback)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\core.py", line 482, in visit_all
    d.visit_all(callback)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\screen.py", line 399, in visit_all
    callback(self)
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\core.py", line 2759, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\screen.py", line 409, in per_interact
    self.update()
  File "C:\Users\Taco\Downloads\Games\- View of family 0.0.9\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/scool.rpy", line 6, in execute
    screen allisc1:
  File "game/scool.rpy", line 6, in execute
    screen allisc1:
  File "game/scool.rpy", line 7, in execute
    imagemap:
  File "game/scool.rpy", line 15, in execute
    if (vika >= 1):
  File "<screen language>", line 15, in <module>
NameError: name 'vika' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.2.2029
View of family 0.0.9
 

Paitryn

Well-Known Member
Mar 10, 2017
1,583
2,216
Can't visit mia at school, can't visit the girl at the bar now, and mia at the beach when Vika is there. It seems something has happened to Vika that screws this shit up.
 
3.70 star(s) 34 Votes