No, the stories are related but there is no real connection between the ending of Lab Rats 1 and the Beginning of Lab Rats 2.is it possible to import a lab rats 1 ending into lab rats 2? I ask because I had the pregnant harem ending and starting 2 with no harem is kind of jarring.
ponders how the accelerated pregnancy are handled or is that all exclusively mod. that is usually where this breaks down. and see Vren is still doing inclusive random numbers, so 8 days on the first and 16 days on the last 2, does the same when creating the fertile day.I tried modifying the pregnancy process timers because I find waiting ~21 days in game to figure out if I knocked someone up or not, without a (as far as I know) skip day button that doesn't imply me spamming wait / go to sleep.
After finding the file (thank you dev for making it obvious) called role_pregnancy.rpy, after an extremely short skimming I found this.
the_person.event_triggers_dict["preg_tits_date"] = day + 21 + renpy.random.randint(0,7)
the_person.event_triggers_dict["preg_transform_day"] = day + 90 + renpy.random.randint(0,15)
the_person.event_triggers_dict["preg_finish_announce_day"] = day + 260 + renpy.random.randint(0,15)
If you get negative values, worry not. It works regardless.
wow... i Question how you make the mother work?! haha in game she seem busy hussle me for money every end week and rape meSo how do i make the mother quit work?
this overide make my game crash when receid text from mother...I manage to do all 4 taboo quest for the sister, I share my fix for her : with this you should be able to go buy her phone for the oral quest, anal quest should progress correctly and give her the serum for the vaginal quest.
Extract in the \game folder and replace when asked.
Weird there is no file that should interfere with the mom or the phone function, can you please share the crash log?this overide make my game crash when receid text from mother...
that it... No error just freeze game when mother send msg... to fix it i have to copy/paste from back up.Weird there is no file that should interfere with the mom or the phone function, can you please share the crash log?
Yeah well she does that to but she still works at her place for that lunatic of a boss while the MC bangs his wife and daughter into oblivionwow... i Question how you make the mother work?! haha in game she seem busy hussle me for money every end week and rape me
in the game Roles Folder _role_definitions.rpy is where you will find pregnant_role = Role("Pregnant", [], hidden = True) defined.ive mentioned in this post several times since game came out about how pregnancy never appears anywhere on the NPC information OR detailed information stat pages and someone replied back and i saved notes to note pad
pregnant_role = Role("Pregnant", [], hidden = False)
to show pregnant tag in detail screen change line 185 in roles.rpy from
pregnant_role = Role("Pregnant", [], hidden = True) to
pregnant_role = Role("Pregnant", [], hidden = False)
be warned changing this, will show pregnant tag before any in game dialog of pregnancy
ive never been able to find roles.rpy so id just enter the command pregnant_role = Role("Pregnant", [], hidden = False)
in console sometimes it worked and sometimes it didnt (some reason depended on the NPC)
wondering if anyone else has ideas of where to edit so that pregnancy shows on stats screens,etc?
in the full version of mod (bottom link OP)that folder dosesnt excist anywherein the game Roles Folder _role_definitions.rpy is where you will find pregnant_role = Role("Pregnant", [], hidden = True) defined.
I've gone in and done the change from True to False , but still no tag showing , do I need do something extra ?to show pregnant tag in detail screen change line 185 in roles.rpy from
pregnant_role = Role("Pregnant", [], hidden = True) to
pregnant_role = Role("Pregnant", [], hidden = False)
be warned changing this, will show pregnant tag before any in game dialog of pregnancy
i havent been able to do the quest line for mom because i cant figure out how to make clothing sets,etc no idea how to make moms bosse's wife spawn,etcI've gone in and done the change from True to False , but still no tag showing , do I need do something extra ?
Also how does your mom's bosses wife spawn ?
I've played with the daughter , but there has been no mention of the mom .