Jump to content

Recommended Posts

Posted
11 minutes ago, chidaruma said:

Hey guys, I was wondering if anyone can help me with my problem. The tentacle animation won't play eventhough I increased the Tentacle attack chance to 100% (alsoĀ spawn a bunch of chaurus and let them spitted my PC)Ā ; my PC won't get pregnated after having sex with chaurus.Ā I think I installed the modĀ properly since version check tab show everything is "version ok" andĀ I registered the mod animations. I check the Estrus for Skyrim animations and theyĀ works fine (FNIS saidĀ there are 2 .hkx files missing in zzEstrus, don't know why but I don't think it's the problem-correct me if I'm wrong @@). Create a new game doesn't help either. Nothing overwrites the mod assets and heres my plugins list:

Ā  Reveal hidden contents

Skyrim.esm
Update.esm
Dawnguard.esm
HearthFires.esm
Dragonborn.esm
Unofficial Skyrim Legendary Edition Patch.esp
Skyrim Project Optimization - Full Version.esm
ApachiiHair.esm
ApachiiHairFemales.esm
ApachiiHairMales.esm
RaceCompatibility.esm
Schlongs of Skyrim - Core.esm
SexLab.esm
ZaZAnimationPack.esm
SexLabAroused.esm
Devious Devices - Assets.esm
Devious Devices - Integration.esm
Devious Devices - Expansion.esm
SexLab - Sexual Fame [SLSF].esm
CreatureFramework.esm
actorEvents.esm
ContinueGameNoCrash.esp
SkyUI.esp
Customizable Camera.esp
UIExtensions.esp
AddItemMenu2.esp
EnhancedLightsandFX.esp
Vivid Weathers.esp
Vivid Weathers - Extended Snow.esp
Vivid Weathers - Extended Rain.esp
ELFX - Exteriors.esp
NPC_Overhaul_V_1_.esp
RealisticWaterTwoM.esp
TheAmazingWorldOfBikiniArmor.esp
Imaginator BETA.esp
RaceMenuMorphsCBBE.esp
FNIS.esp
FNISspells.esp
Schlongs of Skyrim.esp
SOS-Schlong Addon.esp
dD - Realistic Ragdoll Force - Realistic.esp
XPMSE.esp
KS Hairdos - HDT.esp
Remodeled Armor - Vanilla Replacer - Dawnguard.esp
Remodeled Armor - Vanilla Replacer - Dragonborn.esp
Remodeled Armor - Vanilla Replacer.esp
CharacterMakingExtender.esp
EnhancedCharacterEdit.esp
FNIS_PCEA2.esp
RandomIdleAnimation.esp
Auto Unequip Ammo.esp
Better Stealth AI for Followers.esp
LSFX-Audiosettings.esp
IcePenguinWorldMap.esp
BrowsPack.esp
EyesPack.esp
SlaveTats.esp
SexLabTools.esp
SLAnimLoader.esp
SLALAnimObj.esp
BrandingDeviceOfDoom.esp
hydra_slavegirls.esp
zdd.esp
SexLabSkoomaWhore.esp
DW.esp
SexLabDefeat.esp
MoreNastyCritters.esp
HentaiCreatures.esp
EstrusChaurus.esp
MilkModNEW.esp
MilkMod_MilkPumpsFancyB.esp
MilkModNEW HF.esp
MilkModNEW ZaZ.esp
Facelight.esp
Alternate Start - Live Another Life.esp
ELFXEnhancer.esp
Dual Sheath Redux.esp
Dual Sheath Redux Patch.esp
Ā 

Ā 

what zzEstrus version do you use?

i know that zzEstrus v160r1 and below (up to v120) works

the newest versions of zzEstrus arent supported yet

Posted

Man, I want to update the estrus mods, but I liked it more that you can get a parasite no matter what kind type of sex (oral, vaginal anal)Ā  Ā that would be very nice if that could be an option mateĀ :classic_wink:

Posted

The only downside is that chaurus hunters dont impregnate in my version, but I can deal, I pretend they'reĀ past the "breeding" stage making it impossible for them, but oh well.

Posted

Guys, need help with a problem.

If i run the game with EstrusForSkyrimV160r1after generated the FNIS i get CTD. (Loading a save or creating a new one)

If just enable the EstrusForSkyrim without running FNIS my game don't CTD, the sounds, blushing and the MCM are ok, but i don't get the animations to work.

Even without the animations my char got pregnant by Chaurus(The functionality from Estrus+ are running fine), but the problem is that i cant make the animations from the EstrusForSkyrim to work.

Ā 

My char just stand still while the animation are suppose to running.

Ā 

Any tips?

loadorder.txt

Posted
45 minutes ago, bconti said:

