Bane Master Posted October 12, 2016 Author Posted October 12, 2016 this has never happened to me before installed the mod and there is no mcm showing up? spawned some chauras nothing happens with there spit attack, used console command to bring up mcm still doesnt work....i dont know what to do? im sure i installed correctly The MCM only appears after you save game after install and then load that save
ZoneTanIsLove Posted October 19, 2016 Posted October 19, 2016 Went from regular EC to EC+ At least now the animations say their registered, and I can tick the pregnancy option at least, but tentacle attacks still don't occur. Weird.
M.BISON Posted October 20, 2016 Posted October 20, 2016 this has never happened to me before installed the mod and there is no mcm showing up? spawned some chauras nothing happens with there spit attack, used console command to bring up mcm still doesnt work....i dont know what to do? im sure i installed correctly The MCM only appears after you save game after install and then load that save wow so simple should of tried thanks its working now!!!!!!!
bicobus Posted October 20, 2016 Posted October 20, 2016 A chaurus sexed me but couldn't impregnate properly. I'm not sure if I use an old version of the compiled script or not... [10/20/2016 - 11:36:43PM] SEXLAB - ActorAlias[Chaurus Reaper] - Orgasms[1] Enjoyment [70] BaseEnjoyment[-53] FullEnjoyment[123] [10/20/2016 - 11:36:43PM] Error: Incorrect number of arguments passed. Expected 2, got 1. stack: [zzEstrusChaurusMCM (2800EF8A)].zzestruschaurusae.ChaurusImpregnate() - "zzestruschaurusae.psc" Line 141 [zzEstrusChaurusMCM (2800EF8A)].zzestruschaurusae.OnOrgasm() - "zzestruschaurusae.psc" Line 127 Do I need to recompile that script as the function called do have 2 parameters but one is optionnal. If so, could somebody with all the dependencies do that for me? I'm pretty sure I need the whole skyui devkit for this and maybe more.
Bane Master Posted October 21, 2016 Author Posted October 21, 2016 A chaurus sexed me but couldn't impregnate properly. I'm not sure if I use an old version of the compiled script or not... [10/20/2016 - 11:36:43PM] SEXLAB - ActorAlias[Chaurus Reaper] - Orgasms[1] Enjoyment [70] BaseEnjoyment[-53] FullEnjoyment[123] [10/20/2016 - 11:36:43PM] Error: Incorrect number of arguments passed. Expected 2, got 1. stack: [zzEstrusChaurusMCM (2800EF8A)].zzestruschaurusae.ChaurusImpregnate() - "zzestruschaurusae.psc" Line 141 [zzEstrusChaurusMCM (2800EF8A)].zzestruschaurusae.OnOrgasm() - "zzestruschaurusae.psc" Line 127 Do I need to recompile that script as the function called do have 2 parameters but one is optionnal. If so, could somebody with all the dependencies do that for me? I'm pretty sure I need the whole skyui devkit for this and maybe more. Hmmm - what version of sexlab are you running? I've loaded up the dev environment and it seems to compile fine - also I can't see where the call to sexlab is failing, not line 141 that's for sure... function ChaurusImpregnate(actor akVictim, actor akAgressor) ;Line 132 bool bGenderOk = mcm.zzEstrusChaurusGender.GetValueInt() == 2 || akvictim.GetLeveledActorBase().GetSex() == mcm.zzEstrusChaurusGender.GetValueInt() Bool invalidateVictim = !bGenderOk || ( akVictim.IsInFaction(zzEstrusChaurusExclusionFaction) || akVictim.IsBleedingOut() || akVictim.isDead() ) if invalidateVictim return endif ECevents.Oviposition(akvictim) ;Line 141 if ( !akAgressor.IsInFaction(zzEstrusChaurusBreederFaction) ) akAgressor.AddToFaction(zzEstrusChaurusBreederFaction) endIf SexLab.ApplyCum(akvictim, 7) utility.wait(5) ; Allow time for EC to register oviposition and crowd control to kick in akVictim.DispelSpell(crChaurusParasite) endfunction ; Line 152
bicobus Posted October 21, 2016 Posted October 21, 2016 (edited) The latest one, 1.62. Thing is, using the Estrus Spider addon everything is working fine and that addon uses estrus chaurus api. The author basically copied the code and do some calls to some of the original scripts functions. I realized that the animations weren't registered as I got sexed by the chaurus, probably because I reset the animation registry in sexlab and forgot to register estrus again. Could that fact alone break the Oviposition function? I assume it's the Oviposition call that is throwing a fit. Edit: the chauruses in question are from the mod Things in the Dark, I'll try to spawn a chaurus and sex it to see if it happens again. It may just be a temporary oddity. Edit2: nope, still happening. I spawn a chaurus, disable the spit effect and let defeat handle the rest. I tested the spiders using puppet master though, but I'm not sure it should matter? Edited October 21, 2016 by bicobus
Bane Master Posted October 22, 2016 Author Posted October 22, 2016 The latest one, 1.62. Thing is, using the Estrus Spider addon everything is working fine and that addon uses estrus chaurus api. The author basically copied the code and do some calls to some of the original scripts functions. I realized that the animations weren't registered as I got sexed by the chaurus, probably because I reset the animation registry in sexlab and forgot to register estrus again. Could that fact alone break the Oviposition function? I assume it's the Oviposition call that is throwing a fit. Edit: the chauruses in question are from the mod Things in the Dark, I'll try to spawn a chaurus and sex it to see if it happens again. It may just be a temporary oddity. Edit2: nope, still happening. I spawn a chaurus, disable the spit effect and let defeat handle the rest. I tested the spiders using puppet master though, but I'm not sure it should matter? I managed to reproduce the error on one of my test saves. I have made an updated version (4.22) with all scripts recompiled on SSL 1.62 with FNIS 6.3 and it seems to have fixed the issue for my save - give it a try and see if it helps.
bicobus Posted October 22, 2016 Posted October 22, 2016 Indeed, works as intended. I also observed these while sexing chauruses, and maybe other non-human actors. Not sure what it's about, but since it shouldn't affect the gameplay it's not very important. [10/22/2016 - 08:44:49PM] SEXLAB - Thread[0] Event Hook - OrgasmStart [10/22/2016 - 08:44:49PM] SEXLAB - Thread[0] Event Hook - StageStart [10/22/2016 - 08:44:49PM] SEXLAB - ActorAlias[Chaurus Reaper] - Orgasms[1] Enjoyment [74] BaseEnjoyment[-61] FullEnjoyment[135] [10/22/2016 - 08:44:49PM] SEXLAB - ActorAlias[Sonja] - Orgasms[1] Enjoyment [12] BaseEnjoyment[-45] FullEnjoyment[57] [10/22/2016 - 08:44:49PM] Error: Array index -1 is out of range (0-309) stack: [SLCumshotQuest (2200F4EE)].slcumshotscript.Orgasm() - "SLCumshotScript.psc" Line 91 [10/22/2016 - 08:44:49PM] Error: Array index -1 is out of range (0-309) stack: [SLCumshotQuest (2200F4EE)].slcumshotscript.Orgasm() - "SLCumshotScript.psc" Line 91 [10/22/2016 - 08:44:49PM] _EC_::state::IMPREGNATE
Bane Master Posted October 22, 2016 Author Posted October 22, 2016 Indeed, works as intended. I also observed these while sexing chauruses, and maybe other non-human actors. Not sure what it's about, but since it shouldn't affect the gameplay it's not very important. [10/22/2016 - 08:44:49PM] SEXLAB - Thread[0] Event Hook - OrgasmStart[10/22/2016 - 08:44:49PM] SEXLAB - Thread[0] Event Hook - StageStart[10/22/2016 - 08:44:49PM] SEXLAB - ActorAlias[Chaurus Reaper] - Orgasms[1] Enjoyment [74] BaseEnjoyment[-61] FullEnjoyment[135][10/22/2016 - 08:44:49PM] SEXLAB - ActorAlias[Sonja] - Orgasms[1] Enjoyment [12] BaseEnjoyment[-45] FullEnjoyment[57][10/22/2016 - 08:44:49PM] Error: Array index -1 is out of range (0-309)stack: [SLCumshotQuest (2200F4EE)].slcumshotscript.Orgasm() - "SLCumshotScript.psc" Line 91[10/22/2016 - 08:44:49PM] Error: Array index -1 is out of range (0-309)stack: [SLCumshotQuest (2200F4EE)].slcumshotscript.Orgasm() - "SLCumshotScript.psc" Line 91[10/22/2016 - 08:44:49PM] _EC_::state::IMPREGNATE Since the error is in the SLCumshot script you'll need to ask that mod's author to take a look - I haven't used that particular mod myself and so can't really help - sorry...
_SpaceHamster_ Posted October 24, 2016 Posted October 24, 2016 What slider does the pregnancy edit, BigBelly or PrenancyBelly? BigBelly would make sense, since it allows armor to morph with it, while PregnanyBelly doesnt.
cetuximab Posted October 25, 2016 Posted October 25, 2016 Hey, it appears the SexLab sex diary is incorrectly updated for this, it seems that tentacle attacks get listed as masturbation instead of creature sex/rape. Could you change it so it correctly updates the stats? This would make mods that use the stats, like Shout Like a Virgin, correctly work with estrus attacks. Edit: also now I remember further, there have been times when a masturbation sex scene has caused tentacle rape to play instead, so it appears the masturbation part is embedded even further as sexlab animation tags for this.
bicobus Posted October 25, 2016 Posted October 25, 2016 Actually, it would be great to switch the animation registering from self-managed to a SLAL pack. But as Ed seems to put it, EC+ isn't great script wise but it works. So heh.
Bane Master Posted October 26, 2016 Author Posted October 26, 2016 Actually, it would be great to switch the animation registering from self-managed to a SLAL pack. But as Ed seems to put it, EC+ isn't great script wise but it works. So heh. Have discussed this with Funnybizness - if he can get the anims working as part of a tentacle pack then I'll look at moving the animation registration out of EC+
pewpewsmurfer Posted October 31, 2016 Posted October 31, 2016 does this mod add those monsters into the world map or only manual spawning?
bicobus Posted October 31, 2016 Posted October 31, 2016 This mod add no monsters, it just modify the spit of chaurus so that you have a chance to get impregnated by tentacles.
Bane Master Posted October 31, 2016 Author Posted October 31, 2016 This mod add no monsters, it just modify the spit of chaurus so that you have a chance to get impregnated by tentacles. And monitors for sex with Chaurus too...
pewpewsmurfer Posted November 2, 2016 Posted November 2, 2016 which means I have to manually spawn them to get preggy?
chaimhewast Posted November 2, 2016 Posted November 2, 2016 No, it means you have to fight chaurus until one of their spit attacks triggers a tentacle attack.
Rogwar002 Posted November 4, 2016 Posted November 4, 2016 Good day. The mod works for me as intended, with one strange occurance: The only thing that changes size (and gets the corresponding messages) are the breasts, whereas belly and glute do not change. Good day to you too, Mertakh. I don't know all the details, but most likely it's your body meshes just don't support belly and butt scaling. And of course a skeleton like XPMSE is also needed for correct scaling of meshes. And the messages only about breasts are completely normal. EC+ don't send any messages about belly or butt since there are none to send. Good Evening, Same here. Skeleton is working fine. Cursed Loot can change the belly. UUNP Morphs can change pregnancy belly, but still the pregancy is showing only bigger breasts. I fiddeld with nioverride.ini to try different methods of scaling, but nothing worked. So back to default setting and asking the crowd. Has anyone an idea why the morph doesn´t work? New game btw...
Make-Use-Of-ME Posted November 9, 2016 Posted November 9, 2016 I'm attempting to make a patch for Enderal which changes ID's and names of the animals in question. do I add "Chaurus" to Breeder Faction & add Breeder Script? also what Script to tie into for the Spit? thanks for your time.
Bane Master Posted November 9, 2016 Author Posted November 9, 2016 I'm attempting to make a patch for Enderal which changes ID's and names of the animals in question. do I add "Chaurus" to Breeder Faction & add Breeder Script? also what Script to tie into for the Spit? thanks for your time. Sex with Chaurus will work if the creatures are members of the built in vanilla Chaurus faction - nothing else is needed Spit attacks are triggered by an oneffectstart event in the script zzEstrusSpitEffect which is added to the vanilla crChaurusFFAimed magic effect that the spit attacks use. If the creatures use Chaurus Poison Spit spells it will work.
Marauderrr Posted November 14, 2016 Posted November 14, 2016 Thank you for your work on this mod BM. I noticed that, for me, the birthing of the eggs can still take place while wearing a chastity belt and plugs. Is this an issue with load order or is EC working as intended? If so can I make a request...could the birthing sequence be changed so it is blocked by belts and plugs? Maybe causing further expansion of the belly until the belt and plugs are removed and/or causing further effects? Not sure if this has been asked before but thanks either way.
Make-Use-Of-ME Posted November 14, 2016 Posted November 14, 2016 I'm attempting to make a patch for Enderal which changes ID's and names of the animals in question. do I add "Chaurus" to Breeder Faction & add Breeder Script? also what Script to tie into for the Spit? thanks for your time. Sex with Chaurus will work if the creatures are members of the built in vanilla Chaurus faction - nothing else is needed Spit attacks are triggered by an oneffectstart event in the script zzEstrusSpitEffect which is added to the vanilla crChaurusFFAimed magic effect that the spit attacks use. If the creatures use Chaurus Poison Spit spells it will work. there is no inbuilt Chaurus faction Apart from zzEstrusChaurusBreederFaction. only Creature. so will I have to add Chaurus as a faction? thanks.
Bane Master Posted November 14, 2016 Author Posted November 14, 2016 I'm attempting to make a patch for Enderal which changes ID's and names of the animals in question. do I add "Chaurus" to Breeder Faction & add Breeder Script? also what Script to tie into for the Spit? thanks for your time. Sex with Chaurus will work if the creatures are members of the built in vanilla Chaurus faction - nothing else is needed Spit attacks are triggered by an oneffectstart event in the script zzEstrusSpitEffect which is added to the vanilla crChaurusFFAimed magic effect that the spit attacks use. If the creatures use Chaurus Poison Spit spells it will work. there is no inbuilt Chaurus faction Apart from zzEstrusChaurusBreederFaction. only Creature. so will I have to add Chaurus as a faction? thanks. ChaurusFaction 000C398A is the vanilla Skyrim faction
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now