When I started the playthrough I Selected that my character can't get pregnant and I want to change it but don't know how
Viewing post in Broken Dreams Correctional Center comments
- Open the savefile using a text editor eg. Notepad++ (C:\Users\****\AppData\Roaming\Godot\app_userdata\BDCC\saves\whateveryoursavfileiscalled)
- Search for your characters name (Ctrl+F)
- Once you found your characters name (should be towards the bottom of the textfile) scroll down until you find a section called "skills". Here you want to find "perks". Look for a section that looks something like this:
{
"id": "StartInfertile",
"perkData": {
}
}
- Delete only this. Make sure to save your file afterwards under a different name eg. CharacterName_Edited in case something went wrong and you need to revert to your old savefile.
- Load up your edited savefile in game and you should now be no longer infertile (check your base perks in the skill menu. If it is no longer listed there you should be good)
I am no subject matter expert on these types of things so I probably won't be able to help with anything beyond the most basic stuff and editing savefiles is usually not a good idea since it can lead to issues down the line (always back up your saves before editing them) but I hope this helps.