Guys, need help with a problem.

If i run the game with EstrusForSkyrimV160r1after generated the FNIS i get CTD. (Loading a save or creating a new one)

If just enable the EstrusForSkyrim without running FNIS my game don't CTD, the sounds, blushing and the MCM are ok, but i don't get the animations to work.

Even without the animations my char got pregnant by Chaurus(The functionality from Estrus+ are running fine), but the problem is that i cant make the animations from the EstrusForSkyrim to work.

Ā 

My char just stand still while the animation are suppose to running.

Ā 

Any tips?

loadorder.txt

Would recommend installing Crash Fixes if you haven't already.Ā  Other than that, if you also CTD when you hit "new game" and you have a lot of animations installed, you likely just have too many animations for Skyrim to handle, and trying to load up the Estrus animations is putting you over your game's limit.Ā  You can try to uninstall some SLAL packs you don't use much or mods that add animations and see if you can load after that.

Posted
56 minutes ago, Reesewow said:

Would recommend installing Crash Fixes if you haven't already.Ā  Other than that, if you also CTD when you hit "new game" and you have a lot of animations installed, you likely just have too many animations for Skyrim to handle, and trying to load up the Estrus animations is putting you over your game's limit.Ā  You can try to uninstall some SLAL packs you don't use much or mods that add animations and see if you can load after that.

wow, that was it.

Just uninstalled some animations from 8.5k to 7k did the trick.

Thank you ?

Posted

