Are you in a tricky situation? Is your partner expecting a baby? Did you forget that important decision-making talk? Here’s how to solve those issues.
Invoering
Here’s a short story about a little mistake that took me a while to figure out… Dus, I was playing around with game saves and accidentally mixed up my main save with a test run.
Kortom: Sasha ended up pregnant, which wasn’t planned. I moved forward without having the important “Keep or Abort” conversation.
Console -opdrachten
Inmiddels, I’m guessing you’re familiar with activating Console Commands.
Zo niet, here’s what you do: Open the file location where L&S:SB is saved. Navigeer naar de “renpy” folder and then open the “common” map.
Zoek het benoemde bestand “00console” (Make sure to save a copy! Messing this up equals a big “Oh Noes”).
Open “00console” with a text editor like Notepad. Press Ctrl + F and search for “config.console”. It should say: If true, the console is enabled despite config.developer being False.
config.console = False
— Change “Vals” naar “WAAR”. 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.
OPMERKING – 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 modify pregnancy status, you’ll need these commands:
For the girl’s pregnancy status:
GIRLNAME_preg_status=
Girl’s status: 0 if not met, 1 for not pregnant, 2 for pregnant. EXAMPLE – sasha_preg_status=1
For managing the pregnancy countdown:
GIRLNAME.counters.pregnant=
Most crucial. When pregnant, it starts at 1 and counts up. Bij 61, they’ll give birth. Set to 0 to stop the countdown. Also affects how the character looks, pregnant or not. EXAMPLE – sasha.counters.pregnant=0
To check the countdown progress:
GIRLNAME.counters.get_counter(“pregnant”)
EXAMPLE – sasha.counters.get_counter(“pregnant”)
Now it’s your call – fix some errors or embrace the “breeder” rol. Uw keuze.
If you’re looking for more console commands, feel free to check our Liefde & Seks: Second Base console commands list guide.
Dat is alles wat we vandaag hiervoor delen Liefde & Seks: Tweede honk gids. Deze handleiding is oorspronkelijk gemaakt en geschreven door Prof. Hindenberg. Voor het geval we er niet in slagen deze handleiding bij te werken, U kunt de laatste update vinden door dit te volgen link.