2.30 star(s) 148 Votes

RYOUSC

Member
Jan 11, 2021
113
129
I progress Rosie's relationship lv to 4 and Lucy's lv to 3, the cleaning event at the cafe already happened but MC didn't get sick in the next day. What did I miss?
 

yoyomistro

Engaged Member
Jan 15, 2017
2,968
4,138
is there a way to turn the maintenance activities back on but keep the rest of the mod?
Sure, find this section in the interface.rpy file:
Code:
    def next_daytime(time=1,sleep=False,force=None):
        global daytime, freshness, toilet, food, leisure, day_of_week, money, tv_today, tlc, d11, d21, d31, d12, d22, d32, lts, rts, temp_arr
        lts = 0
        rts = 0
        renpy.show_screen("rm")
Insert the following text underneath it, all I do is remove it:
Code:
        if gmode == 0:
            if force != "freshness":
                freshness -= 100/33 * time
                if freshness < 0:
                    freshness = 0
            if force != "leisure":
                leisure -= 100/33 * time
                if leisure < 0:
                    leisure = 0
            if force != "toilet":
                toilet -= 100/24 * time
                if toilet < 0:
                    toilet = 0
            if force != "food":
                food -= 100/24 * time
                if food < 0:
                    food = 0
        else:
            freshness = 90
            leisure = 90
            toilet = 90
            food = 90
            money = 1000000
I should probably consider just enabling gmode in my mod instead of removing the maintenance script entirely, I just do that as gmode didn't exist when I started making my mod. Honestly, he probably only added gmode/multiple save pages because of my mod. But I think the main reason I didn't is because gmode adds infinite money and I left the money grind in as it's not really onerous.
There is a problem with Mika, it's imposible to give here 2500
None of the changes I've made should affect any story/progression elements whatsoever. I manually review changes each release with WinMerge, comparing each version side by side as I incorporate my mod changes. Either some other bug has been introduced by the dev (IDK haven't played this release), you're not using the correct version of the game (should be 4.2), or you haven't met the conditions for this scene. I do think I remember some issue with the trigger for this scene, not sure exactly what it was, but you can open the console and type this: persons[find_person("Mika")].checkpoints[12]. If it returns a 1, you should be able to trigger it.
 

varkatzas666

Active Member
Feb 26, 2018
665
557
I thought that there would not be a more beautiful girl than Rosie and Mika came to the competition, Mika left and I said again Rosie is the.... And May's beautiful appears, god, poor MC, he suffers too much lol
 

evetaku

Newbie
Dec 21, 2021
48
22
im starting this game and looking in the Walkthrough Level 2, Go in the office and use the PC to find the book. Where's the book ? i cant find it, i just get a browsur in front of office. can somebody give me a clue
 

Sagah

Member
Donor
Jun 9, 2017
154
387

  • Added 3 events for May.
  • Bug fixes.
Before I continue to work with other characters I need to progress May line, I hope you understand because her story line has a lot less progress than other characters.
 
  • Like
Reactions: BVonkX

BVonkX

Active Member
May 6, 2017
859
821
im starting this game and looking in the Walkthrough Level 2, Go in the office and use the PC to find the book. Where's the book ? i cant find it, i just get a browsur in front of office. can somebody give me a clue
Maybe you need to do more with lucy before you can move on with rosie.
 

rahkshi01

Well-Known Member
Dec 31, 2018
1,822
1,764
So I know that progress has been slow on this but has the dev given any indication on what the end goals will be, like if this will be single route or possibly have a harem route?
 

BVonkX

Active Member
May 6, 2017
859
821
So I know that progress has been slow on this but has the dev given any indication on what the end goals will be, like if this will be single route or possibly have a harem route?
Nothing has been announced as far as I know. But girls almost all know each other and stories often come together so expect something as a harem to come.
 

girlfairdev

Active Member
Mar 15, 2020
546
977
Nothing has been announced as far as I know. But girls almost all know each other and stories often come together so expect something as a harem to come.
Hmm, considering the overwhelming amount of sex that has occurred already, would we actually call that a harem or more like a bridge club with benefits? Or how distant a future are we talking?
 
May 19, 2019
484
300
So I know that progress has been slow on this but has the dev given any indication on what the end goals will be, like if this will be single route or possibly have a harem route?
its very likely this will be a harem thing... given this game was started about 2 years ago and was only focused on Rosie at the time.. and al we are trying to make it with like 6 diff girls and he is likely to add more
 

herogao

New Member
Mar 12, 2020
2
0
Ayo, almost one year without checking this game out, is there any fcking sex yet? I fcking love this artstyle and never found any game with it, but this is just toooo slow and boring, I was checking it with two years in development and it still had nothing, need to know if it's interesting now or just the same old bathroom simulator
 
2.30 star(s) 148 Votes