I thought about that idea as well. The thing is, the existing serum system doesn't support changing the mc, so anything in that regard would have to be created from the ground up. And for now I'm hesitant to start another new system when the existing one (serums for girls) does almost the same thing and already works. Maybe I'll add some kind of workaround solution for that later.what about some fertility pills/serum for the mc? (I know it doesn't make much sense since the game revolves around giving serums to the girls... but I rather have it that way if possible)
Thanks for the feedback, that's on me. My intention was that during pregnancy, every day there's a chance that the girls breasts will grow. On average, this would happen 3 times, so I was reducing the breast size by a fixed 3 when she was actually giving birth (I liked the idea of the pregnancy slightly changing her appearance). Since most of the factors are random, you probably ended up with a few (un)lucky dice rolls and the shrinkage surpassed the previous growth. I'll look into that and probably remove a bit of the randomness to avoid weird situations like yours!one thing i noticed , dont know if its something to do with the pregnancy mod or not but after a the woman give birth to your kid or kids her breasts keep shrinking, to give you a idea, i gave jennifer "DDD" tits after two kids she was down to a "AA" tits.
You are right, that makes no sense and is immersion breaking. Added it to my ToDo-List, Thanks!By the way, it is possible to ask a woman about birth control and then ask for their fertility days and them having the dialogue about something along the lines of "We'll find out if you got me pregnant" or something along those lines when the woman might still be either a virgin or you haven't had sex with them at all (Or any, any lewd acts for that matter). This of course would make no sense.
Ah, but they were talking about serums affecting the MC. L2Mods also has their own serums and as you said, framework. But they only work/are set up for the women.It's really easy to make new serum traits using the LR2Mods framework. I made the following:
1. Ovulation inducer
2. +Fertility
3. Remove birth control
4. Remove birth control (doesn't know)
#4 involved just a global replacement of 'on_pill' and one or two extra lines elsewhere but that was fairly easy to do with Notepad++. Basically you get the dialogue for being on the pill but she's really not. #1 involved moving the fertility math to it's own function since it now needs to be called from multiple places.
Todo:
5. Pregnancy speed
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 9119, in script call
call talk_person(picked_option) from _call_talk_person
File "game/Mods/Starbuck/Starbuck_Role.rpy", line 903, in script call
call fuck_person(the_person, start_position = missionary, start_object = make_floor(), skip_intro = True) from _call_fuck_person_SBS80
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 224, in script
call screen main_choice_display(build_menu_items([build_round_choice_menu(the_person, position_choice, ignore_taboo = ignore_taboo)]))
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 14, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 21, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 46, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 83, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 91, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in keywords
NameError: name 'person_info_ui_get_formatted_tooltip' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 9119, in script call
call talk_person(picked_option) from _call_talk_person
File "game/Mods/PregnancyMod/PregoLabelOverride.rpyc", line 35, in script call
�O���m�|MfK:���nBr~�3ȗ��Vx��Ƌ=�q�抬v;�!��r����O��Siٔ�9�,�D?�K�
File "game/Mods/Starbuck/Starbuck_Role.rpy", line 903, in script call
call fuck_person(the_person, start_position = missionary, start_object = make_floor(), skip_intro = True) from _call_fuck_person_SBS80
File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 224, in script
call screen main_choice_display(build_menu_items([build_round_choice_menu(the_person, position_choice, ignore_taboo = ignore_taboo)]))
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 14, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 21, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 46, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 83, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 91, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in execute
File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in keywords
File "<screen language>", line 95, in <module>
NameError: name 'person_info_ui_get_formatted_tooltip' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.26.1
Sat Mar 21 00:58:22 2020
Thanks for the report! Since it's LR2 Mod Starbuck related it could be that the PregMod has nothing to do with it, but I'll check if I messed something up on my side.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9119, in script call call talk_person(picked_option) from _call_talk_person File "game/Mods/Starbuck/Starbuck_Role.rpy", line 903, in script call call fuck_person(the_person, start_position = missionary, start_object = make_floor(), skip_intro = True) from _call_fuck_person_SBS80 File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 224, in script call screen main_choice_display(build_menu_items([build_round_choice_menu(the_person, position_choice, ignore_taboo = ignore_taboo)])) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 14, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 21, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 46, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 83, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 91, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in keywords NameError: name 'person_info_ui_get_formatted_tooltip' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9119, in script call call talk_person(picked_option) from _call_talk_person File "game/Mods/PregnancyMod/PregoLabelOverride.rpyc", line 35, in script call �O���m�|MfK:���nBr~�3ȗ��Vx��Ƌ=�q�抬v;�!��r����O��Siٔ�9�,�D?�K� File "game/Mods/Starbuck/Starbuck_Role.rpy", line 903, in script call call fuck_person(the_person, start_position = missionary, start_object = make_floor(), skip_intro = True) from _call_fuck_person_SBS80 File "game/Mods/Core/bugfix_sexmechanic_mod.rpy", line 224, in script call screen main_choice_display(build_menu_items([build_round_choice_menu(the_person, position_choice, ignore_taboo = ignore_taboo)])) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 1949, in execute self.call("execute") File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\ast.py", line 1937, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\screen.py", line 430, in visit_all callback(self) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\screen.py", line 440, in per_interact self.update() File "C:\Intel\Logs\New folder\Lab_Rats_2-v0.26.1-pc\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 11, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 14, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 21, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 46, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 83, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 91, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in execute File "game/Mods/PregnancyMod for v0.26.1/Prego_enhanced_person_info_ui.rpy", line 92, in keywords File "<screen language>", line 95, in <module> NameError: name 'person_info_ui_get_formatted_tooltip' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.26.1 Sat Mar 21 00:58:22 2020
That's a neat idea! I will definitely keep it in mind and see how I can implement it. Thanks!I just had a thought that I wanted to share. Office policy, dependent on unlocking at least paid serum testing (or mandatory if preferred) that makes all employees go off the pill. "In your employment contract you agreed to be available to test new serums being developed, and we can't risk potential interactions with other medications during testing. It could be dangerous for you and skew our test results."
Update is compatible with already existing saves or we need to start new game ?Update time, everyone!
You could try it with an old save, I didn't change anything that will break it, but I can't guarantee it will work. But should you experience issues, starting a new game is always the safest bet.Update is compatible with already existing saves or we need to start new game ?
I only get the error with the Pregnancy mod installed, once removed the error goes away.Thanks for the report! Since it's LR2 Mod Starbuck related it could be that the PregMod has nothing to do with it, but I'll check if I messed something up on my side.
Do you have a recent LR2 mod & bugfix version installed? I looked into it and it and your game can't find a function that should be defined in the LR2 mod files. My mod replaces some screen code that will call it from there, so my guess would be a version incompatibility. Could you try to update your mod files (lr2mod+bugfixes) with the links provided in the first post and see if it helps?I only get the error with the Pregnancy mod installed, once removed the error goes away.
For now the girls reactions when getting pregnant are fairly limited, partly because, as you said yourself, implementing fitting dialogue for a variety of situations will be quite some work that I didn't put in yet in that regard.I am hoping there are (or there are plans for) reactions to a woman getting pregnant despite her being on birth control. And if the woman is married/cheating (from l2mods sister/mom events?), perhaps not even knowing who the father might be (And different reactions to whether they were trying for a baby or using protection)
And then perhaps even different reactions depending on "high sluttiness/low love", "high obedience/low sluttiness" etc... The possibilities are almost endless here; but seeing how hard it is to include every single variable here, it's probably a real pain in the ass to develop all of these reactions. I'm sure you've thought of that conundrum before as well, so I am wondering what your thoughts are about tackling these (if at all).
I mean you could just simplify it and instead of "High/low" of all these variations, just have "Whichever of the three is highest", which would narrow it down to 3 variations which is a lot more manageable, and then 2 variations (trying for one/surprise pregnancy)
Well, for now I have fun working on the mod and the overall feedback motivates me a lot! As long as people are interested and have cool suggestions that are doable (for me) I'll continue working on it and just see where it goes.It's basically just a question of "How far are you intending to go with this?". If it wasn't for your mod by the way, I wouldn't nearly have been this interested in the game.
Hm, I can't seem to recreate the first issue, every time I test it the Ovulation Serum is modified correctly for me.I wonder if the Hormonal Ovulation works. In "PregoSerums.rpy" line 26, the positive slug of "induces ovulation" is something I couldn't find in-game in the description. It just increases sluttiness and value.
p.s. it would be nice to be able to induce ovulation without increasing sluttiness. I honestly think you could remove that part of the ovulation trait since there are like 10 other ways to increase sluttiness anyway. Thoughts?
Edit: Got an error after sleeping. I just threw in a couple of your serum effects in one and let someone drink it, had sex, and then slept. She might or might not have gotten pregnant yet. Perhaps the catalyst breaks if they're not yet?
You don't have permission to view the spoiler content. Log in or register now.
Sorry my chinese is a bit rusty, but if you're saying what I think you're saying (aka Google Translate), then: Thanks!若不是您的MOD,我不會喜歡上這款遊戲!