Got yourself in a pickle?
Got your girl “knocked up”?
Missed that crucial “Keep or Yeet?” convo?
Here’s how to fix that…
Intro
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
— 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
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 😉
Thanks to Microsoft Word for their excellent guide; all credit belongs to their effort. If this guide helps you, please support and rate it here. Enjoy the game.