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.
Introdução
Here’s a short story about a little mistake that took me a while to figure out… Então, I was playing around with game saves and accidentally mixed up my main save with a test run.
Resumidamente: Sasha ended up pregnant, which wasn’t planned. I moved forward without having the important “Keep or Abort” conversa.
Comandos de console
Até agora, I’m guessing you’re familiar with activating Console Commands.
Se não, aqui está o que você faz: Open the file location where L&S:SB is saved. Navegue até o “renpy” folder and then open the “comum” pasta.
Find the file named “00console” (Make sure to save a copy! Messing this up equals a big “Oh Noes”).
Abrir “00console” with a text editor like Notepad. Pressione Ctrl + F and search for “config.console”. Deveria dizer: If true, the console is enabled despite config.developer being False.
config.console = False
— Change “Falso” para “Verdadeiro”. 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 + Ó, will open the Console Commands.
OBSERVAÇÃO – 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. No 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” papel. Sua escolha.
If you’re looking for more console commands, feel free to check our Amor & Sexo: Second Base console commands list guide.
Isso é tudo o que estamos compartilhando hoje para isso Amor & Sexo: Segunda base guia. Este guia foi originalmente criado e escrito por Prof. Hindenberg. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.