- Jul 27, 2023
- 65
- 26
it's quite annoying because it takes time to collect it when we can't use cheats.I believe Happens whenever you have more than €2000
it's quite annoying because it takes time to collect it when we can't use cheats.I believe Happens whenever you have more than €2000
This could be the event that messed up your game, I'm pretty sure you triggered it earlier in the episode yet for some reason it ended not properly set as triggered. It's also the last one missing so no harm in setting it done in the console and just going next.Truly you are a life saver. I was able to clear everything except for 10:00 in the kitchen.
list(i for i,e in enumerate(EVENTS) if not e.Done)
EVENTS[50].SetDone()
Good sir, thank you very much, again.But since so many people are getting stuck, for a general solution for everyone, here is how you can find out numbers of events you are still missing using basic python in the console:
Then you can just take a number from the result, for example 50 and make it triggered withCode:list(i for i,e in enumerate(EVENTS) if not e.Done)
Of course use at your own risk, you can obviously miss some content if you cheat more than just last missing event.Code:EVENTS[50].SetDone()
can you share save gameHello
I stuck on Episode 1 74/77
What should i do?
This is the dead end that happens when you choose a wrong option when talking to Lina, that is something else than letting her see you naked.Good sir, thank you very much, again.
Like that one guy asked before, I'd like to donate for you if it's possible.
Can I ask you, to help again, please?
I can't trigger the last six Bookmarks in Episode 2. Lina's storyline and I think some auto events again?
Thank you very much, if you find the time to look at it.
EVENTS[71].Progress = 1
How to list undone Events WITH description in console via list(i for i,e in enumerate(EVENTS) if not e.Done)? It's not so fast and convenient to get Event's time and description in Bob's diary.
list([i,e.Location,e.Hour,e.Minutes] for i,e in enumerate(EVENTS) if not e.Done)
EVENTS[27].__dict__
I think lesbian and interracial scenes are inappropriate in this game.The slow build of the story makes sense, the girls didn't even like the MC when they all moved in together.
He has to get the girls to first accept him, then trust him, then naughty fun.
Lyne and Eve bath tub photo shoot could be fun.
On another topic wondering if the girls will have any interracial encounters. CeLaVie Group games seem not to have much to speak of, a one off but that's about it.
na, bring it ONI think lesbian and interracial scenes are inappropriate in this game.
This is all true, logical and makes sense. However, knowing the author's other games, we already know that this is all a copy of the general behavior of the characters, which migrates from one game to another. Therefore, those who know the previous games already know all this, as well as what awaits them in the sequel. That's why I appreciated the plot of episode 4, since it's after the first two, it's a gateway to the world of harem debauchery in what follows after the fourth.The slow build of the story makes sense, the girls didn't even like the MC when they all moved in together.
He has to get the girls to first accept him, then trust him, then naughty fun.
Yes, I found them too, but no matter how I tried to change their values, it didn't seem to work for me. I also tried changing another variable that is "hoursleft" but nothing changed either.The BobStudyHours variable is also useful to set, studying is there so you can have something to do during the hours the girls are unavailable, but it's better to just use the time skip buttons.
Too bad these variables are written in the renpysaver in the other manner: Eve_mood, so changing them to 2 had no any outcome.Mood variables: LynnObj.Mood, LinaObj.Mood, EveObj.Mood. 3 is the best mood.
The BobStudyHours variable is also useful to set, studying is there so you can have something to do during the hours the girls are unavailable, but it's better to just use the time skip buttons.
I don't recall having an issue with the 15:30 event, but the 20:00 event was also a problem for me for the same reason. Even after progression of the Eve visit scene where she accepts both offers (in addition to dismissing the call brother request), the visits still continued. I decompiled and checked the code, but didn't see any way that auto Eve visit would ever stop.Ep4 88/90. Stuck with 1530 and 2000 tasks, 'cause at 15:30 there nobody in the bathroom and 20:00 time point is unreachable due to auto visiting Eve instead of Lynn room access.
I did the same thing after I had to manually (via the console) mark these 2 events as completed. I reloaded the beginning of Ep4 and tried to figure out how and where event 1530 occurs. And to my surprise, I couldn't find any of Bob sisters in the bathroom at that particular time during the first few quests. So I hardly believe that hard grinding would help me with this task. Just like the 6:30 task from the previous episode, which also had to be skipped due to the wrong time I guess.I went back and started my end of Ep 3 save again, and noticed that the Eve visits started to happen on the second night, so it didn't seem there was anyway to complete the event in Lynn's room.
My captain, you're a true hero. Everything worked. I had to cheat the last 6:30 auto event, but thanks to you I knew how to do that!This is the dead end that happens when you choose a wrong option when talking to Lina, that is something else than letting her see you naked.
Try:
Go to her room at 19:30 and this time choose a proper option.Code:EVENTS[71].Progress = 1