rydin Posted June 20, 2014 Posted June 20, 2014 I switched from the newest, Estrus for Skyrim v103r1, which caused the message you mention, back one version to Estrus for Skyrim v102r3, which has the exact same animations, it just doesn't have the undress shout which I didn't use anyway. That 'Reinstall Estrus Paper' bug seems to be only in v103. Has anyone else noticed a persistent change of expression after using the estrus self shout? My pc looks permantly worried now, it can be cleared using the 'mfg reset' command in the console but when you go through a load screen, its back to worried again. I couldn't get it to work when I switched back. Though I update FNIS, animations wouldn't work and I'd stand still. When I put the latest version back in, no issues. I had a look at the script but I couldn't see wiht my basic understands where the script activate the page, but I deleted the books on Creation Kit which means they don't pop on first try and then second try animation work as normal. I haven't noticed the expression issues but I'll keep a look out.
RAFreeman Posted June 27, 2014 Posted June 27, 2014 This mod is great. The spells for me work way better than the other thing (never have liked "shout" always thought that was very unimaginative). The selfie needs a spell so it'll work better. Don't know why but the other thing doesn't work well. It's nice to see others but I have to admit, at least to me, my character is the hottest thing in that game. Also this starting over and over thing. I wish someone could fix that. Also, I personally would like to see it used as a weapon in game. It would have to be more stable for that. When I have more than one going they all tend to enter infinite loops. Maybe tentacles that when they are done, wrap around the victim and hold them down. That would be an awesome spell. I'm afraid to look personally but, how useful is this spell against males? Or heck, a more mainstream version that doesn't rape the victim, just wraps them up so they can't fight or go anywhere until the player releases them or the player's been gone so long everything respawns. Edit: The over and over repeating thing seems to get worse as time goes by. At this point I can't use the mod at all. It will not complete animations. It just starts over and over. Now it starts multiple animations at once and keeps repeating. I try to pause the game with console and I hear a quick burst of sound and well... I really wish this mod worked better cause I really like the idea of it. I've gone looking for other mods that are similar but to no avail. I hope someone works on this issue cause it's killing it for me.
Ascian Posted September 23, 2014 Posted September 23, 2014 Anyone else have this problem: After the animation finish the NPC's that gathered a crowd just keep following me.
foxminoso Posted October 18, 2014 Posted October 18, 2014 When i use estrus on npc it work fine but when i use it on miself, at the begening of the animation it crash my game. I try to deslabled auto free camera fron SL and estrus, but it daesn't work Xp
Siegmeyer Posted December 4, 2014 Posted December 4, 2014 This mod mostly works for me, but after loading a savegame and the "playerspeed" popup message (don't remember exactly what it says) appears, my character's walk animation is replaced with some kind of slow-motion running. The walk animation I'm using is VHH. I looked in the MCM to see if there was a setting to disable this, but there currently isn't. I would just uninstall this mod when I want my walking to be normal, but since this mod is script-heavy with no uninstallation instructions I fear my save will get corrupted. (luckily I have a backup from before the mod, but I'd still like it if I could get this to work without uninstalling)
Siegmeyer Posted December 4, 2014 Posted December 4, 2014 This mod mostly works for me, but after loading a savegame and the "playerspeed" popup message (don't remember exactly what it says) appears, my character's walk animation is replaced with some kind of slow-motion running. The walk animation I'm using is VHH. I looked in the MCM to see if there was a setting to disable this, but there currently isn't. I would just uninstall this mod when I want my walking to be normal, but since this mod is script-heavy with no uninstallation instructions I fear my save will get corrupted. (luckily I have a backup from before the mod, but I'd still like it if I could get this to work without uninstalling) Nevermind, I believe I found the solution. Leveler's Tower was the mod that was changing my player speed, not Estrus. Although for some reason, the player speed mod wasn't working until certain animations (like Estrus) triggered it.
MrCasual Posted December 7, 2014 Posted December 7, 2014 I have a race mod installed and whenever I use Estrus on it, I CTD. Its similar to the Vukasin mod, but uses assets from another mod. Do I have to edit the ESP for Estrus to add this race or something? EDIT: Like, it works for the first part and then instantly crashes. Only with this race.
MrCasual Posted December 9, 2014 Posted December 9, 2014 A friend helped test this for me, and also someone on Nexus also told me that the newest Estrus works fine with Estrus Chaurus and Devious Devices, but the actual shout and magic spell version causes CTDs when used on certain races like Lykaios, Khajiit, Vaalsark, etc. Does ANYONE know what would have to be done in the CK to fix this? I just want the shout and spell version to work properly...
pushto Posted December 10, 2014 Posted December 10, 2014 Any idea on how to partially undress NPCs while being "initiated" with Estrus? No matter what I do in the MCM setting, NPCs always become completely naked...
malone423 Posted January 1, 2015 Posted January 1, 2015 How do I get the 'male' target animations to work on females? I'd like to test in on a futa/shemale character.
Twycross448 Posted February 12, 2015 Posted February 12, 2015 Anybody else run into the problem that the "Onlooker" option in MCM does not seem to have an effect? Wether I toggle it on or off, everybody withing several hundred meters comes running once I use Estrus. Which is getting a bit annoying.... Any hints or tips on how to fix this?
XRZ Posted August 13, 2015 Posted August 13, 2015 anyone got the download link for it other than nexusmod?
KeldonSlayer Posted July 7, 2016 Posted July 7, 2016 I fixed it, just replace your script with this one. (ModOrganizer users MO\Mods\Estrus\Data\Scripts\)(Other Skyrim\Data\Scripts) Details of what was wrong for super users or mod authors Simply put it was a null pointer exception in function SwitchTriToNormal(Actor Target) because the method the author used to set triOrigHead, triOrigEyes, triOrigBrows, couldn't find resources for certain races such as khajiit so the values were null, I circumvented the crash not fixed the issue, I just commented out the lines in the function since I saw no use to them, I did test with Cherry Race and Khajiit that it works, no crash, no visual side effects. I plan to rewrite the mod myself, cleaning the code up and all. to check status I'm on github as DrZed, You'll see it show up there when I feel I have the time to code it. zzEstrusEffectScript.pex
TnTTnT Posted July 7, 2016 Posted July 7, 2016 I fixed it, just replace your script with this one. Thanks, will try it later. It's good to see someone willing to maintain this mod.
KeldonSlayer Posted July 7, 2016 Posted July 7, 2016 I fixed it, just replace your script with this one. Thanks, will try it later. It's good to see someone willing to maintain this mod. I'm not willing to per-se maintain it, as clean it up, and make sure it does what it's supposed to. Well I will be changing 1 option in the menu to allow "both" as a target option as well as code to go with it ofc.
Terrarium Posted July 7, 2016 Posted July 7, 2016 I fixed it, just replace your script with this one. Thanks, will try it later. It's good to see someone willing to maintain this mod. I'm not willing to per-se maintain it, as clean it up, and make sure it does what it's supposed to. Well I will be changing 1 option in the menu to allow "both" as a target option as well as code to go with it ofc. Nice. It would be cool if you created separate topic so it will be easier to find/follow it.
majordespair Posted August 28, 2016 Posted August 28, 2016 I fixed it, just replace your script with this one. (ModOrganizer users MO\Mods\Estrus\Data\Scripts\) (Other Skyrim\Data\Scripts) Details of what was wrong for super users or mod authors Simply put it was a null pointer exception in function SwitchTriToNormal(Actor Target) because the method the author used to set triOrigHead, triOrigEyes, triOrigBrows, couldn't find resources for certain races such as khajiit so the values were null, I circumvented the crash not fixed the issue, I just commented out the lines in the function since I saw no use to them, I did test with Cherry Race and Khajiit that it works, no crash, no visual side effects. I plan to rewrite the mod myself, cleaning the code up and all. to check status I'm on github as DrZed, You'll see it show up there when I feel I have the time to code it. Are you still planning to fully fix this mod? ( I checked GitHub but found nothing for it yet) I find the pap spam for armour from little sexy apparel a pain. I don't use the armour , and even when I used it to try correct the spam it didn't work anyhow.. still got spam.. I know little about modding if you or anyone can explain how to remove the course of spam. I'm guessing it's in script and esp.. but I don't wanna start yoinking stuff out till I'm 100% sure.
KeldonSlayer Posted September 3, 2016 Posted September 3, 2016 I fixed it, just replace your script with this one. (ModOrganizer users MO\Mods\Estrus\Data\Scripts\) (Other Skyrim\Data\Scripts) Details of what was wrong for super users or mod authors Simply put it was a null pointer exception in function SwitchTriToNormal(Actor Target) because the method the author used to set triOrigHead, triOrigEyes, triOrigBrows, couldn't find resources for certain races such as khajiit so the values were null, I circumvented the crash not fixed the issue, I just commented out the lines in the function since I saw no use to them, I did test with Cherry Race and Khajiit that it works, no crash, no visual side effects. I plan to rewrite the mod myself, cleaning the code up and all. to check status I'm on github as DrZed, You'll see it show up there when I feel I have the time to code it. Are you still planning to fully fix this mod? ( I checked GitHub but found nothing for it yet) I find the pap spam for armour from little sexy apparel a pain. I don't use the armour , and even when I used it to try correct the spam it didn't work anyhow.. still got spam.. I know little about modding if you or anyone can explain how to remove the course of spam. I'm guessing it's in script and esp.. but I don't wanna start yoinking stuff out till I'm 100% sure. Planning to yes, set date to begin work no, too many things I want to do, too many things I'm currently doing, real life is also a pain in the ass as we're poor and barely have internet only because it's needed to pay a couple of our bills without paying a fucking 13$ manual processing fee, and 3$ postage fee. So in a way internet is cheaper. But yes I plan to rewrite it so that it isn't so janky, and doesn't dequip armor that doesn't want to be dequipped without notifying the mod that I am dequiping it, because even devious armor causes lag in the game trying to figure out where the hell the armor went.
Question Posted September 27, 2016 Posted September 27, 2016 Did anyone release a third party patch for this yet? It is super buggy to the point of uselessness. -Estrus shout doesnt undress automatically -If you use the undress shout though, the target runs away from you and keeps playing "No more!" lines with the FemaleEvenToned voice type....regardless of what the target's voice type is. So for example you can have Serana suddenly speaking in a different voice. -The estrus shout doesnt paralyze the target either, so the target will constantly run away from you in mid animation. -Freecam MCM option does nothing. -Installing the mod has changed the voices of several vanilal NPCs, Vex now uses the same voice as Ysolda and Fura Bloodmouth now has a child like voice. What the hell?
bicobus Posted September 27, 2016 Posted September 27, 2016 There you go: http://www.loverslab.com/files/file/1033-estrus-chaurus/
Heck Tate Posted January 26, 2020 Posted January 26, 2020 I'm experiencing an issue where part of the estrus machine animation is stuck on my character at all times. I've reset the mod via MCM option and nothing happens. The only way I've found to remove the thing from my char is by completely uninstalling estrus, which sucks because I like having it in my game. I tried doing that, waiting for the MCM menu to go away, saving, then reinstalling, but as soon as the mod is back in my game it puts the machine back on my char. I've attached a screenshot so you guys can get a better idea of what I'm talking about. Does anyone know of a way to fix this problem but let me keep estrus in my game? ScreenShot2.bmp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.