Ren'Py My Early Life [Ep. 10] [CeLaVie Group]

3.30 star(s) 38 Votes

localhost

Newbie
Sep 17, 2020
44
94
For those having an issue at the end getting "Kitchen at 10:30" to complete, go to the bathroom at 8:00. You have to have completed most of the events for this to work. I believe that the description was incorrectly set to Kitchen at 10:30 at some point, when the event is in fact in the bathroom at 8:00. Bathroom at 8:00 needs to be repeated many times and is conditional on other events being completed.
 
  • Red Heart
Reactions: kilobananov

zweistein

Newbie
Dec 6, 2017
62
12
I am the only one to whom the kitchen reports an error at 10:00 PM at 85/102

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 258, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
[Previous line repeated 12 more times]
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 254, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 258, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
File "game/main.rpyc", line 250, in script call
[Previous line repeated 3 more times]

etc....
 

dduck123

New Member
Nov 26, 2023
2
0
i am stuck at 93/102. Help functions show 1712958188187.png

Events not yet done:
10 - "07:30 in Lina's room"
23 - "22:30 in Eve's room"
25 - "21:00 at the pool"
28 - "N/A"
55 - "N/A"
57 - "N/A"
93 - "N/A"
97 - "N/A"
98 - "N/A"
hope i did count them right...

pool does not show anything at the given time and in Lina's room there is also no progress at all. any hints?
 

SubDe

Newbie
Aug 19, 2017
74
37
I cant get Linas mood up from neutral to happy. Shes been neutral since start of EP8. What do I need to do? Already gave her like 2k for 18:00 event so I guess it cant be money
 

jonquilnatrix

Newbie
Feb 27, 2024
26
109
I cant get Linas mood up from neutral to happy. Shes been neutral since start of EP8. What do I need to do? Already gave her like 2k for 18:00 event so I guess it cant be money
Go into Lina's room when she is at school and clean it. I think that's the only thing that will raise in Ep8.
 
  • Like
Reactions: oopsalot

Xenix22

Newbie
Oct 25, 2017
58
102
So are we stuck at 99/102 for this episode 8 update? I have three tasks left, two are N/A and one says kitchen 10:30 but no scene with Eve is triggering. Is there something I need to do with her first to prompt the Kitchen task?
Again the 10:30 kitchen is an incorrect label after a certain point. It is actually the 8:00 Lynn Bathroom scene.
 

Mirewen

Active Member
Aug 28, 2017
507
626
have a problem...
bookmarks states : 88/91
but ? todo states only 2 events that won't trigger.
if you go to the cafe at 15:00 hour you'll be sent back to the hallway.

see pic & save
 

Xenix22

Newbie
Oct 25, 2017
58
102
have a problem...
bookmarks states : 88/91
but ? todo states only 2 events that won't trigger.
if you go to the cafe at 15:00 hour you'll be sent back to the hallway.

see pic & save
You've hit the broken Eve Bikini bug. I've actually just FINALLY figured out what causes it that needs to be fixed. It's this kitchen scene.

In label EP3_event51 there is a conditional scene locked behind these conditions
if eve_angry == False and eve_babydoll == 0:
if EVENTS[36].Progress >= 8

This is the scene that launches the triggering of the Boutique scene at 13:00 on a weekend where the bikini is bought which connects to several other events. The problem is that it is possible (and happens quite often in peoples playthroughs) to buy the babydoll before you trigger this scene. Once that has happened it is impossible to complete this entire sequence without cheating with the admin console. So the dev either needs to remove the babydoll condition or alter the babydoll sequence to make it impossible to trigger before the bikini one...

If you want to use the console to resume this event chain enter the following two commands. The boutique scene should auto launch at 13:00 on a weekend, you can then give the bikini to Eve in her bedroom, pool scene becomes available etc.
EVENTS[10].SetAvailable()
EVENTS[10].Auto = True
 
Last edited:

newtex69

New Member
May 25, 2017
2
6
not sure if anyone told you about this, i had the previous version of the bobroom rpy and after patching the updated one for ep 8 i was able to progress pass the transition between ep 7 and 8. i play the windows version by the way
Thanks, much appreciated, but I am not using the bobroom.rpy file. The save from Ep7 was clean. I did try to download the compressed version posted a few pages back and just tested it. That seems to work just fine.
 
  • Like
Reactions: anubiscerberus

iFood

New Member
Jul 21, 2018
11
7
EP8.
20:00 Bob's room - not working because event triggers at 20:30!
Almost broke my brain trying to understand what i did wrong.

The hint system is still bad and gives no clue how to progress. Game is not grindy it's just unlogical. You never know is there another condition to complete the event or you just need to repeat it again.
 

Niduss

New Member
May 31, 2022
13
7
Two month of waiting and four hours of grind :LOL:
Ep8 is done.
When the ep9 will be avaible for regular users?
 
3.30 star(s) 38 Votes