Jump to content

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


Recommended Posts

Posted
Just now, Transcendent Lala said:

I have no idea what is going on though. Im about to give up. I have increased the Duration number to over 6000 now. and the animations are still only lasting as long as they did before I edited it

wait fr? the same long? and i suppose u also restarted the game and tried again so... idk what is happening tbh

Posted
3 minutes ago, Yonchi said:

wait fr? the same long? and i suppose u also restarted the game and tried again so... idk what is happening tbh

Short of asking someone to modify the files for me and giving me that to use. I am lost for what to do

Posted
1 minute ago, Transcendent Lala said:

Short of asking someone to modify the files for me and giving me that to use. I am lost for what to do

if it last the same as the last time, its something that is not right on the code

But if it last longer and the animation of the dick going inside is not displaying enough so it cums is the mod code fault

Anyways let me search and try something rreal quick, keep telling me in private chat so i can be aware of you sweet 😘

Posted (edited)

@Zikhad In case u can, the next update u can take a look at the photo scene updates of the dick going inside?, and if u can just adjust one single animation for a single duration and tell the players to adjust the duration of the sex to a x amount to be like the one on the picture ☺️ 

Also u can try to hijack in some way the animation displaying and have a blacklist to not add sperm in some animations (maybe the ones with the category oral or anal in the animation configs), maybe you can talk to Solar the creator of ZomboWin to make an alert of what animation is displaying so u can take the animation from that secret alert and make possible the animation selection using categories 🥰

 

EDIT: Also, is this normal?, i know it can be cause it does not find any png to show cause its capped at 9, but needs a little bit of work maybe
image.png.4b64f3a90ed5ea5201269358044241e0.png
EDIT2: i found it, u have the wrong number of cap in the code, the normal is the pregnant cap and the pregnant is the normal 😘
image.png.bf58a1b1932205d0dc5b3aa6e502a4c2.png

Edited by Yonchi
Posted
1 hour ago, Yonchi said:

@Zikhad In case u can, the next update u can take a look at the photo scene updates of the dick going inside?, and if u can just adjust one single animation for a single duration and tell the players to adjust the duration of the sex to a x amount to be like the one on the picture ☺️ 

Also u can try to hijack in some way the animation displaying and have a blacklist to not add sperm in some animations (maybe the ones with the category oral or anal in the animation configs), maybe you can talk to Solar the creator of ZomboWin to make an alert of what animation is displaying so u can take the animation from that secret alert and make possible the animation selection using categories 🥰

 

EDIT: Also, is this normal?, i know it can be cause it does not find any png to show cause its capped at 9, but needs a little bit of work maybe
image.png.4b64f3a90ed5ea5201269358044241e0.png
EDIT2: i found it, u have the wrong number of cap in the code, the normal is the pregnant cap and the pregnant is the normal 😘
image.png.bf58a1b1932205d0dc5b3aa6e502a4c2.png

Also idk who made the pixelart, but its so nice and hot, i love the cock on it my god and id love to have another diferent normal sex womb to a midfull semen with another 9 pngs, also the dick full of semen in all ways while going in on the full one cause it cant hold more on me omg 🥰🥰🥰 PLEEEASE try to do it 😘

Posted
5 hours ago, Yonchi said:

@Zikhad In case u can, the next update u can take a look at the photo scene updates of the dick going inside?, and if u can just adjust one single animation for a single duration and tell the players to adjust the duration of the sex to a x amount to be like the one on the picture ☺️ 

Also u can try to hijack in some way the animation displaying and have a blacklist to not add sperm in some animations (maybe the ones with the category oral or anal in the animation configs), maybe you can talk to Solar the creator of ZomboWin to make an alert of what animation is displaying so u can take the animation from that secret alert and make possible the animation selection using categories 🥰

 

EDIT: Also, is this normal?, i know it can be cause it does not find any png to show cause its capped at 9, but needs a little bit of work maybe
image.png.4b64f3a90ed5ea5201269358044241e0.png
EDIT2: i found it, u have the wrong number of cap in the code, the normal is the pregnant cap and the pregnant is the normal 😘
image.png.bf58a1b1932205d0dc5b3aa6e502a4c2.png

Indeed Yonchi, you are right.

 

FYI:
The file in question is located here '...\ZWBF\media\lua\client\ZWBF'
and is named
'ZWBFWomb.lua'

Posted
15 hours ago, Zikhad said:

