Love and Sex: Second Base
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

Love and Sex: Second Base

View Stats:
Bigkoala3 Aug 7, 2023 @ 1:53pm
Console commands for pregnancy
Are there console commands for making the girl pregnant
< >
Showing 1-7 of 7 comments
kingcrab942 Aug 7, 2023 @ 4:00pm 
No, there's a system in place for how to get a girl pregnant. Simplest way is to get the hung trait and ♥♥♥ inside a girl and then you'll see a pregnant animation and achievement if you're successful. Takes about a week before that girl reveals to you she's pregnant
Mannu_1978 Nov 11, 2023 @ 8:56am 
hello, are there console commands to debug pregnancies? name.pregnant returns false or true but can't find a way to check the number of days nor to change the pregnancy status (from true to false in case of bug). Birth trigger would help too. Thanks
Radio [redacted] Nov 27, 2023 @ 4:15pm 
Originally posted by Mannu_1978:
hello, are there console commands to debug pregnancies? name.pregnant returns false or true but can't find a way to check the number of days nor to change the pregnancy status (from true to false in case of bug). Birth trigger would help too. Thanks
girl.counters.get_counter("pregnant") to check the number of days
use set or increment instead of get to change the counter.

tip: use dir(name) to check all variables/methods on a variable. you can safely ignore everything that begins with a _ since those are internal for python/renpy.
be safe and always take a backup.
tip 2: remember check to see if you can quick save to see if your save isn't corrupted by changes you make. had to redo ~3-4 hours of content because i defined a function in the console and manually saved which works but autosaving didn't and the only way you could load the save was defining the function on every launch which was caused by not being able to save the function in the save file which was annoying. don't be me. don't tamper too much.
ravensnare Nov 6, 2024 @ 9:11pm 
Anyone know the CC to terminate pregnancy? The ones I have come across don't work
UrNxT Dec 11, 2024 @ 7:16pm 
Originally posted by ravensnare:
Anyone know the CC to terminate pregnancy? The ones I have come across don't work
I hate to reopen this post but i hate that it is not answered:

Pregnancy
name_preg_status=x (1 not pregnant | 2 pregnant)
name.counters.pregnant=x (0-61 Pregnancies take 61 days)
name.counters.get_counter("pregnant") (Number of days pregnant)
PSP Jan 3 @ 4:32am 
name_preg_status=x does not currently remove pregnancy. also, setting the counter to zero just resets the counter and doesn't terminate
Originally posted by PSP:
name_preg_status=x does not currently remove pregnancy. also, setting the counter to zero just resets the counter and doesn't terminate
You have to set the counter to 0 and than change the pregnancy status to terminate.
< >
Showing 1-7 of 7 comments
Per page: 1530 50