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” 대화.
콘솔 명령
지금쯤이면, I’m guessing you’re familiar with activating Console Commands.
그렇지 않은 경우, here’s what you do: Open the file location where L&에스:SB is saved. 다음으로 이동하세요. “renpy” folder and then open the “흔한” 접는 사람.
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 “거짓” 에게 “진실”. 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.
메모 – 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 (어떤 사람들은 말할 수도 있습니다 “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, 그것은 시작된다 1 and counts up. ~에 61, they’ll give birth. 다음으로 설정 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” 역할. 당신의 선택.
If you’re looking for more console commands, feel free to check our 사랑 & 섹스: Second Base console commands list guide.
이것이 오늘 우리가 공유하는 모든 것입니다. 사랑 & 섹스: 이루 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Prof. Hindenberg. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.