Hi all. I like this mod but have one big dissapointment cause chaurus baby wont grow. So i need your help... mb someone understand scripting more than me (cause i'm 0 there :D) and can help. So, the question is about this string:
Ā 

akActor.SetAnimationVariableBool("bHumanoidFootIKDisable", true)
int i = 0
while i < 100
    fHealth += 0.1
    fScale += 0.01

    akActor.SetScale( fScale )
    akActor.SetActorValue("health", fHealth )
    akActor.QueueNiNodeUpdate()

    Utility.Wait(0.1)
    i += 1
endWhile
akActor.SetAnimationVariableBool("bHumanoidFootIKEnable", true)

You can find it inĀ zzEstrusChaurusHachlingFeedScript.
As i understand this is something that controls size of hachling (mb i'm wrong, that is the reason why i'm writing there)
Further more, there is:
Ā 

event OnLoad()
    self.SetAV("SpeedMult", 150.0 / Self.GetScale() )
endEvent

inĀ zzEncChaurusHachlingScript.

I would be glad if someone say me what this srtings actually do.
As i think - make them grow is pretty easy, it's just my first time of working with any script. The main idea is to allow them to grow until the size will be almost/same, read it's position, remove hachling, create Chaurus at this position.
This idea givesĀ many opportunities like:
-random chance of adult chaurus type (hunter, fledging, reaper, default).
-relationship with them (follower root).
-reasons of growth (like they need food or something else to grow). Btw, may be food will choose type of adult? Fish for reaper, meat for default, etc?
Anyway i need someone to guide me :D
Or i don't mind if this idea will be used by someone another. As i understand logic, it's not difficult to create.


p.s. sry for my bad english.

Posted
1 hour ago, 0XWOLKX0 said:

Hi all. I like this mod but have one big dissapointment cause chaurus baby wont grow. So i need your help... mb someone understand scripting more than me (cause i'm 0 there :D) and can help. So, the question is about this string:
Ā 


akActor.SetAnimationVariableBool("bHumanoidFootIKDisable", true)
int i = 0
while i < 100
    fHealth += 0.1
    fScale += 0.01

    akActor.SetScale( fScale )
    akActor.SetActorValue("health", fHealth )
    akActor.QueueNiNodeUpdate()

    Utility.Wait(0.1)
    i += 1
endWhile
akActor.SetAnimationVariableBool("bHumanoidFootIKEnable", true)

You can find it inĀ zzEstrusChaurusHachlingFeedScript.
As i understand this is something that controls size of hachling (mb i'm wrong, that is the reason why i'm writing there)
Further more, there is:
Ā 


event OnLoad()
    self.SetAV("SpeedMult", 150.0 / Self.GetScale() )
endEvent

inĀ zzEncChaurusHachlingScript.

I would be glad if someone say me what this srtings actually do.
As i think - make them grow is pretty easy, it's just my first time of working with any script. The main idea is to allow them to grow until the size will be almost/same, read it's position, remove hachling, create Chaurus at this position.
This idea givesĀ many opportunities like:
-random chance of adult chaurus type (hunter, fledging, reaper, default).
-relationship with them (follower root).
-reasons of growth (like they need food or something else to grow). Btw, may be food will choose type of adult? Fish for reaper, meat for default, etc?
Anyway i need someone to guide me :D
Or i don't mind if this idea will be used by someone another. As i understand logic, it's not difficult to create.


p.s. sry for my bad english.

there's another mod for that already:

Ā 

Posted
20 minutes ago, CliftonJD said:

there's another mod for that already:

Ā 

I don't see there anything about growing to adult small chauruses. Or there is this thing?

Posted
15 minutes ago, 0XWOLKX0 said:

I don't see there anything about growing to adult small chauruses. Or there is this thing?

seems you're right, that mod has more methods of infection on a grand scale but still no methods of growing the hachlings

Posted
6 minutes ago, CliftonJD said:

seems you're right, that mod has more methods of infection on a grand scale but still no methods of growing the hachlings

Moreover, it says that this mod ded.

Posted
56 minutes ago, CliftonJD said:

there's another mod for that already:

Ā 

Btw, you scared me to death with your answer cause i thought that all my readings about script languageĀ until now were useless :D

Posted
3 minutes ago, 0XWOLKX0 said:

Moreover, it says that this mod ded.

looks like you either need a suggestion for ec to do that or a request for an add-on mod that does that in the idea/requests thread...no idea why this hasn't been done yet

Posted
6 minutes ago, 0XWOLKX0 said:

Btw, you scared me to death with your answer cause i thought that all my readings about script languageĀ until now were useless :D

actually you sound as tho you're capable of making the mod. if you get it working, i'd be interested to see it

Posted
18 hours ago, CliftonJD said:

actually you sound as tho you're capable of making the mod. if you get it working, i'd be interested to see it

Ā 

So - by design the hatchlings are supposed to grow already, if they don't then we have aĀ  bug!Ā ?

Ā 

As you can guess from the feed script - they should only grow if there is food around for them to steal.

Ā 

The question is - can anyone spot a bug preventing growth... I haven't found it yet.Ā 

Ā 

The scriptĀ 

event OnLoad()
    self.SetAV("SpeedMult", 150.0 / Self.GetScale() )
endEvent

makes them get slower as they get bigger...

Ā 

Posted
53 minutes ago, Bane Master said:

Ā 

So - by design the hatchlings are supposed to grow already, if they don't then we have aĀ  bug!Ā ?

Ā 

As you can guess from the feed script - they should only grow if there is food around for them to steal.

Ā 

The question is - can anyone spot a bug preventing growth... I haven't found it yet.Ā 

Ā 

The scriptĀ 


event OnLoad()
    self.SetAV("SpeedMult", 150.0 / Self.GetScale() )
endEvent

makes them get slower as they get bigger...

Ā 

Mine definitely do get grow and get bigger.Ā 

Ā 

But they have never yet turned into adults.Ā  Are they supposed to?

Ā 

If so, I shall maybe have to buy more sweetrolls to fatten them up.Ā  Or. if slaughtered NPCs count as feeding material, kill a few more in the right places

Ā 

?

Posted
2 hours ago, Bane Master said:

they should only grow if there is food around for them to steal.

but what would be adequate food supply for them and does the script specify how big they can grow

Posted
52 minutes ago, CliftonJD said:

but what would be adequate food supply for them and does the script specify how big they can grow

as script say... there is no limit. And they eat any type of food.

Posted
2 hours ago, donkeywho said:

Mine definitely do get grow and get bigger.Ā 

Ā 

But they have never yet turned into adults.Ā  Are they supposed to?

Ā 

If so, I shall maybe have to buy more sweetrolls to fatten them up.Ā  Or. if slaughtered NPCs count as feeding material, kill a few more in the right places

Ā 

?

btw, they can't turn into adult. Wanna fix it.

Posted

I would like to see them hatch inside.Ā  FOR THE SENSITIVE DON'T READ THE NEXT SENTENCE: With the option/percent chance to burst out of the bellyĀ ?.Ā  Character would need a healing potion afterward.Ā  I know, would be difficult to doĀ ?

Posted
19 minutes ago, JahReit said:

I would like to see them hatch inside.Ā  FOR THE SENSITIVE DON'T READ THE NEXT SENTENCE: With the option/percent chance to burst out of the bellyĀ ?.Ā  Character would need a healing potion afterward.Ā  I know, would be difficult to doĀ ?

Not rly from logic side. Just spawn hachlings instead of eggs. Or i didn't got your idea well)
What mean hatch inside?

Posted
21 hours ago, 0XWOLKX0 said:

Not rly from logic side. Just spawn hachlings instead of eggs. Or i didn't got your idea well)
What mean hatch inside?

its been suggested before, they don't mean the same as live births but more as in the aliens movie where giving birth to those cratures caused harm to the humans

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