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.
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!
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.
hi! I've already played through the first pregnancy, but then accidentally deleted the mod. Is there anything i can do to make her next pregnancy trigger the second pregnancy events?
This should enable event 14, it must be a sunny day and a non-festival day. If it still doesn't activate, then you haven't seen event 13 (the baby shower) in your save.
I loved this mod! I did notice one issue though. At the end of the last event of the second pregnancy
Spoiler:
Show
when everyone is getting on the boat to go home, the event just broke. After emily got on the boat, The child started walking all the way to the right, off of the screen and the even just froze.
No more dialogue and nothing was happening. I sat waiting for five minutes, but nothing happened so I was forced to skip the event, which sucks because I didn't get to see the ending. Haley did give birth before all of the events were over though, so I had to go into the content file earlier and get rid of all the isSecondPregnancy lines out of the when conditions. I don't know if that caused it? I had to do that about halfway through the second pregnancy, and every other event worked just fine, so im not too sure. Amazing mod though!
That's very odd, I never encountered it in that moment.
I do know that sometimes the character's do that when they walk, because the way SV codes the movement.
The best thing to try is to reload the day and see the event again to see if it happens one more time, if it does, then please post your SMAPI log here: https://smapi.io/log and I'll look into it.
hello, so my problem is Haley is gave birth when i only can see the event 7, and now she's second pregnancy but the cutscene for the second pregnancy wont triggered. and i try to delete 2 lines that you said in the comment but i didnt find it. do you mind to tell me wich line exacly is it? tysm.
169 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 final event (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 bottom of the file:
And remove these two lines:"When": {
"HavingChild": "Haley",
"IsFirstPregnancy": "true"
}
}
]
}
Save the file."HavingChild": "Haley",
"IsFirstPregnancy": "true"
The event should trigger as long as you received the letter from Emily telling you that everything is ready.
If you want to enable the pregnancy appearance for the final event go to line 297 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.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.
Are you using polyamory mods? You have to set Haley as the main spouse before she becomes pregnant.
{
"Name": "IsSecondPregnancy",
"Value": "true"
//"Value": "{{Query: {{Count:{{ChildNames}}}} > 0 AND {{Pregnant |contains=Haley}}}}"
}
This should enable event 14, it must be a sunny day and a non-festival day. If it still doesn't activate, then you haven't seen event 13 (the baby shower) in your save.
you can also post your modified content.json file here: https://smapi.io/json and it will tell you if there were errors.
https://smapi.io/log/318f99f270c1488f90ec4ccc795be1f4
Select "Content patcher"
https://smapi.io/json/content-patcher/42a09f648cd6480abf687e2ed363a3bf
Just delete line 17.
Only thing i never got to experienced is the baby shower
But alright
Would it be possible if you can create the pregnancy mod of all the bachelorettes in the game?
Pretty please with a cherry on top
I do know that sometimes the character's do that when they walk, because the way SV codes the movement.
The best thing to try is to reload the day and see the event again to see if it happens one more time, if it does, then please post your SMAPI log here:
https://smapi.io/log
and I'll look into it.
{
"Name": "IsFirstPregnancy",
"Value": "true"
//"Value": "{{Query: {{Count:{{ChildNames}}}} < 1 AND {{Pregnant |contains=Haley}}}}"
}