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.
Wstęp
Here’s a short story about a little mistake that took me a while to figure out… Więc, I was playing around with game saves and accidentally mixed up my main save with a test run.
Krótko mówiąc: Sasha ended up pregnant, which wasn’t planned. I moved forward without having the important “Keep or Abort” conversation.
Console Commands
Do tego czasu, I’m guessing you’re familiar with activating Console Commands.
W przeciwnym razie, oto, co robisz: Open the file location where L&S:SB is saved. Przejdź do “renpy” folder and then open the “wspólny” falcówka.
Find the file named “00konsola” (Make sure to save a copy! Messing this up equals a big “Oh Noes”).
Otwarte “00konsola” 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 “FAŁSZ” Do “PRAWDA”. 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.
NOTATKA – YOU CAN SERIOUSLY MESS YOUR SAVE UP WITH COMMANDS. MAKE A BACK UP SAVE TO TRIAL YOUR WORK ON
Z tego ekranu, 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. Na 61, they’ll give birth. Zabierać się do pracy 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” rola. Your choice.
If you’re looking for more console commands, feel free to check our Miłość & Sex: Second Base console commands list guide.
To wszystko, co dzisiaj udostępniamy w tym celu Miłość & Sex: Second Base przewodnik. Ten przewodnik został pierwotnie stworzony i napisany przez Prof. Hindenberg. Na wypadek, gdybyśmy nie zaktualizowali tego przewodnika, możesz znaleźć najnowszą aktualizację, postępując zgodnie z tym połączyć.