2.90 star(s) 61 Votes

Kidconan

Newbie
Dec 25, 2019
23
34
I updated bob room cheat for Episode 1-11.03
Updated for Episode 12-18.01

added code to help to lower the awful grind in the game - adds money, study, mood and arousal
Just visit bobs room to get the bonus's

Code:
    $ bob_money += 300
    $ BobStudyHours = 15
    $ LynnObj.GrowMood(3)
    $ LinaObj.GrowMood(3)
    $ EveObj.GrowMood(3)
    $ ArielleObj.GrowMood(3)
    $ TinaObj.GrowMood(3)
    $ LillyObj.GrowMood(3)
    $ MariahObj.GrowMood(3)
    $ LynnObj.GrowArousal(10)
    $ LinaObj.GrowArousal(10)
    $ EveObj.GrowArousal(10)
    $ ArielleObj.GrowArousal(10)
    $ TinaObj.GrowArousal(10)
    $ LillyObj.GrowArousal(10)
    $ MariahObj.GrowArousal(10)
Episode 1-11.03
place bob_room.rpy in the game folder
Episode 12-18.01
place bobroom.rpy in the game folder

Note: If you get an error "NameError: name 'LillyObj' is not defined" just open bobroom.rpy in notepad and delete these two lines and then save.
$ LillyObj.GrowMood(3)
$ LillyObj.GrowArousal(10)

You can add them back after you meet her in the later chapters.


jonquilnatrix has another cheat that uses the diary (Ep1-11). Do not use both mods at the same time, only one or the other.
https://thef95zone.info/threads/my-early-life-ep-10-celavie-group.166790/post-13435978

JGNeon has another cheat mod. Do not use both mods at the same time, only one or the other.
https://thef95zone.info/threads/my-early-life-ep-18-01-celavie-group.166790/post-13813093

Hi, will you update the cheat mod to EP19.05??
 
  • Like
Reactions: GameRebel

spamblah

Newbie
Dec 12, 2017
50
76
I do not like the secret triggers. im stuck on giving endless snacks to lynn at "2200 tv room" I have about $30k in funds, I think its been at least a year in game time, maybe slightly less. why isnt she gaining weight.
 
  • Haha
Reactions: Commander Booty

GameRebel

Active Member
Mar 29, 2020
518
166
I've noticed the issue w/ the 6:30 event in Bob's room not triggering. Others mentioned the issue in Ep1, I had the issue in Ep7 (skipped to Ep8) and just started Ep8 and see it again, but cannot wake at 6:30.

I tried crashing out at both 24:00 and 0:30 and no luck

What's the solution for this?
 

Minnimix

Member
Jun 18, 2020
150
183

GameRebel

Active Member
Mar 29, 2020
518
166
Last edited:

Igor9504

Member
Mar 10, 2018
300
125
I would like the new protogonist, that is, Bob's grandfather, to look like Bob from the earlier parts of rfr, mbfd, mfl, to steal clothes, hide, or ruin things, like before, and not like before, will I play aa with one or the other protogonist
 

Minnimix

Member
Jun 18, 2020
150
183
What is the event at 6:30 that won't trigger?

Does anyone know what event this is, Ep8 @ 6:30, I'd like to fix it myself if possible in console.

You don't have permission to view the spoiler content. Log in or register now.
06:30 is event 30.a small event ,only a notification for bob and triggers only from saturday to sunday

Python:
label EP8_event30:
    hide screen Header
    hide screen girls_out
    hide screen home_nav_icons
    hide screen downtown_nav_icons
    hide screen navigation_menu
    hide screen control
    show screen controlInEvent
    scene bobroom_bg with dissolve
    t "{color=#80daeb}It's 6:30 AM and I just woke up{/color}"
    $ EVENTS[30].Desc = "6:30 Bob's room"
    $ EVENTS[30].SetDone()
    $ Date.AddMinutes(30)
    $ curLoc = "[nameOfBob]'s Bedroom"
    $ curLocForEvent = "BobRoom"
    call EndHomeEvent from _call_EndHomeEvent_2384
    jump GAMECONTINUE
so , can u explain whats your problem is ?
u can type in console mode :

>EVENTS[30].Done

to see if it is done (true) or not (false)
 
Last edited:

GameRebel

Active Member
Mar 29, 2020
518
166
06:30 is event 30.a small event ,only a notification for bob and triggers only from saturday to sunday

Python:
label EP8_event30:
    hide screen Header
    hide screen girls_out
    hide screen home_nav_icons
    hide screen downtown_nav_icons
    hide screen navigation_menu
    hide screen control
    show screen controlInEvent
    scene bobroom_bg with dissolve
    t "{color=#80daeb}It's 6:30 AM and I just woke up{/color}"
    $ EVENTS[30].Desc = "6:30 Bob's room"
    $ EVENTS[30].SetDone()
    $ Date.AddMinutes(30)
    $ curLoc = "[nameOfBob]'s Bedroom"
    $ curLocForEvent = "BobRoom"
    call EndHomeEvent from _call_EndHomeEvent_2384
    jump GAMECONTINUE
so , can u explain whats your problem is ?
u can type in console mode :

>EVENTS[30].Done

to see if it is done (true) or not (false)
I mentioned the update on this on the spoiler, " Strangely...I was in the hallway at 0:30 and selected the bed and woke up at 6:30, but there was no event or anything, it's now 7:00. Weird!"

The event is done, I confirmed in the task list in game
 
2.90 star(s) 61 Votes