Ren'Py My Early Life [Ep.1-15.00] [CeLaVie Group]

3.00 star(s) 51 Votes

T4t0rt

Active Member
Feb 22, 2023
603
264
Guys, i have a problem with episodes 6 and 7:

-episode six: it signs 94/95 tasks done, but on the list... i don't have any more things to do.

-episode 7: if i use skip option to jump from ep 6 to ep 7, the game crashes. Any solution? 1729474759639.png
 

Minnimix

Member
Jun 18, 2020
115
126
Minnimix Maybe you can help out with this one. Love your mod (I know it only goes up to epi. 6, I think, and it was a great help until I got used to the game mechanics. Really stuck here.
Its a bug in main.rpyc , there is a "and" part missing

you have completed event 46 and then comes event 40 (15:00 pool)
But since event 46 is activated again every day, you are stuck in a loop....

i've change the main.rpyc , so save the append file to .../games and override the main.rpyc
--------------------
1729501487302.png
-------------------
Then :
Event 5 (the scene with lynn and lina in bed , and 08:00 kitchen with lina) then
Event 40 (15:00 pool) should be start (2 Steps) and then u get 85/86 and your last event is 22:00 @ girlsroom

have fun EP 13
 

Minnimix

Member
Jun 18, 2020
115
126
Guys, i have a problem with episodes 6 and 7:

-episode six: it signs 94/95 tasks done, but on the list... i don't have any more things to do.

-episode 7: if i use skip option to jump from ep 6 to ep 7, the game crashes. Any solution? View attachment 4152127
solution EP 6 : install my multimod (and play EP6 again bug free)
solution EP 7 : wait for multimod version 0.7 ;) (i think i can bring it online at the weekend)
 
  • Like
Reactions: T4t0rt

T4t0rt

Active Member
Feb 22, 2023
603
264
Btw, seems the main problem is Lynn's arousal (90 out of 10). Maybe, if i low it until reaching 10/10 should solve the bug, right?
 
Apr 30, 2021
119
647
That didn't work, apparently Event[1] is avaiable (I double checked in saveeditoronline. As I understand it, that is to do with Arielle's new hairstyle, she already has that in my save.

If anyone wants to take a look, I've attached the save.
That new hair was what you enabled with the stupid change you made. Isn't that obvious? That's why I said use the old save from before you broke things
 

Minnimix

Member
Jun 18, 2020
115
126
Btw, seems the main problem is Lynn's arousal (90 out of 10). Maybe, if i low it until reaching 10/10 should solve the bug, right?
yes the value is outside the maximum (probably via cheat) therefore the system cannot find the corresponding image ...

but ep7 has some mayor bug , so it can happen that event 17 can never be completed, or event 7 you will never see content from steps 8,9 and 10 .. and some minor bugs
 

yamabear

Member
Dec 27, 2020
216
94
either i did something in the wrong order or the game is really buggy... to overcome the 54/85 limit i had to do this:
- set arielle_new = TRUE
- EVENTS[14].isAvailable = TRUE
- visit the kitchen at 09:00 (icon looks empty but Arielle is there).

later at 84/85 i got stuck again
- EVENTS[69].isAvailable = FALSE
- EVENTS[70].isAvailable = FALSE
and Episode 14 is now done

Commander Booty : i use Ux52_URM.rpa file, you can open it with ALT-M and edit all variables while playing the game.
Hi, dduck123!


First: Thank you very much for the tip to Arielle _new (I was also stuck in 44/85 same events pointed out).

Second: How do I view "-EVENTS[?]. IsAvailabe=" with the use of URM?

When I consult in variables I only get " events_counter =47 and EVENTS=list(85 items).
My interest in this guideline for URM is not just for its use in this game.

Thankful in advance for the information:cool::cool:
 

ricola

Newbie
Feb 28, 2017
55
27
That new hair was what you enabled with the stupid change you made. Isn't that obvious? That's why I said use the old save from before you broke things

I think you've misunderstood me in the order of events. For me this is what happened:
1. Play the game, get many events.
2. Arielle changes hairstyle. Events with Arielle in pigtails in her room in front of the mirror, sleeping, masturbating; and at dinner; and on the beach training.
THEN
3. The game stops progressing
4. I start messing around with stuff
5. I upload a save from BEFORE I started messing with stuff
6. You call me stupid and I start to cry :cry:
 

Radical_Dreamer

Member
Donor
Aug 26, 2018
259
352
Its a bug in main.rpyc , there is a "and" part missing

you have completed event 46 and then comes event 40 (15:00 pool)
But since event 46 is activated again every day, you are stuck in a loop....

i've change the main.rpyc , so save the append file to .../games and override the main.rpyc
--------------------
View attachment 4153004
-------------------
Then :
Event 5 (the scene with lynn and lina in bed , and 08:00 kitchen with lina) then
Event 40 (15:00 pool) should be start (2 Steps) and then u get 85/86 and your last event is 22:00 @ girlsroom

