peas

Active Member
Jul 31, 2018
597
1,300
No bugs here. Played through with no problems. My main problem is that there are so many girls that I lose track of who is who except for a few of the main ones. And I have to say I would love to see several things. Yes, I want Harper so bad!! I would like incest. Especially with Sarah who is not blood related. Maybe if enough supporters join on Subscribestar it can happen. How the dev feels better and he can get back to an update every 5-6 weeks. Thank you for the good game.
 

juan palote

Engaged Member
Dec 5, 2017
2,038
3,862
* Thanks for the decision to turn down the girls doing maid service. Of course that may have led to sex scenes in maid uniform down the line - I assume - but I felt that would take advantage of them.
I dont understand this, why would it be taking advantage of them?. I see the maid job the same as any other job, but maybe its because my grandma was a maid.

Thats why i accepted them being maids, its just another job and has the same dignity than the girl working on my social media
 

metallicaphil

Member
Dec 14, 2017
132
119
God, I'm conflicted. On one hand i want to play this after such a long time but on the other it's stated to be potentially scuffed/bugged. I guess I'll try my best to wait until it's all ironed out but man i got a feeling I'm going to cave and download it anyway!
I didn't notice any bugs. I carried on from where the last update finished
 

Boehmi

Member
Dec 11, 2017
154
165
If i choose to hire new Maids will i see Kimmy and Pen less? Dont know if i like to use them like this but dont want to loose "Rep Points" if u know what i mean :D
 

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
2,065
11,839
Hmm, I was playing through the whole game, skipping through most everything and making the decisions to set up how I wanted it to be when I caught up to current content

But at the bowling alley, during the scene where Moon and Ruby are talking about interviewing you, right after Ruby talks about how the dog protects her, it crashes every time.

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

While processing the color property of anonymous style:
IndexError: string index out of range

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

Full traceback:
  File "script.rpyc", line 33844, in script
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 543, in visit_all
    callback(self)
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\text\text.py", line 1636, in per_interact
    if self.style.slow_abortable:
  File "gen/styleclass.pxi", line 757, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "style.pyx", line 493, in renpy.style.StyleCore._get
  File "style.pyx", line 709, in renpy.style.build_style
  File "style.pyx", line 706, in renpy.style.build_style
  File "gen/style_functions.pyx", line 757, in style_functions.color_property
  File "C:\Users\dcloc\Desktop\WVM-0.9.5-pc\renpy\color.py", line 134, in __new__
    if c[0] == '#':
IndexError: string index out of range

Windows-8-6.2.9200
Ren'Py 7.3.5.606
WVM 0.9.5
Sat Jul 03 20:59:19 2021
It's because of the color="" as there is no such color as "" (blank), so it throws up an error.

So this:

Code:
#Pets
define mx = Character ("Max", color="", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
Should be this:

Code:
#Pets
define mx = Character ("Max", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
 
  • Like
Reactions: "CJ"

gpsywolf

Member
Sep 30, 2019
157
636
Dear Lord, that is a LOT of asses. Yeah you know what im talking about. Too many girls now. Cant keep them all straight anymore.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,032
5,586
I'm currently running 3 saves based on the 3 choices of how how heavy the MCs social media presence is.
but so for there's been no difference in dialogue with each update between the 3 saves.
Should I keep to one or carry on with all 3 saves.
 

Hambo

Newbie
Aug 6, 2016
35
608


This was in progress when I originally reposted the links here.
 

OfficiallyGames

Active Member
Game Developer
May 23, 2020
934
2,967
Right I have just finished playing the update and here are my thoughts:
You don't have permission to view the spoiler content. Log in or register now.
And yes I am going to write up the WT straight away (the update took longer than I thought so WT anywhere between 1 to 3 hours)
 
  • Like
Reactions: asanoturna
3.70 star(s) 664 Votes