Jump to content

[Project Zomboid] Being Female - Adding more complex Female Roleplay


Recommended Posts

Posted
23 minutes ago, Transcendent Lala said:

У меня всегда работало. Думаю, ты делаешь что-то не так или используешь b42

when I unzip the archive into the mods folder, the mod is not displayed in the game, and when I unzip it into the game folder, I get errors.

 

 

image.png.b46d86bc83ad2afb556b8144824db91a.png

 

 

 

 

Posted

If i have npc mods with these will my baby grow up to a npc or is the baby moor like a prop thats a needs my body milk, need to know fore my serv i got fuld up

Posted (edited)
On 4/25/2025 at 9:18 AM, kkkr6dikk said:

If i have npc mods with these will my baby grow up to a npc or is the baby moor like a prop thats a needs my body milk, need to know fore my serv i got fuld up

No, as currently the babies does not grow, I actually did not tested my mod with any npc mod, so no guarantee it will work at all with npc mods

Edited by Zikhad
Gramar
Posted (edited)

Hi friends.
I've just posted a new version of my mod.

Major changes in this version:

  • I've implemented my own version of Pregnancy logic (so we don't rely on Pregnancy mod)
  • I've included the Being Female UI onto the Character Info Panel.
  • Revamp of animation system
    • Now the UI will adapt more easily with animations ( @BlaBla012345 this might prove useful to your animations, since now you can dictate how long they last and my mod should adapt )
Edited by Zikhad
Posted
2 hours ago, Zikhad said:

Hi friends.
I've just posted a new version of my mod.

Major changes in this version:

  • I've implemented my own version of Pregnancy logic (so we don't rely on Pregnancy mod)
  • I've included the Being Female UI onto the Character Info Panel.
  • Revamp of animation system
    • Now the UI will adapt more easily with animations ( @BlaBla012345 this might prove useful to your animations, since now you can dictate how long they last and my mod should adapt )

Also, the birthing now have an animation (thanks to @BlaBla012345)

Posted
On 4/26/2025 at 10:27 AM, Zikhad said:

No, as currently the babies does not grow, I actually did not tested my mod with any npc mod, so no guarantee it will work at all with npc mods

Is it possible for baby growth to be implemented in the future or is that simply out of the scope for this mod?

Posted
On 5/1/2025 at 10:56 PM, purplenin said:

Is it possible for baby growth to be implemented in the future or is that simply out of the scope for this mod?

For now, out of scope.... although, that may change in the future. I suppose I can take a look into a specific npc mod to see how hard would be to spawn an NPC after a given amount of time 🤔 (not a bad idea actually)

Posted
On 5/3/2025 at 8:07 AM, Zikhad said:

For now, out of scope.... although, that may change in the future. I suppose I can take a look into a specific npc mod to see how hard would be to spawn an NPC after a given amount of time 🤔 (not a bad idea actually)

when you decide to add the feture use "Superb Survivors Continued Continued" or bandits

Posted
1 hour ago, savilianan said:

Suggesting that have a control of how many cum would a male character ejaculates, and how severely do pregnancy/EMS/PMS effects be.

are you suggesting, to add edging to the mod....

Posted
On 5/3/2025 at 8:56 AM, Chesborger said:

why is the ui animation low fps

I’m no animator, and each texture needs to be individually imported at runtime, so low fps it is

Posted

The one thing im not enjoying since coming back to the game. Is actually there being a debuff from having sex now. Your character saying. " thats enough for today" And getting unhappy the more that you fuck. Idk if this is from ZWBF or actual ZW its self

Posted
On 5/9/2025 at 11:52 PM, Transcendent Lala said:

The one thing im not enjoying since coming back to the game. Is actually there being a debuff from having sex now. Your character saying. " thats enough for today" And getting unhappy the more that you fuck. Idk if this is from ZWBF or actual ZW its self

I can say this is not from ZWBF...

Posted
1 hour ago, Zikhad said:

I can say this is not from ZWBF...

I had a feeling it wouldnt be. But one thing I do not like about ZWBF is the tabs to check womb and stuff now having moved off right clicking the ground to bring them up

Posted (edited)
22 hours ago, Mikachuuuuuuu said:

image.png.6bc27a8a5b47e604413712501d2e478a.pngsomeone pls tell me how to fix this plss i cant get this mod to work 

Did you removed the Pregnancy mod?
Can you try in a new save just to check?
Also, would be nice to know exactly what is broken for you. Can you provide your console.txt? (you can find the file in your ~/Zomboid/console.txt - the ~ is your user folder).

Another way to provide some context to me on what is going on is to start the game in debug mode (-debug) in steam properties. the game will showcase an error screen when the error happens, and that might give me clues on how to fix it

Edited by Zikhad
Posted
22 hours ago, Transcendent Lala said:

I had a feeling it wouldnt be. But one thing I do not like about ZWBF is the tabs to check womb and stuff now having moved off right clicking the ground to bring them up

I just made that change because folks complained about the right click being "crowded" :confused:

Posted (edited)

I've been tweaking the code to my personal preferences. While doing so i noticed an outright bug:

 

I wondered why milkproduction is insanely high, even though this should not be possible based on the numbers in the code. It turns out you set the braces wrong in the line where it calculates milk produced.

 

Load up the lactation lua and go to the onEveryHour function. The braces are placed so that it multiplies the already STORED amount by the production multiplier. This way the stored amount magically multiplies every hour.

 

The relevant line should instead look like this:

data.MilkAmount = data.MilkAmount + (amount * multiplier)
Edited by bitnuke
Posted
7 hours ago, Zikhad said:

I just made that change because folks complained about the right click being "crowded" :confused:

Personally it only gets crowded if you have too many mods that use it. I dont so it never bothered me. I just liked to have my health thing up and the windows for ZWBF up at the same time. But I cant do that anymore

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...