Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 12th Mar 2025 at 7:42 PM
Default Editing BHAVs in mods
I'm trying to add a risky pregnancy chance to this nsfw mod titled WildWoohoo (on Sexysims site), but simply adding in the extracted bhav from ACR Bed Socials isn't doing it. Shame on me for thinking it would be that simple, but how can I pull this off? I also tried following Midge's tutorial on modifying interactions (because the action was mistakenly made available for all ages), but I got nowhere because the tutorial only covers existing interactions already in the vanilla game. How would I find the guardian bhavs in ACR and WildWoohoo? My goals are to change who the pie menu pops up for and add a preg chance.
Scholar
#2 Old 12th Mar 2025 at 9:59 PM
Actions found while contained on the bed are likely in "CT - Object Menu Subqueue" of the bed globals group 0x7F4437F2. This is where the conditions will be defined. It may call subfunctions such as "Social - Play In - TEST" to further refine the conditions. But they may be replaced in a mod with something else.

The pregnancy chance will be in the pushed interaction for "Play In".

You can find which one it is by following the chain starting from the TTAB, such as: "Interaction - Bed Socials" -> "CT - Object Menu Subqueue Command" -> Push action number from Subqueue (like 0x11) -> "Relax - Cuddle - Try to Have a Baby - A". Now here (without mods) is pregnancy effected. There is another baby-less woohoo.

They may have changed or added actions in the mod, so you follow from the root. If you are in doubt about whether you are in the right place, you can display a dialog during woohoo. If that dialog doesn't show, then it's another action.
Test Subject
Original Poster
#3 Old 20th Mar 2025 at 3:10 PM
Quote: Originally posted by jonasn
Actions found while contained on the bed are likely in "CT - Object Menu Subqueue" of the bed globals group 0x7F4437F2. This is where the conditions will be defined. It may call subfunctions such as "Social - Play In - TEST" to further refine the conditions. But they may be replaced in a mod with something else.

The pregnancy chance will be in the pushed interaction for "Play In".

You can find which one it is by following the chain starting from the TTAB, such as: "Interaction - Bed Socials" -> "CT - Object Menu Subqueue Command" -> Push action number from Subqueue (like 0x11) -> "Relax - Cuddle - Try to Have a Baby - A". Now here (without mods) is pregnancy effected. There is another baby-less woohoo.

They may have changed or added actions in the mod, so you follow from the root. If you are in doubt about whether you are in the right place, you can display a dialog during woohoo. If that dialog doesn't show, then it's another action.

I will try this out and report my findings, thank you!
Back to top