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.
مقدمة
Here’s a short story about a little mistake that took me a while to figure out… لذا, I was playing around with game saves and accidentally mixed up my main save with a test run.
باختصار: Sasha ended up pregnant, which wasn’t planned. I moved forward without having the important “Keep or Abort” conversation.
Console Commands
By now, I’m guessing you’re familiar with activating Console Commands.
إذا لم يكن كذلك, here’s what you do: Open the file location where L&س:SB is saved. Navigate to the “renpy” folder and then open the “common” مجلد.
Find the file named “00وحدة التحكم” (Make sure to save a copy! Messing this up equals a big “Oh Noes”).
يفتح “00وحدة التحكم” 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 “False” ل “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.
ملحوظة – 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. في 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” role. Your choice.
If you’re looking for more console commands, feel free to check our حب & Sex: Second Base console commands list guide.
هذا كل ما نشاركه اليوم من أجل هذا حب & Sex: Second Base مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة Prof. Hindenberg. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.