have fun EP 13
You are seriously my hero. I will play more now. :D

Celaviegroup Flagging for your perusal if you were not aware of the bug, dev. <3

EDIT: Minnimix Didn't work. :/ I am just going to start Episode 12 over and follow a walkthrough I found in the thread. This is too frustrating. :(

EDIT2: Okay, so I fixed it with your help, Minni. I used your edit, but manually changed it in the main.rpy file using Notepad. The pool scene finally triggered. :)
 
Last edited:
Apr 30, 2021
119
647
I think you've misunderstood me in the order of events. For me this is what happened:
1. Play the game, get many events.
2. Arielle changes hairstyle. Events with Arielle in pigtails in her room in front of the mirror, sleeping, masturbating; and at dinner; and on the beach training.
THEN
3. The game stops progressing
4. I start messing around with stuff
5. I upload a save from BEFORE I started messing with stuff
6. You call me stupid and I start to cry :cry:
You posted that you took muppet advice to change the arielle_new flag so you're lying now. That flag changes when you get the new hair. If you got the new hair through event-1 the flag would have been set. You can literally decompile and see the code.

Sort it out on your own or wait for the fix to be public since since youd rather lie than help yourself.
 
Apr 30, 2021
119
647
Hi, dduck123!


First: Thank you very much for the tip to Arielle _new (I was also stuck in 44/85 same events pointed out).

Second: How do I view "-EVENTS[?]. IsAvailabe=" with the use of URM?

When I consult in variables I only get " events_counter =47 and EVENTS=list(85 items).
My interest in this guideline for URM is not just for its use in this game.

Thankful in advance for the information:cool::cool:
his advice is terrible, you'll get stuck now like ricola
 

ricola

Newbie
Feb 28, 2017
55
27
You posted that you took muppet advice to change the arielle_new flag so you're lying now. That flag changes when you get the new hair. If you got the new hair through event-1 the flag would have been set. You can literally decompile and see the code.

Sort it out on your own or wait for the fix to be public since since youd rather lie than help yourself.

Again, you've misunderstood the order of events. I'll try to clarify again.
1. A lot of the events that should NOT happen because of the issue have for some reason happened in my game, unless I missed something.
2. The game stopped progressing
3. I came here, saw the suggested solution.
4. I messed around with stuff
5. You first call me stupid, then you accuse me of lying... for some reason. Why would I lie? I'm trying to play the game, lying would be contrary to that and hinder me from playing the game. What I'm actually trying to do is to troubleshoot and asking for help in troubleshooting. You, on the other hand, is assuming malice when incompetence is the actual reason (and just to clarify, that is *my* incompetence I'm talking about (or maybe Celavie, I don't know).
 

Radical_Dreamer

Member
Donor
Aug 26, 2018
259
352
Okay, so after reading through some posts, it looks like episode 14 may be bugged. A lot of people stuck at 45/85 events.

For me specifically, I completed all the way up to getting the waterproof camera and taking pictures of the girls swimming, but I have a slew of events in the tip menu that will not trigger. I think I'll finally give this game a little break. :3

To the dev: I ain't mad. A game with this complexity on event triggering is bound to have a lot of bugs (again, something you've been up front about). Is it frustrating as hell? Absolutely. xD But mad respect for taking feedback and actually fixing a lot of the bugs.
 

T4t0rt

Active Member
Feb 22, 2023
603
264
yes the value is outside the maximum (probably via cheat) therefore the system cannot find the corresponding image ...

but ep7 has some mayor bug , so it can happen that event 17 can never be completed, or event 7 you will never see content from steps 8,9 and 10 .. and some minor bugs
I didn't use the cheats, just.... too much grind.

And, after your reply... more than ever i'll wait your multimod update.
 
  • Like
Reactions: Minnimix

Masterjaxx

Newbie
Nov 30, 2017
53
14
Okay, so after reading through some posts, it looks like episode 14 may be bugged. A lot of people stuck at 45/85 events.

For me specifically, I completed all the way up to getting the waterproof camera and taking pictures of the girls swimming, but I have a slew of events in the tip menu that will not trigger. I think I'll finally give this game a little break. :3

To the dev: I ain't mad. A game with this complexity on event triggering is bound to have a lot of bugs (again, something you've been up front about). Is it frustrating as hell? Absolutely. xD But mad respect for taking feedback and actually fixing a lot of the bugs.
I am also stuck in this same spot.

Active triggers are Interact with Arielle at 7, 8, 24, Eve at 11, cafe in the afternoon.

None will progress.
 

dbala81

New Member
Jan 26, 2019
8
3
if episode >= 12 - new house , additional people .. ok "same" content : "get them naked and ..."
but what do you expect from a game of this kind?
Cause There is difficulty and some story in fucking relatives, friend's wife etc. If they are not related, then there is no story, feels so bland.
 
3.00 star(s) 51 Votes