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

Not enough ratings
Console Commands - Altering Pregnancy
By Microsoft Word
Got yourself in a pickle?

Got your girl "knocked up"?

Missed that crucial "Keep or Yeet?" convo?

Here's how to fix that...
   
Award
Favorite
Favorited
Unfavorite
Intro
Hey there folks,

Just a small ditty here, since it took me such a long time to work this one out...

This came about when I was messing with saves and accidentally continued my main save with a test run.

TLDR: Got Sasha pregnant. Did not want at the time. Moved past the "Keep or Abort" convo.
Console Commands
So by now, I assume you know how to activate Console Commands?

-- If not, open the file location where L&S:SB is saved. Open the "renpy" folder, open "common" folder.

-- Locate the file "00console" (Save a copy of this! You mess this up, major "Oh Noes" )

-- Open this in a text editor. Notepad works fine.

-- Hit Ctrl + F and find "config.console". It should read:
# If true, the console is enabled despite config.developer being False.
config.console = False


-- Change "False" to "True". So it should read:
# If true, the console is enabled despite config.developer being False.
config.console = True


-- Save and exit

Now when you boot up the game, (once you are in a save) by pressing Shift + O, will open the Console Commands.

NOTE - YOU CAN SERIOUSLY MESS YOUR SAVE UP WITH COMMANDS. MAKE A BACK UP SAVE TO TRIAL YOUR WORK ON

From this screen, you can make edits (some may say "cheat-sy") to your game.
Pregnancy Commands
To edit the pregnancy the commands you require are;

GIRLNAME_preg_status=
( Girls status number is either 0, 1 or 2. 0 if you haven't met them, 1 for not pregnant, 2 for pregnant )
( EXAMPLE - sasha_preg_status=1 )

GIRLNAME.counters.pregnant=
( This is the most important. When pregnant, from my mediocre testing, it advances to 1 and starts ticking. Once it reaches 61, they'll give birth. Set this to 0 to stop the advance. Also changes how the character appears, either pregnant or not. )
( EXAMPLE - sasha.counters.pregnant=0 )

You can check how far the counter has ticked up to with:
GIRLNAME.counters.get_counter("pregnant")
( EXAMPLE - sasha.counters.get_counter("pregnant") )

Now it's up to you... reverse some mistakes.... or go full "breeder".... that's up to you ;)


2 Comments
Sorakaze Aki 28 Feb, 2024 @ 10:17pm 
important note - remove 00console.rpyc after enabling console because RenPy engine prefer rpyc over rpy, it takes changes from rpy after find out rpyc missing and generate new rpyc from rpy
宝鐘マリン 10 Jan, 2024 @ 7:08pm 
Thanks, was searching for the commands long ago :LDHearts: