Jump to content

Recommended Posts

Posted

so I need some help here I got my character infected with a parasite and as required I installed estrus for skyrim 2.45 however I do not see said parasite I am running skyrim AE 1.6.1170

Posted
On 7/28/2024 at 8:49 AM, Crimson_Otachi said:

so I need some help here I got my character infected with a parasite and as required I installed estrus for skyrim 2.45 however I do not see said parasite I am running skyrim AE 1.6.1170

 

What is it exactly you expect to see? The only visible infection in this mod is slow inflation of the character over time, until they give birth and lay eggs.

 

You possibly confused this mod with "Sexlab parasites"

Posted

I have a problem, the animations doesnt work for me. The chaurus and me get static, I hear moaning and stuff but I dont see any animation or tentable.

 

Normal sex works, but Its frustrating bc I dont know why isnt working. I even get a log mesage "playing tentacle etcetc animation"

Posted
On 7/24/2023 at 9:52 PM, _Sarge_ said:

its at 100% its just NOTHING shows up no tentacles they just stand there moaning like they are being fucked.

 

What was missing? Please tellme I have the same problem

  • 2 weeks later...
Posted
5 hours ago, ruunnaifira said:

I installed Estrus Chaurus+ and Spider Addon, For the Spider I can turn Pregnancy to enable, but on the Chaurus+ I can't enable the pregnancy option

Test it on a new save without the spider addon

Posted
2 hours ago, ruunnaifira said:

it still doesn't work, in the option tab I cannot enable or disable anything, 

Have you saved and then reloaded the save after installing?

Are the animations showing as enabled?

Are the nodes on the Skeleton Check page of the MCM all showing as enabled?

Are all the mods on the Version Check page of the MCM showing 'Version OK'?

Posted
3 hours ago, Bane Master said:

Have you saved and then reloaded the save after installing?

Are the animations showing as enabled?

Are the nodes on the Skeleton Check page of the MCM all showing as enabled?

Are all the mods on the Version Check page of the MCM showing 'Version OK'?

 

Animation.jpg

Skeleton.jpg

Version.jpg

Posted
1 hour ago, ruunnaifira said:

yes I have XP32MSE image_2024-08-26_075624226.png.f2aa0e602cc0c48fd6fe542c8e20ad2e.png

 

If that's an MO2 L/H Pane screenshot, XP32MSE should be almost the very last thing in the Priority Order list, so that nothing overwrites it.   Something seems to be overwriting files from your's 

 

Only thing that I can think of that you definitely would want to be below it is BakaFactory ABC LE SE (version x.xx where, if you use that mod, x.xx is the one you use in your game) which, to function prperly, must overwrite bits of XP32MSE

 

Hope that helps

 

DQW

  • 2 weeks later...
Posted
On 5/27/2024 at 10:23 PM, lavatube said:

 

I think there's an option to switch it between females and males in the menu. 

I also attempted a modification of the zzEstrus.esp in xEdit to remove the gender check. I think that worked. 

What exactly did you change in the esp?

Posted
20 hours ago, DadPrefersDads said:

What exactly did you change in the esp?

 

I deleted some magic effects conditions that check: Subject.GetIsSex(Male) = zzEstrusSexSwitch

The ones I apparently modified were in the magic effects for:

- zzEstrusEffectUndress

- zzEstrusEffectCommon

- zzEstrusEffectSelfCommon

- zzEstrusEffectCommonAPI

- zzEstrusEffectSelfCommonAPI

- zzEstrusEffectUndressAPI

- zzEstrusTrapEffectCommonAPI

- zzEstrusTrapEffectCommon

 

No idea if I did everything correctly, but it does seem to allow me to cast the Estrus spells on all genders. 

 

Left side is the one with the condition removed: 

image.png.bb655c5776d65bcd88205743cc5a367e.pngimage.png.df00d67b16bbae5c0ab1f9181b087b8e.png

Posted
8 hours ago, lavatube said:

 

I deleted some magic effects conditions that check: Subject.GetIsSex(Male) = zzEstrusSexSwitch

The ones I apparently modified were in the magic effects for:

- zzEstrusEffectUndress

- zzEstrusEffectCommon

- zzEstrusEffectSelfCommon

- zzEstrusEffectCommonAPI

- zzEstrusEffectSelfCommonAPI

- zzEstrusEffectUndressAPI

- zzEstrusTrapEffectCommonAPI

- zzEstrusTrapEffectCommon

 

No idea if I did everything correctly, but it does seem to allow me to cast the Estrus spells on all genders. 

 

Left side is the one with the condition removed: 

image.png.bb655c5776d65bcd88205743cc5a367e.pngimage.png.df00d67b16bbae5c0ab1f9181b087b8e.png

I see. And this made the Chaurus mod work for males as well? I actually noticed a few of those lines before your reply and deleted them, but Estrus Chaurus still wasn't working for me. But it's working for you after deleting all of those lines?

Posted
2 hours ago, DadPrefersDads said:

I see. And this made the Chaurus mod work for males as well? I actually noticed a few of those lines before your reply and deleted them, but Estrus Chaurus still wasn't working for me. But it's working for you after deleting all of those lines?

 

Well I don't know if it works for all Estrus actions. Some gender checks are likely hardcoded into the various script files. However, it seemed to work for the spells. 

I don't have the source code for the Estrus scripts, so I can't modify those. 

Posted (edited)

Not recommended to omit the gender check.

Tried it a whiil ago, leads sometimes to ctd.

 

For the genderless estrus bow I made a different solution, which works well.

Little script to toggle the global.

 

 

Edited by Tlam99
  • 3 weeks later...
Posted
On 8/26/2024 at 9:27 AM, DonQuiWho said:

 

If that's an MO2 L/H Pane screenshot, XP32MSE should be almost the very last thing in the Priority Order list, so that nothing overwrites it.   Something seems to be overwriting files from your's 

 

Only thing that I can think of that you definitely would want to be below it is BakaFactory ABC LE SE (version x.xx where, if you use that mod, x.xx is the one you use in your game) which, to function prperly, must overwrite bits of XP32MSE

 

Hope that helps

 

DQW

On 8/26/2024 at 6:20 PM, Bane Master said:

You do - but as @DonQuiWho has pointed out - it is being overwritten

 

Hi, I'm back. I think I found the issue (maybe it's just happening to me). If I install XP32MSE and choose 'basic' in the FOMOD, I can't get the pregnancy option to work as I mentioned above. But if I install XP32MSE and choose 'extended' in the FOMOD, for some reason, it just works

Posted
On 9/7/2024 at 12:16 PM, Tlam99 said:

Not recommended to omit the gender check.

Tried it a whiil ago, leads sometimes to ctd.

 

For the genderless estrus bow I made a different solution, which works well.

Little script to toggle the global.

 

 

Can you, if it's not difficult for you, share your solution for Estrus Chaurus+ work for men? (I really like this mod and I would like it to work for my male character as well) TwT

Posted
6 hours ago, Tlam99 said:

Bow is in this one integrated.

 

 

Hmm, thanks.

I really don't understand how it should work a little bit (because it's essentially... another mod?) and my list of ESPs is already full.

But thanks anyway.  

 

Maybe the author of estrus will someday release a patch or an add-on for male players...

But apparently we'll have to use only Parasites for now UwU...

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