Jump to content

[BFACCA] BeeingFemale Addon - Creature Child Actors


Recommended Posts

Posted (edited)

Now, I know why any addon in BeeingFemale LE didn't work properly in BeeingFemale SE.
The problem is "FWAddOnManager.psc" not considering the change of "StorageUtil.psc".

In SE, file functions in "StorageUtil.psc" are all deprecated. But no one considered that so far (at least not in BeeingFemale SE V2.8.1 14d).
Therefore, BeeingFemale SE cannot properly read data in the ini files in the "BeeingFemale\AddOn" folders.

Correcting those would need some time, but I think I can do them this weekend. Testing would need another time, so hopefully I can upload my "modified and corrected BeeingFemale SE" until next weekend

Edited by aliceqwer3141
Posted
9 hours ago, aliceqwer3141 said:

Now, I know why any addon in BeeingFemale LE didn't work properly in BeeingFemale SE.
The problem is "FWAddOnManager.psc" not considering the change of "StorageUtil.psc".

In SE, file functions in "StorageUtil.psc" are all deprecated. But no one considered that so far (at least not in BeeingFemale SE V2.8.1 14d).
Therefore, BeeingFemale SE cannot properly read data in the ini files in the "BeeingFemale\AddOn" folders.

Correcting those would need some time, but I think I can do them this weekend. Testing would need another time, so hopefully I can upload my "modified and corrected BeeingFemale SE" until next weekend

You really think you could fix it in a weekend? That's impressive.

Posted (edited)
11 hours ago, Amber02000 said:

You really think you could fix it in a weekend? That's impressive.

 

I already changed every "FWUtility.getIniCString" or something like that (reading values from ini files with FWUtility) to "JsonUtil" (every file related functions in "StorageUtil" are deprecated and forwarded to "JsonUtil" in SE).
Since there were no errors when I recompile scripts in BeeingFemale SE, I hope I didn't make any mistakes.

I'm currently converting every BeeingFemale AddOn inis to json, since "JsonUtil" can only read json files (or at least I don't know other way).
Since I have a job to do to earn money and live, I cannot focus on that conversion until this Friday, but I think I can finish them during this weekend.
Testing would take another time as I said, so don't expect my modified BeeingFemale SE version uploaded this weekend (perhaps next weekend).

 

P.S. You will need to start as a new game again if you are already using my tentative "BeeingFemaleSE_Opt" and "BFACCA_SE_Opt" since I will remove FormList Manipulator from the prerequisites so that BFACCA works as other BeeingFemale Addons as long as one converts ini files to json properly. 

Edited by aliceqwer3141
Add missing information on removing FLM from the prerequisites
  • 2 months later...
  • 4 months later...
Posted
On 3/15/2024 at 5:21 AM, aliceqwer3141 said:

 

I already changed every "FWUtility.getIniCString" or something like that (reading values from ini files with FWUtility) to "JsonUtil" (every file related functions in "StorageUtil" are deprecated and forwarded to "JsonUtil" in SE).
Since there were no errors when I recompile scripts in BeeingFemale SE, I hope I didn't make any mistakes.

I'm currently converting every BeeingFemale AddOn inis to json, since "JsonUtil" can only read json files (or at least I don't know other way).
Since I have a job to do to earn money and live, I cannot focus on that conversion until this Friday, but I think I can finish them during this weekend.
Testing would take another time as I said, so don't expect my modified BeeingFemale SE version uploaded this weekend (perhaps next weekend).

 

P.S. You will need to start as a new game again if you are already using my tentative "BeeingFemaleSE_Opt" and "BFACCA_SE_Opt" since I will remove FormList Manipulator from the prerequisites so that BFACCA works as other BeeingFemale Addons as long as one converts ini files to json properly. 

did you end up doing it by any chance? Its heresy that there's so few creature impregnation enabling mods around lol.

  • 3 weeks later...
  • 2 months later...
Posted
On 3/11/2024 at 12:10 PM, aliceqwer3141 said:


I just changed scripts in the BeeingFemale SE V2.8.1 v14d SSE so that the childbirth part does not rely on the "perhaps not properly converted dll".
As Garkin wrote in the BeeingFemale SE V2.8.1 v14d SSE, I installed following order:
1. original Beeing Female 2.8.1 SE
2. enormousdick's patched DLL (renamed to match original DLL name) - I suspect that it is not properly converted for SE...
3. patch V14d for LE
4. improved script for belly
5. BeeingFemale SE V2.8.1 v14d SSE (65.92MB in the BeeingFemale SE V2.8.1 v14d SSE)
6. Sanitary Napkin CBBE Refit (2.95MB in the BeeingFemale SE V2.8.1 v14d SSE)

I'm thinking of how to change FWAddOnManager.psc such that the phase of any custom race can be changed (the "RaceSpecific Values.ini" in the BeeingFemale SE in "BeeingFemale\AddOn" doesn't seem to work. I suspect that the DLL is not properly converted so the FWUtility.GetFormFromString cannot read values from ini files).
However, if you would like to test, I give you my work.
I think I will upload my work after making sure that "the phase of any custom race can be changed", but if you have idea, we may work together :)

<BeeingFemaleSE_Opt - Optimized and changed scripts so that the childbirth part does not rely on the DLL>
Prerequisite 1 - Sexlab Inflation Framework 1.2.2 beta so that one can use "PregnancyBelly" in the Bodyslide to inflate belly when pregnant
Prerequisite 2 - Fill Her Up Baka Edition SE so that sperm information can be forwarded to the BeeingFemale SE after having intercourse
Prerequisite 3 - powerofthree's Papyrus Extender SE to optimize some scripts
Prerequisite 4 - PAPER to optimize some scripts
Prerequisite 5 - BeeingFemale SE V2.8.1 v14d SSE
Link: https://mega.nz/file/FNlHXDAK#88BiT_UT5olNKxSuREWy0AW7aeY8pi4dczy3tNGu91s

Place "BeeingFemaleSE_Opt" below "BeeingFemale SE V2.8.1 v14d SSE" so that my "BeeingFemaleSE_Opt" overwrites everything.
Since I added several properties in scripts, "New Game" is a must if you already installed BeeingFemale SE.
I may add more properties to enable "the phase of any custom race can be changed". If you want to use this test version, you may have to begin with "New Game" again if I implement that feature.

<BFACCA_SE_Opt - My converted BFACCA so that it works in BeeingFemale SE>
Prerequisite 1 - FormList Manipulator - FLM
Prerequisite 2 - BeeingFemaleSE_Opt
Link: https://mega.nz/file/xZNFWCrB#tZt9Dcz3CWiAQfes24yiQD-vU81JZ8QX32tFnhZ9zSk
Place "BFACCA_SE_Opt" below "BeeingFemaleSE_Opt".

Screenshots in the attached files

 

Cap 2024-03-10 19-10-33-204.jpg

Cap 2024-03-10 19-10-54-904.jpg

The mega links are dead, does anyone know where else they can be found?

  • 5 weeks later...
Posted

I made a huge modlist based on Fertility Mode and It does't worth on rebuilding with Beeingfemale, does anyone know an addon/version/patch/alternative of this mod to work with Fertility Mode 

 

I'm using AE 1.6.1179 bte

  • 6 months later...
  • 2 months later...
Posted

Forget it, it's very difficult to make it work for SE & AE.

It's easier to download Oldrim + Untamed. Yes, there won't be a belly, but there will be pregnancy and childbirth (just spawn) from any creature.

 

Plus, Being Female itself runs very slowly and has bugs, and can get stuck on endless labor.

 

Yes, the pregnancy phases and multiple pregnancies are cool, but too many things don't work and need to be updated, and no one is going to do that, not even you, so let's just admit that the mod is dead, just like the Being Female mod.

 

It might be much easier to update Hentai Pregnancy to include creature births + multiple pregnancies.

 

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