Create and Fuck your AI Cum Slut –70% OFF
x
2.90 star(s) 81 Votes

Ionshade

New Member
Jun 5, 2020
10
55
155
Ngl I downloaded after reading the description, opened the game up and immediately uninstalled. Where is the 'loli' tag? Because it would have saved me time and eye sanitizer if it were present.
 

HavoBerg

Newbie
Apr 19, 2020
92
59
80
How can I pass "lingerie shop - Tue/Thu/Sat" because I've tried to go there several times at the stated time but nothing happens.
Going there directly at the time isnt enough I think, you have to go there from the hospital 'end of shift' menu
I've had the same problem but a little bit different (Bookmarks 136/138). In my version the hints said "16:00-20:00 - Lingerie Shop - Mon/Wed/Fri". I've tried everything for hours, after hospital shift and w/o but nothing worked. But then I read your comments and tried "Tue/Thu/Sat" and that worked. So the hints in the game are wrong in my version (downloaded here about 3 days ago). Anyway, thanks a lot for the help!

And also a big thanks to the dev that the girls don't have bleached assholes anymore. That used to be a major turn-off in the previous versions...
 

HavoBerg

Newbie
Apr 19, 2020
92
59
80
Ngl I downloaded after reading the description, opened the game up and immediately uninstalled. Where is the 'loli' tag? Because it would have saved me time and eye sanitizer if it were present.
Seriously? Girls that look like 20 are "loli" to you? Because of people like you there are only games and VN's left here with mature women who look like 40-50 with extremly huge tits and asses. If that's your kink go for it because 95% of all the content here is exactly that. But don't you complain about content that has girls under 25 because not everybody wants to have sex with his mother or grandmother.
 

Nasirwella

Newbie
May 22, 2017
16
0
176
Hi, so i'm new to the game and I am starting all the way from the beginning. Im on episode 2 around bookmark 71/82 and when I go to meet Lynn for the second time at 20:00 it gives me this script error.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'EndHomeEven'.


Please let me know if there is a way to fix this
 
Last edited:

john0121

Newbie
Jul 25, 2022
63
37
118
I've had the same problem but a little bit different (Bookmarks 136/138). In my version the hints said "16:00-20:00 - Lingerie Shop - Mon/Wed/Fri". I've tried everything for hours, after hospital shift and w/o but nothing worked. But then I read your comments and tried "Tue/Thu/Sat" and that worked. So the hints in the game are wrong in my version (downloaded here about 3 days ago). Anyway, thanks a lot for the help!
Yes, some of the days are unfortunately incorrect in the hints.

When in doubt - open the console and check the EVENTS[x] fields or use URM52 and inspect the array EVENTS, it has a field for Day, Hour, and the Description (which is the hint, that may have the incorrect text), but the Day field will be the correct one.

1763985487176.png

1763985500174.png

1763985511946.png
You can filter it for the ".Done" and ".IsAvailable" (or was it .Available) tags to see which ones you haven't completed yet.

Use Grok.com to assist with the python code if you're not proficient with it, or check earlier pages in this thread for some scripts to assist.

(or wait for a bugfix)

The "secret" button in the bottom left corner is still there which shows which EVENTS[x] you haven't completed yet, so it can be used to quickly find out which events to query in the console. Like, if it says "1, 6, 20" you can open the conosle and type
EVENTS[1].Hour and EVENTS[1].DayOfWeek to see the values of those two.

Or you can just run this in the console (Enabled with ALT-O if you have 0x52_URM.rpa installed in the ./game folder. Grab it from this forum, or activate RenPY console through other means such as editing ./renpy/common/00console.rpy and find the line "init -1500 python:" and below it it will say config.console = False, change this to True (make sure not to add any extra space etc..) and save, restart game, and Shift-O should open console)


Python:
print[(i, e.DayOfWeek, e.Hour, e.Location, e.Desc) for i, e in enumerate(EVENTS,1) if not e.Done]

Edit: Oh yea, usually when an event is Hidden it is because it hasn't been activated by another one, or bugged. Like in earlier chapters you'd have your "Truth or Dare" in the evening only after you asked for it during dinner, so until that time, the event would be listed as "HIdden" and "Available". And ofcourse, the event that unlocks these, perhaps are listed as Done = True, but you forgot to do the follow-up event so now you need to first do the event that isn't liste in the hints before you can do the one you actually need to do to continue :p
 
Last edited:
  • Like
Reactions: HavoBerg

dxjorkku

New Member
Sep 5, 2022
1
0
20
Only hint remaining is
13:00 College Gym 13:00 Mon-Fri

There's nothing then or any other time if that matters.

I have bookmarks 121/138. So what to do?
 

edurand

New Member
Oct 19, 2018
5
4
62
Hi, so i'm new to the game and I am starting all the way from the beginning. Im on episode 2 around bookmark 71/82 and when I go to meet Lynn for the second time at 20:00 it gives me this script error.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'EndHomeEven'.


Please let me know if there is a way to fix this
I got the same error. :cry:
 

john0121

Newbie
Jul 25, 2022
63
37
118
I can't get 138 to trigger in episode 27. Have tried everything. Any ideas?
Click the bottom left corner and you'll get a bookmark screen that shows the number you're missing.
138 might not be the same for everyone.

Unless you actually mean something being bookmark 138... at this playthrough 49/138 there is no 138 listed for me.

1764101094084.png
 

yavhev

New Member
Jul 15, 2019
2
0
135
I am new playing and I can't pass chapter five, I already have all the missions, 90 out of 91, and it goes from 8:00 PM to 8:30 PM and nothing shows up
 

john0121

Newbie
Jul 25, 2022
63
37
118
Event 73 should be in the Boutique, I'm guessing some time between 11-16.
If you have access to the console you should be able to get the actual info.

Edit:
73 : Boutique at 13.00 on day 7.
I think I was in the supermarket at 12:30 and it just triggered sending me to the boutique at 13.00 on sunday.
 
Last edited:

scorpking

Newbie
Aug 3, 2023
82
34
151
Click the bottom left corner and you'll get a bookmark screen that shows the number you're missing.
138 might not be the same for everyone.

Unless you actually mean something being bookmark 138... at this playthrough 49/138 there is no 138 listed for me.

View attachment 5471113
wow, super cool. thanks for showing me that. so i'm missing bookmark 71. but when I go to hints, i need to be in the kitchen tue/friday at 18 o'clock. I do that, but nothing happens.
 

john0121

Newbie
Jul 25, 2022
63
37
118
wow, super cool. thanks for showing me that. so i'm missing bookmark 71. but when I go to hints, i need to be in the kitchen tue/friday at 18 o'clock. I do that, but nothing happens.
I think that might be one of the events talked about earlier where the days were messed up, i.e. "tue/fri" is like "wed/Sat" (or mon/thu) or something like that. When in doubt - bruteforce it by going there every day, and possibly if its an event at 16-17 timeframe you might need to be in the hospital and go to the event from there after you finish working your 10-16 shift.

I can't check now, but if you look a few posts earlier there should be a how-to on how to activate the ingame console so you can pull that down and check the events. It is sometimes necessary with this game, but look on the bright side, you'll have some fun with Python as well :D
 
2.90 star(s) 81 Votes