I admit the way I've added the animation in UI was a bit "lazy".
I basically progress 1 frame by each UI update (which happens using the EveryMinute event hook in game.
I am open to suggestions on how to improve that.
 

Hmm... have you tried with the command
'OnTick'
https://pzwiki.net/wiki/Lua_Events/OnTick
or
'OnRenderTick'
https://pzwiki.net/wiki/Lua_Events/OnRenderTick

or

'OnPostRender'

https://pzwiki.net/wiki/Lua_Events/OnPostRender

Posted
10 hours ago, Yonchi said:

@Zikhad In case u can, the next update u can take a look at the photo scene updates of the dick going inside?, and if u can just adjust one single animation for a single duration and tell the players to adjust the duration of the sex to a x amount to be like the one on the picture ☺️ 

Also u can try to hijack in some way the animation displaying and have a blacklist to not add sperm in some animations (maybe the ones with the category oral or anal in the animation configs), maybe you can talk to Solar the creator of ZomboWin to make an alert of what animation is displaying so u can take the animation from that secret alert and make possible the animation selection using categories 🥰

 

EDIT: Also, is this normal?, i know it can be cause it does not find any png to show cause its capped at 9, but needs a little bit of work maybe
image.png.4b64f3a90ed5ea5201269358044241e0.png
EDIT2: i found it, u have the wrong number of cap in the code, the normal is the pregnant cap and the pregnant is the normal 😘
image.png.bf58a1b1932205d0dc5b3aa6e502a4c2.png

I am confused here. That X is not meant to appear? Or Is it? And what does it mean

Posted (edited)

Am I doing something wrong. Because I finally fixed the sex duration issue but even with ovulation and 94% chance. I fucked a zombie like 10times and I did not get pregnant. All that kept happening is I kept getting the red X png I tried showing a picture but it wont work

 

Edited by Transcendent Lala
Posted
1 hour ago, Transcendent Lala said:

I finally fixed the sex duration

 

You finally managed to fix the frame display time.


That's good, and what would be even better is to share your solution please, so that everyone can benefit from it.
Thanks.

Posted
13 minutes ago, blabla012345 said:

You finally managed to fix the frame display time.


That's good, and what would be even better is to share your solution please, so that everyone can benefit from it.
Thanks.

I just did what you told me to do

Posted
4 hours ago, Transcendent Lala said:

I am confused here. That X is not meant to appear? Or Is it? And what does it mean

Its not meant to be there, j ust a confusion on the code of how many png are ment to be displayed, let me upload u the fixed lua, put it into ZWBF>media>lua>client>ZWBF>here

Now u will not see the X, but depending on the hour per day and the time of the animation u might see the dick going in again mid animaton 😘

Nuevo Archivo WinRAR ZIP.zip

Posted
2 hours ago, blabla012345 said:

You finally managed to fix the frame display time.


That's good, and what would be even better is to share your solution please, so that everyone can benefit from it.
Thanks.

Its the animation time like you said, also the hour day ingame settings is important, the more hours a day takes to have, the more slow the animation is, i had 1h and its good, and with 1h i think 1400-1500 its fine of duration ☺️

Kissess and thanks for the help in all the forum btw 💋💋

Posted
12 minutes ago, Yonchi said:

Its not meant to be there, j ust a confusion on the code of how many png are ment to be displayed, let me upload u the fixed lua, put it into ZWBF>media>lua>client>ZWBF>here

Now u will not see the X, but depending on the hour per day and the time of the animation u might see the dick going in again mid animaton 😘

Nuevo Archivo WinRAR ZIP.zip 2.65 kB · 0 downloads

So just put that into where you say and it should be fixed?

Posted
10 minutes ago, Yonchi said:

Its the animation time like you said, also the hour day ingame settings is important, the more hours a day takes to have, the more slow the animation is, i had 1h and its good, and with 1h i think 1400-1500 its fine of duration ☺️

Kissess and thanks for the help in all the forum btw 💋💋

Kinda. I have my ingame day set to 1hour irl and duration of 1800 is just enough maybe could be dropped to 1750 but I am not trying it

Posted
1 hour ago, Transcendent Lala said:

So just put that into where you say and it should be fixed?

yes it should be, put makee sure is the right file 😂
 

 

1 hour ago, Transcendent Lala said:

Kinda. I have my ingame day set to 1hour irl and duration of 1800 is just enough maybe could be dropped to 1750 but I am not trying it

And yes, i have it in 1600 and some times it just starts another one, but yea as you see its okey 🤗

Posted
2 hours ago, Transcendent Lala said:

Thanks for all of the help Yonchi. I will try your folder shortly. I have used it and copied it over the original. 

☺️💋

Posted (edited)
20 hours ago, Yonchi said:

@Zikhad In case u can, the next update u can take a look at the photo scene updates of the dick going inside?, and if u can just adjust one single animation for a single duration and tell the players to adjust the duration of the sex to a x amount to be like the one on the picture ☺️ 

Also u can try to hijack in some way the animation displaying and have a blacklist to not add sperm in some animations (maybe the ones with the category oral or anal in the animation configs), maybe you can talk to Solar the creator of ZomboWin to make an alert of what animation is displaying so u can take the animation from that secret alert and make possible the animation selection using categories 🥰

 

EDIT: Also, is this normal?, i know it can be cause it does not find any png to show cause its capped at 9, but needs a little bit of work maybe
image.png.4b64f3a90ed5ea5201269358044241e0.png
EDIT2: i found it, u have the wrong number of cap in the code, the normal is the pregnant cap and the pregnant is the normal 😘
image.png.bf58a1b1932205d0dc5b3aa6e502a4c2.png

Hey @Yonchi, good catch!
I will update the mod file to include your fix.

I've also saw you translated to Spanish, do you mind sending me the files? so I can include in the "official" code base.


Speaking on Code base, I can upload the code into GitHub if you folks want to contribute more easily, let me know if you all want that!

 

Now, about hijacking the animation to prevent the amount going up when the action happens in other "holes" (lol). There is actually a conversation going on in the @SolarEdge thread about this. It is a know issue and I didn't find, yet, a way to tell which hole is being used

Edited by Zikhad
more info
Posted
2 minutes ago, Zikhad said:

I will definitively try this later, thanks!

Zikhad. I used the fix that Yonchi sent me. But now the animation is going to just before the last stagesex_empty_9.webp?ex=66ae868e&is=66ad350e Which is this. Then restarting the entire thing again. I wanna get this fixed as I wanna enjoy your mod. So help would be appreciated

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...