There's been issues reported with the mod PolyamorySweet. ApryllForever has suggested to give Haley the Aine flower to set her as the primary spouse as a possible solution.
For enabling the events of the first pregnancy, it is necessary that you don't have any other children in your save.
Hello, someone below asked the exact same thing. Here’# what you can do:
If you want to see the first pregnancy's event 13 (barring reloading your save to when she first became pregnant) you can do this:
Open the file “content.json” on a text editor like notepad.
Go to the "IsFirstPregnancy" token definition { "Name": "IsFirstPregnancy", "Value": "{{Query: {{Count:{{ChildNames}}}} < 1 AND {{Pregnant |contains=Haley}}}}" },
And change it to: { "Name": "IsFirstPregnancy", "Value": "true" },
Save the file.
The event should trigger as long as you received the letter from Emily telling you that everything is ready.
To enable the pregnant appearance see my post below.
hi! do we just delete the last line or every having child / pregnancy line should be deleted? im also facing this problem since haley already gave birth. thank you!
You can have both mods installed, but your first child must not have grown up to full NPC to see the second pregnancy events. Once you’ve seen the second pregnancy events then it’s safe to grow your children.
Sorry, this is my first time modding this game so I'm not sure how some things work ^-^;
Basically I just wanted to know if having these two mods installed at the same time would cause either of them to break. They do not need to have cross functionality.
Hi, I'm having problems with events involving the second pregnancy :<
For context, I sacrificed my first child, so this would be the second child. I was able to trigger Event 14, but can't trigger Event 15 or 16 :(. Just worried I wont be able to trigger events anymore before Haley gives birth since its been 7 days since the pregnancy question popped up and I was only able to trigger 1 event so far
If I understood correctly, you turned your first child into a dove when Haley became pregnant for the second time and after you saw Event 14.
I'm afraid there's not much to do here, other than restoring a previous save before you sacrificed your kid, or wait until your new child grows and then have another child.
You see, the mod determines if it's the first or second pregnancy based on you existing number of children. The first child has a role to play in the second pregnancy events so they must be present.
They're compatible, this mod adds event cutscenes and maternity sprites, not gameplay changes.
The only minor issue I can think of is that in the events your first child doesn't talk because they're too young, which may contradict Unique Children Talk.
Hi, I think you forgot to update the manifest.json. My SMAPI log keeps notifying the mod needs an update. [SMAPI] Haley's Pregnancy 1.0.2: https://www.nexusmods.com/stardewvalley/mods/17206 (you have 1.0.1)
Hey really enjoying this mod so far but im having an issue Event 13 wont occur for me for me she already gave birth to our child but i thought the event would still work how can i fix this?
I didn't get the 13th event in the first pregnancy. now haley's pregnant again. She doesn't have her outfit and her 14th heart event does not show. Is there a way I can set her 13th heart event in the files as seen so that next events will show up and her clothes too?
Update: tried to replace the line of IsSecondPregnancy, but first of all I don't understand what it does, and most importantly the event 14 does not show up. How can I set THE EVENT itself (the 13th of first pregnancy) as complete so that I will probably get both the 14th event AND the pregnant sprite automatically?
Hi. Thanks for this mod. But I'm facing a problem.
Haley's sprite is still the pregnant one even after the first child has been born. But in the cutscene after the child is born she was looking normal, but again after the cutscene ended it was still showing the pregnant sprite.
Yeah, unfortunately this has something to do with the new appearances functionality introduced in 1.6. Even if the pregnant token from Content Patcher is false, the appearance doesn't register it right away. The same thing happens when Haley becomes pregnant, she doesn't appear pregnant right away until the next day.
One workaround is to reload the day, or wait for the next day.
186 comments
For enabling the events of the first pregnancy, it is necessary that you don't have any other children in your save.
If you want to see the first pregnancy's event 13 (barring reloading your save to when she first became pregnant) you can do this:
{
"Name": "IsFirstPregnancy",
"Value": "{{Query: {{Count:{{ChildNames}}}} < 1 AND {{Pregnant |contains=Haley}}}}"
},
{
"Name": "IsFirstPregnancy",
"Value": "true"
},
The event should trigger as long as you received the letter from Emily telling you that everything is ready.
To enable the pregnant appearance see my post below.
Hello, just remove those 2 lines.If you want to enable the pregnancy appearance go to line 732 of content.json:
{
"LogName": "Haley Pregnant Appearance - SV 1.6",
"Action": "EditData",
"Target": "Data/Characters",
"TargetField": ["Haley", "Appearance"],
"Entries": {
"{{ModId}}.HaleyPregnant": {
"Id": "{{ModId}}.HaleyPregnant",
"Portrait": "Portraits/Haley_Maternity",
"Sprite": "Characters/Haley_Maternity",
"Condition": "{{HavingChild|contains=Haley}}",
"Precedence": -999
},
"{{ModId}}.HaleyPregnantWinter": {
"Id": "{{ModId}}.HaleyPregnantWinter",
"Season": "Winter",
"Portrait": "Portraits/Haley_Maternity_Winter",
"Sprite": "Characters/Haley_Maternity_Winter",
"Outdoors": "{{HasMod|contains=DSVTeam.DiverseStardewValley}}",
"Indoors": true,
"Condition": "{{HavingChild|contains=Haley}}",
"Precedence": -9999
},
"{{ModId}}.HaleyPregnantWinterHat": {
"Id": "{{ModId}}.HaleyPregnantWinterHat",
"Season": "Winter",
"Portrait": "Portraits/Haley_Maternity_Winter_Hat",
"Sprite": "Characters/Haley_Maternity_Winter_Hat",
"Condition": "{{HavingChild|contains=Haley}}, {{Query: '{{HasMod|contains=DSVTeam.DiverseStardewValley}}' = 'false'}}",
"Outdoors": true,
"Indoors": false,
"Precedence": -9999
},
"{{ModId}}.HaleyPregnantBeach": {
"Id": "{{ModId}}.HaleyPregnantBeach",
"Portrait": "Portraits/Haley_Beach",
"Sprite": "Characters/Haley_Maternity_Beach",
"Condition": "{{HavingChild|contains=Haley}}",
"IsIslandAttire": true,
"Precedence": -99999
}
}
}
And remove the 4 lines that say:"Condition": "...",
Note that this will make Haley to always look pregnant, so be sure to restore those lines or re-install the mod to make Haley return to normal.And no, I won't give permission for making any NSFW assets for my mod.
Basically I just wanted to know if having these two mods installed at the same time would cause either of them to break. They do not need to have cross functionality.
Use them at your own risk.
For context, I sacrificed my first child, so this would be the second child. I was able to trigger Event 14, but can't trigger Event 15 or 16 :(. Just worried I wont be able to trigger events anymore before Haley gives birth since its been 7 days since the pregnancy question popped up and I was only able to trigger 1 event so far
I'm afraid there's not much to do here, other than restoring a previous save before you sacrificed your kid, or wait until your new child grows and then have another child.
You see, the mod determines if it's the first or second pregnancy based on you existing number of children. The first child has a role to play in the second pregnancy events so they must be present.
The only minor issue I can think of is that in the events your first child doesn't talk because they're too young, which may contradict Unique Children Talk.
[SMAPI] Haley's Pregnancy 1.0.2: https://www.nexusmods.com/stardewvalley/mods/17206 (you have 1.0.1)
Try downloading the latest again and deleting the previous version of the mod from your mod folder.
Update: tried to replace the line of IsSecondPregnancy, but first of all I don't understand what it does, and most importantly the event 14 does not show up. How can I set THE EVENT itself (the 13th of first pregnancy) as complete so that I will probably get both the 14th event AND the pregnant sprite automatically?
https://smapi.io/log
https://smapi.io/log/40082e7447944e1092eb005615b961b7
Download the latest one.
Haley's sprite is still the pregnant one even after the first child has been born. But in the cutscene after the child is born she was looking normal, but again after the cutscene ended it was still showing the pregnant sprite.
Is there anyway to fix it?
The same thing happens when Haley becomes pregnant, she doesn't appear pregnant right away until the next day.
One workaround is to reload the day, or wait for the next day.