traison Posted August 15, 2022 Posted August 15, 2022 So this thing popped up on the Nexus a while back, downloaded it, ran it through BodySlide etc. usual stuff, all good so far. The outfit is fine ingame, no obvious issues, that is until something updates a RaceMenu 3BA morph. In my case this is my own mod changing the morphs but I'm not having issues with any other outfits, this is the first of a hundered with a problem like this. For every morph update, it's as if the game freezes for 0.1 seconds. It's a tiny stutter, but when combined with animated (smooth/incremental) morphs it becomes more obvious, and an actual problem. I've tried fiddling with the nif itself, thinking it might have been a texture memory issue. Removed some additional textures leaving only the diffuse and _n textures. Later verified vram is barely half full. I disabled all physics (smp and cbpc). I've limited the issue to both the corset meshes (DXDM Corset.nif and DXDM Corset II.nif). This almost feels like when the papyrus engine explodes and spams the log with thousands of error lines. Not the case here though. Any ideas?
traison Posted September 15, 2022 Author Posted September 15, 2022 Just found another outfit with the same issue: Shadow Cat This time it's the top nif (ShadowCatTop.nif). And again, no leads so far.
anjenthedog Posted September 15, 2022 Posted September 15, 2022 I noticed the same or very similar stutter symptom after installing something recently, although I haven't installed any wardrobe mods recently. In my case, I'm getting the stuttering (what I'll call it for convenience's sake) in certain areas more than in others. For instance, Riften is particularly noticeable, as is Whiterun. Possibly Solitude but I'll have to check. I don't think I noticed it in Windhelm, where I was a few times last night while playing. Not so much "in the wilds". Also haven't noticed it in caves. FWIW, my most recent installs at the time of the initial incidence (including updates) are Shooting Stars SE Splashes of Storms Splashes of Skyrim SE Outfit Changer SSE RaceCompatibility All-in-one Scripted Installer The last I'm not too concerned about (in terms of potential script bottlenecking), but I'm adding it just because it interacts with characters, and character re-renders can be a bit glitchy on occasion ime
traison Posted November 1, 2022 Author Posted November 1, 2022 (edited) Another outfit with the same issue: TRX Latex Witch I have compressed and resized the textures on this one. They were over 4.5 GiB by default which is just silly. Also running a 3BAv2 conversion. Suppose its fair to say I'm not actually using TRX Latex Witch and the original author of that mod has nothing to do with this problem. Still though, the stutter pattern is exactly the same as in the other 2 outfits above, hence it gets mentioned here. Also again, it's the meshes containing the 3bav2 body that cause the issue. Things I've tried this time around. Files were restored between each attempt. Removing the body from the mesh in NifSkope does not fix it. Only unequipping the armor piece fixes it. Ran all meshes through SSE Nif Optimizer, and rebuilt in BodySlide. Still stuttering. Removed all textures belonging to this mod. Still stuttering. Built regular "vanilla" CBBE meshes (not 3BAv2) of outfit. Still stuttering. Updated bodyslide to 5.6.0. Built meshes. Still stuttering. Bypassed BodySlide by manually copying and renaming meshes from the ShapeData directory. Still stuttering. Compared known-good outfit to Latex Witch Top 2. Tried adding missing SLF2_Assume_Shadowmask to BSLightingShaderProperty. No other obvious differences found. Still stuttering. Tried copying Emissive, Alpha, Glossiness, Specular, Environment, Refraction and Lighting settings from a known-good outfit. Still stuttering, as was expected. Copy-pasted the entire BSTriShape from a working outfit, into Latex Witch Top 2 (Copy Branch -> Paste Branch). All morphs broke, as was expected. This noticeably reduced the stuttering. Copy-pasted the entire BSLightingShaderProperty from a working outfit, and linked it to the stuttering BSTriShape. Still stuttering. Safe to say now that the BSDismemberSkinInstance node contains the problem? Copy-pasting the BSDismemberSkinInstance like I did with the BSLightingShaderProperty did not give the expected performance improvement. Still stuttering. Converted meshes to LE format using SSE Nif Optimizer, then back to SSE format. Stuttering is gone in LE format, but so are the morphs. Stuttering, along with morphs are back with the SSE files. The issue is not in the nifs but rather in how the morphs work (RaceMenu)? One would assume that whatever was removed/changed in the SSE->LE conversion could not be restored in the LE->SSE conversion. Edited November 1, 2022 by traison
traison Posted November 1, 2022 Author Posted November 1, 2022 (edited) Setting bEnableBodyMorph=0 in skee64.ini removes the stuttering, but obviously also the body morphs made ingame. This is very unfortunate, as I won't be able to fix this myself. Already got the latest SSE version that appears to be available: 0.4.16. Edit: Just to confirm, I disabled everything (sculpting, overlays, bodygen, tints, ...) except for body morphs in the skee64.ini, and the stuttering is there. Edit: skee64.log shows nothing obvious. Edit: Setting bParallelMorphing=0 in skee64.ini made the stuttering extremely obvious. Unplayable at this point. Edited November 1, 2022 by traison
traison Posted November 2, 2022 Author Posted November 2, 2022 (edited) I have yet to find what it is about these nifs that nioverride (racemenu) finds so incredibly difficult to handle. It is however obvious that morph updates is what is causing it. Every call to NiOverride.UpdateModelWeight() causes a stutter, regardless of how frequent or infrequent it is. The more affected outfit parts that are worn, the worse the stutter. The easy answer perhaps could be "too many vertices/triangles", but I have outfits here that are just fine and contain 3 times the vertex and triangle data. I have created an event aggregator for UpdateModelWeight and implemented it in all my mods to try to alleviate the problem. The things I had created were admittedly a bit morph-happy, so this was long overdue anyways. But still, like I said, every call to UpdateModelWeight will cause a split second freeze. By doing this, and disabling enboost I managed to get it down to being more like "did it just stutter?" rather than "well this is all kinds of broken." For posterity, enboost 281 and 283 behaved no differently. I don't know why disabling enboost made a difference, but considering how tiny it was it could be within error margin, or just some overall load reduction. Skyrim is one of those games that will lag long before your system resources are used up so who knows where the practical limits are here. Edited November 2, 2022 by traison
traison Posted February 21, 2023 Author Posted February 21, 2023 Another outfit found with the issue: The 3BA conversion of [Melodic] Egyptian Accesories.
traison Posted April 14, 2025 Author Posted April 14, 2025 (edited) I've finally found the solution. It's a bit of a long and complicated one, but the short version is this: Get a RaceMenu version which has Features.bEnableBodyNormalRecalculate and set it to 0. This is most likely only in the versions made for game version 1.6.*. Alternatively you can do what I did and write a python nif parser that does the vertex conversion from data size 40 to data size 32. I didn't go all the way with this as I found that BodySlide will reverse the vertices back to data size 40 for whatever reason; then I stumbled upon the RaceMenu setting. I probably missed something, for instance the vertex data flags are (for whatever reason) in at least 3 different places. I only updated 2 of these. I imagine this should still work if done properly. I'm going to proceed with the RM settings change and running 1.6.1170.0 from now on. No real loss in disabling that feature. I get better results with my own normal map swapper code. Python code is available upon request. Edit: Turns out the stuttering is still there with the RM config edit, it just takes a lot more to bring it out. Also turns out the nifs produced by my python script can't be rendered in-game despite being fine in BodySlide, Outfit Studio and NifSkope. Edited April 15, 2025 by traison
traison Posted August 11, 2025 Author Posted August 11, 2025 (edited) Back again with a "I fixed it (maybe)!" Install DXVK and run the game through Vulcan (yes, even on Windows). Not only is the stuttering gone, I regained at least 50% fps (40->60) which I recently lost installing silly shaders for CS. Edit: All previously stuttering outfits tested, no issues remain. DXVK/Vulcan making Microsoft look even more incompetent. Edited August 12, 2025 by traison
leighn Posted September 22, 2025 Posted September 22, 2025 On 8/11/2025 at 8:05 PM, traison said: Back again with a "I fixed it (maybe)!" Install DXVK and run the game through Vulcan (yes, even on Windows). Not only is the stuttering gone, I regained at least 50% fps (40->60) which I recently lost installing silly shaders for CS. Edit: All previously stuttering outfits tested, no issues remain. DXVK/Vulcan making Microsoft look even more incompetent. Hello ! Unfortunatly I have the same issue, when my character wears some armors the hiccup/stuttering each second is awful. I tried your fix to decimate face count with blender, it works but it's a pain to execute for each armor. I tried to run the game with Vulkan and the stuttering is still here
traison Posted September 22, 2025 Author Posted September 22, 2025 (edited) 10 minutes ago, leighn said: I tried to run the game with Vulkan and the stuttering is still here Grab a dxvk.conf if you didn't already, and test again. Edit: Also you can set "dxvk.hud = fps" in dxvk.conf under the section named SkyrimSE.exe to make sure it's actually working. If you see no fps counter, something went wrong with the install (presumably). If you're on VR you may need to rename the section to whatever the image name is for Skyrim VR. Edited September 22, 2025 by traison 1
leighn Posted September 22, 2025 Posted September 22, 2025 (edited) On 9/22/2025 at 10:03 AM, traison said: Grab a dxvk.conf if you didn't already, and test again. Edit: Also you can set "dxvk.hud = fps" in dxvk.conf under the section named SkyrimSE.exe to make sure it's actually working. If you see no fps counter, something went wrong with the install (presumably). If you're on VR you may need to rename the section to whatever the image name is for Skyrim VR. Thanks ! I just made a test with 2 armors : Obi's Desert Sorceress > without your help I lose 5 fps each seconds and now the framerate is stable [BAKU]DOA6 Christie Costume 10 3BA (65000 face count) > This is the armor who suffers the most from stuttering : more that 10 fps lost each seconds... After 0.5 decimate I lose 5 fps/sec Now with dxvk : No more issue with 0.5 decimate armor but still a slight stuttering with the vanilla armor (5 fps lost) Nonetheless You helped me a lot and it works grealty now ! Thanks again ! Edited September 25, 2025 by leighn
leighn Posted September 25, 2025 Posted September 25, 2025 (edited) After some test, the game is unplayable in Exterior Cell, The framerate is now too low even if the stuttering greatly reduced... And indeed, the stuttering is linked to Body morphs : i Disabled bEnableBodyMorph in skee.ini and no more stuttering, but also no more bodymorphing... I really don't know why it concerns just some armors Edited September 25, 2025 by leighn
traison Posted September 25, 2025 Author Posted September 25, 2025 (edited) 1 hour ago, leighn said: After some test, the game is unplayable in Exterior Cell, The framerate is now too low... The unfortunate thing with me working around the issue with DXVK is that the real problem still remains unknown. The only thing that looks to be different between my current config and the one I linked is that I have the following: dxvk.enableAsync = true So the only advice I have for you is to look up the documentation on the dxvk.conf file and go through the options. Edit: I gained fps all around, inside, outside doesn't matter. The only place I'm having problems with right now is the snow gusts outside Bleakfalls Barrow. It drops to 30 fps when those are covering the entire screen. I'm not too bothered by that for 2 reasons: That's the only problematic spot I've found. Since the begining of time, one of the most difficult things for a gpu has been rendering fullscreen particles. I don't know why that is, but you can basically grab any game engine from any time between the 1990 and 2025 and it will struggle when there's large particles close to the camera. Edited September 25, 2025 by traison
leighn Posted September 26, 2025 Posted September 26, 2025 (edited) Sone news again...Dxvk is too demanding for my rig so i Tried something new... Starting a new game with a new character and simply test armors who stutters the most and... Any issues encountered ! So This stuttering is related to a specific mods ! Now the most boring part is to verify each .esp now... A user had the same problem and apparently it was cursed loot https://www.loverslab.com/topic/161571-solved-stutterfps-drop-60fps-to-30-40fps-every-10-seconds-when-wearing-a-certain-type-of-modded-armor-tawoba-dx-armors . I have already check that before i Reply in this topic but it's probably a similar mod... I keep searching in my LOad order Spoiler GameMode=SkyrimSE Skyrim.esm=1 Update.esm=1 Dawnguard.esm=1 HearthFires.esm=1 Dragonborn.esm=1 ccbgssse019-staffofsheogorath.esl=1 ccQDRSSE001-SurvivalMode.esl=1 ccfsvsse001-backpacks.esl=1 ccpewsse002-armsofchaos.esl=1 ccbgssse069-contest.esl=1 ccedhsse003-redguard.esl=1 Unofficial Skyrim Special Edition Patch.esp=1 Skyrim Project Optimization - Full Version.esm=1 Vanilla Script MicroOptimizations.esl=1 hdtHighHeel.esm=1 SexLab.esm=1 SexLabAroused.esm=1 SexlabInteractiveArousal.esm=1 ZaZAnimationPack.esm=1 BeeingFemale.esm=1 RaceCompatibility.esm=1 SGEyebrows.esp=1 PubicMeshColorRE.esm=1 EFFCore.esm=1 FISS.esp=1 Schlongs of Skyrim - Core.esm=1 Devious Devices - Assets.esm=1 Devious Devices - Integration.esm=1 Devious Devices - Expansion.esm=1 CreatureFramework.esm=1 Heels Sound.esm=1 Landscape and Water Fixes.esp=1 Lightened Skyrim.esp=1 Occ_Skyrim_Tamriel.esp=0 maslea.esm=1 Forgotten DungeonsSSE.esm=1 Gray Fox Cowl.esm=1 Worldofrudra.esm=1 daymoyl.esm=1 iWant Widgets.esl=1 Skyrim - Utility Mod.esm=1 ITortureFramework.esm=0 VintagePanties.esl=1 Sexy Adventures.esl=1 BreakUndiesPlus.esm=1 Unofficial Skyrim Modders Patch.esp=1 GKBWavesReborn.esp=1 Siege at Icemoth.esp=0 Northpoint.esp=1 arnima.esm=1 DynDOLOD.esm=1 SexLabTools.esl=1 High Poly Head.esm=1 MiyapsDungeon.esm=1 SlaveTatsEventsBridge.esp=1 Cindersoul [SE].esp=0 SexLab_Dialogues.esp=1 [COCO] Pinup Cheongsam.esp=0 Tullius WigPack.esp=0 Poser Merged Module.esp=1 SLA Monitor Widget.esp=1 Bashed Patch, 0.esp=0 [Christine] College Warrior.esp=0 HammerfellBlades.esp=1 3jiouAnimSLAL.esp=0 VividWaterFix.esp=0 NCK30Obj.esp=0 IcyV [SE].esp=0 AK Northern Star Retreat MB.esp=1 _ImoMegane.esp=0 xazPrisonOverhaulPatched.esp=1 BrandingDeviceOfDoom.esp=0 StoneheartDolphin.esp=1 Obsidian Weathers.esp=1 [Melodic] Fantasy Dancer.esp=0 Neo'sTinaByNausicaa.esp=0 [Melodic] Miss Fortune.esp=0 [COCO]RONIN_full_B.esp=0 HD Lods SSE.esp=1 [Melodic] Dolly Heels.esp=0 Newmiller Succubus Bikini.esp=0 [Melodic] Golden Scent.esp=0 SMIM-SE-Merged-All.esp=1 [Melodic] Tracy Heels.esp=0 SexLab sslAnimationSlots 2000.esp=1 EnhancedLightsandFX.esp=1 Landscape and Water Fixes - Patch - ELFX.esp=0 ELFX - Fix- SSE.esp=1 Cutting Room Floor.esp=1 Ultimate Lingerie Collection 2 BHUNP.esp=0 [COCO]Succbus_full_B.esp=0 FurnitureMarkerSex.esp=0 EquipableStockings.esp=0 UNPPantyhose.esp=0 Cassandra Frost Witch.esp=1 TBD - NiseKardiaArmor.esp=0 [COCO]Evelynn_Halloween_B.esp=1 SexLabRandomSexNG.esp=1 BBD_NereidPirate.esp=0 [Odd] MilkMaid.esp=1 BHUNP COCO SnowQueen.esp=0 DeserticDarkBrotherhood.esp=1 [full_inu] Antiquated Plain Set.esp=0 KSHairdosSMP.esp=1 RaceMenuOverlayCompilation - UNP.esp=1 GomaPeroLand.esp=0 [COCO]3D_pubhair_v1.esp=1 [COCO]Lady_Samurai.esp=0 CombatArousal.esp=0 AMatterOfTime.esp=1 [Melodic] Persian Outfit.esp=0 LeatherBackpackStraps-100.esp=0 SOS - B3lisario UNP Addon.esp=1 nazonootokoAnimSLAL.esp=1 Devious Devices - Equip.esp=1 HN66mage4vanilla.esp=1 HN66 Mage Nails USSEP Patch.esp=1 Gildergreen Regrown.esp=0 Silent Assassin [SE].esp=0 MBO 0048.esp=1 Cumshot.esp=1 FreckleMania2.esp=0 [Melodic] Egyptian Accessory.esp=1 DEM S Lingerie.esp=0 [dint999] HairPack02.esp=1 SLALAnimObjBillyy.esp=0 ABBA.esp=1 [NINI] Egyptian Pharaoh.esp=1 Miscs2.esp=1 FNIS.esp=1 ViskySOSFollowerElandur.esp=1 [COCO]Ahri_Halloween_B.esp=0 BHUNP NiseKardiaArmor.esp=0 icepenguinworldmapclassic.esp=1 Poser Hotkeys.esp=1 [Dint999] OutfitOfConfessor.esp=0 SOS - Smurf Average Addon.esp=1 Argonian.esp=0 Icactors.esp=0 Miyus Clothes Mix.esp=1 SOS - ERF - HighPoly Addon.esp=0 LadyHorus_TERA.esp=0 FootIK OFF for SexLabUtil1.esp=1 [COCO]Student_Uniform_B_FULL.esp=1 [COCO]qipao_all.esp=0 LootandDegradation.esp=0 Egyptsibyl.esp=0 [NINI] Death Lady.esp=0 Customizable Camera.esp=1 [COCO]BloomYouth_full.esp=1 BDOR Venia Riding Attire.esp=0 AK_RM_PubicStyles_All_In_One.esp=1 XN_Sagittarius.esp=0 MilkyObj.esp=1 Nini Stuff 4.0.esp=1 Correctif CC.esp=1 VWExtendedRain - WaterFix - Patch.esp=0 SurvivalModeAttackSpeed.esp=1 HN66_NAILS4ALL.esp=1 HN66_NAILS4ALL_GauntletSupportSSE.esp=0 Nissa.esp=1 Ashtoreth_Kitty.esp=0 Animated Inebriation.esp=1 [Christine] Bandit Summoner.esp=1 Al_Janna_PlayerHome.esp=1 CrestysDistantMists.esp=1 [Dint] BDO_Sorc_Cartian.esp=0 Conditional Expressions.esp=0 HavenBag.esp=1 SexLabDefeat.esp=1 DVLaSS Skyrim Underside.esp=1 Daughters of Dimitrescu.esp=0 DragonFastTravelRedone.esp=1 [COCO]ChristmasGift.esp=1 DX StLouis SE.esp=0 [NINI] Highleg Dressy.esp=0 DX Bikini Collection.esp=0 EGIL Battle Queen.esp=1 TES Arena Bikini.esp=0 DX Pornstar SE.esp=0 EGIL Srikandi.esp=0 RedMountainPlumeSE.esp=0 opmfgconsole.esp=0 Vampire Chain [SE].esp=0 Demon Armor.esp=0 Assassins Dress.esp=1 [Tobi] ConsoleBinder.esp=1 Mannequins Behave.esp=1 Asuras Guard [Armor].esp=0 [Myst]WonderlandLingerie.esp=0 Osare GothicLolita SMP.esp=0 SBikini.esp=0 [Caenarvon] Glasses Pack.esp=1 FEArmor.esp=1 TeelaArmor.esp=0 [COCO]Bikini_collection.esp=1 [COCO] Chaos Sorcerer.esp=1 UIExtensions.esp=1 [Army]Sweetheart.esp=0 [Caenarvon] Cosplay Pack Bunny.esp=0 [NINI] Dolphin.esp=0 [Caenarvon] FreeStyle.esp=0 MalibuBikini.esp=0 [Melodic] Chloe.esp=1 DX Atago.esp=0 [Odd&Sumugi] Mysterious Heroine XX BHUNP.esp=0 GPPoses.esp=0 HTools.esp=1 H2135FantasySeries9.esp=0 SEXY.esp=1 ImmersiveAnimatedLooting.esp=1 gladiolusfollower.esp=1 PeeAndFart.esp=1 Xing SMP Hairs and Wigs - Fuse.esp=0 Xing SMP Hairs and Wigs - Dint999.esp=0 Xing SMP Hairs and Wigs - HHairstyles.esp=0 Moss Rocks.esp=0 My Home Is Your Home.esp=1 SexLab Eager NPCs.esp=1 RB's Barbarian set.esp=0 MuKneeFix.esp=1 [Rektas] Umbra [SE].esp=1 [Caenarvon] Spindrift Knight.esp=1 HarkEiFollower.esp=0 [NINI] Venus Valkyrie.esp=0 DM BDOR Dobart by Team TAL.esp=0 RaceMenuPlugin.esp=1 BHUNP3BBB.esp=1 H2135ModernSeries4.esp=0 SearanaOffSneak.esp=1 Mswater.esp=1 Ultimate Lingerie Collection.esp=0 HornyCreatures.esp=1 FNIS_PCEA2.esp=1 SLALAnimObj.esp=1 bdo1.esp=0 KSWigsHDT.esp=1 TR9DmRxSS_HR.esp=1 DeviouslyHelpless.esp=1 VindictusMixRobes.esp=1 Geranium Bikini.esp=0 SOS - Pubic Hair for Females Addon.esp=1 NEWLocations.esp=1 MasleaWeatherFix.esp=1 PsycheAnimationObjects.esp=1 DM BDOR Hamshin by Team TAL.esp=0 FaceSculptorsRacemenu.esp=1 Silent Horizons - Solar Cleaner - Vivid Weathers.esp=0 [COCO]Fairy_Queen_Full_A.esp=0 DOAXVV Chihaya of Zuiun.esp=1 Fuwa Pose Module.esp=0 [YS]Ancient Sands.esp=0 Elisabeth.esp=1 Cooking in Inns.esp=1 RASS - Visual Effects.esp=1 [GarudaB]DOAXVV Jewel_Diamond.esp=0 SOSRaceMenu.esp=1 RaceMenuMorphsBHUNP.esp=0 RaceMenuMorphsUUNP.esp=0 [Kirax] Project Vindictus Vol.3.esp=0 SLbikini.esp=0 CumshotSL.esp=1 adenz_lily.esp=1 [dint999] HairPack.esp=1 hubertfollower.esp=1 SimpleSlavery.esp=1 [COCO]Anaconda.esp=1 EnhancedCharacterEdit.esp=1 SLACS.esp=1 SLAL_AnimationsByLeito.esp=1 [NINI]BlessMD3001.esp=1 [Melodic[ Tears of the gods.esp=0 BrazenAssassinArmor.esp=0 RealisticSpeedMovementWalkingSE.esp=1 LabiaVariants.esp=0 SLATE.esp=1 Keep It Clean.esp=0 DW.esp=1 [Melodic] Egyptian Accessory (Light Armor).esp=0 Bathing in Skyrim - Main.esp=1 Bathing in Skyrim - Seamless soap texture patch.esp=1 [Melodic] Angels Secrets.esp=1 Bikini.esp=1 MoreNastyCritters.esp=1 Schlongs of Skyrim.esp=1 BadDogSchlongCore.esp=1 SOS - Fnemesis Fair Skin.esp=1 MNC_ABC_Patch.esp=1 H2135HalloweenOutfit2020.esp=0 Osare SchoolUniform.esp=0 [Ryan Reos] Dark Elf Blader.esp=0 GSPoses Module.esp=0 Gray Fox Flora Overhaul.esp=1 DX_Leotard_Collection.esp=0 Morning Fogs SSE.esp=1 [COCO]Ahri_uniforms_v2_B.esp=0 Particle Patch for ENB SSE.esp=1 SexLab_Solutions.esp=1 MISC.esp=1 Landscape Fixes For Grass Mods.esp=1 Landscape Fixes For Grass mods - Cutting Room Floor Locations.esp=1 Landscape and Water Fixes - Patch - LFfGM.esp=0 Verdant - A Skyrim Grass Plugin SSE Version.esp=1 ELFX Fixes.esp=1 Ghostblade [SE].esp=1 TrueStormsSE.esp=1 True Storms - Obsidian Weathers - Patch .esp=1 [Melodic] Adventure Girl.esp=0 [COCO] RONIN.esp=0 bobsDGclothing.esp=0 [Melodic] Archangel.esp=0 TerrainLodRedone.esp=1 [Melodic] Playful Bunny.esp=0 SkyUI_SE.esp=1 [Melodic] Reverse Bunnysuit.esp=0 ChampionofAzura.esp=0 [Melodic] War Lady.esp=0 Ashtoreth_ArabianDancer.esp=0 ELFX - Exteriors.esp=1 Skysan_ELFX_SMIM_Fix.esp=1 [Rektas] Bonne Nuit [SE].esp=0 [COCO]Goddess War.esp=0 TropicalIslands.esp=0 sanguinesDebauchery.esp=1 unofficial skyrim survival patch.esp=1 Run For Your Lives.esp=1 Deviously Cursed Loot.esp=1 Pearlpanties.esp=1 NINI 1.2.esp=0 SC07SexLabRandomAttack.esp=0 H2135HalloweenOutfit2019.esp=0 EVGConditionalIdles.esp=1 Tullius Wig 3.esp=1 SLIA - Legendary.esp=1 Ronin.esp=1 [Kirax] Project Vindictus Vol.2.esp=0 RapeTattoos.esp=1 Random Emotions.esp=1 mintylightningmod.esp=1 HentaiCreatures.esp=1 SexyBikinis.esp=0 RemakeSkirt.esp=0 [NINI] Bless MS 0101.esp=0 SlaveTats.esp=1 [NINI] Bless EC 0001.esp=0 SLAL_AnimationByBakaFactory.esp=1 [NINI] Shining Will.esp=0 Helena Succubus.esp=0 XXrenzuneiyiHH.esp=1 dD - Enhanced Blood Main.esp=1 dD-Reduced Splatter Size.esp=1 dD-Short Script Range.esp=1 [NINI] Dragon Rises.esp=0 [Melodic] Amet Bikini.esp=0 [Melodic] Farshadow Elf.esp=0 Craftable Lockpicks.esp=1 Ryeonggi.esp=0 Private Needs.esp=0 IHSS.esp=1 SLAL_K4Anims.esp=1 [NINI] Bless RB 0102.esp=1 sr_FillHerUp.esp=1 SexLab Sound FX Replacer.esp=1 DAZ3D Pumps and Stocking.esp=0 Mortal Weapons & Armor.esp=1 DX Sexy Little Cook.esp=0 yps-ImmersivePiercing.esp=1 AnubAnimObj.esp=1 Deviously Enslaved.esp=1 EggFactory.esp=1 HumanoidVampires.esp=1 [Dint] BDO Valkyrie.esp=0 SexLab - Devious Butt.esp=1 Skyrim Flora Overhaul.esp=1 YOT - Keep it Clean.esp=0 Kailani Bikini.esp=0 SexLabWorkingGirl.esp=1 Apropos2.esp=1 C5Kev's Epic Black Rose Armor UUNP HS.esp=0 RaceMenu Overlays Hieroglyphics.esp=1 H2135ModernSeries3.esp=0 [Kirax] Vindictus Sakura Blossom.esp=0 [RyanReos] High Priestess.esp=0 FadeTattoos.esp=1 RaceMenu.esp=1 XPMSE.esp=1 VWExtendedSnow - WaterFix - Patch.esp=0 LazyItemEdit.esp=0 Customize Weapon Speed.esp=1 Origins Of Forest - 3D Forest Grass.esp=0 Kaw's Claws.esp=1 HDT Female Hairstyles Wigs.esp=0 Osare Culort Outfit.esp=0 AZ_ErinStandalone.esp=1 [COCO][GFB]ms_shirt.esp=1 Vindictus Necromancer Xing.esp=0 [dint999] ShadesOfAsh.esp=0 [COCO]Shadow assassin_B.esp=1 Ashtoreth_JmenaruRevyJeans.esp=0 [Army]2B Lingerie 2.esp=1 Ashtoreth_HathorArmor.esp=0 Clear Skies Fix SE.esp=0 EFFDialogue.esp=1 Realistic Light Enchantment.esp=0 Melodic.esp=1 [Rektas] Purple Esmeralda [SE].esp=0 Vivid Water Fix.esp=0 WeightMorphs.esp=1 YunDao_Hdt_Hair.esp=1 DX Succubus Armor.esp=1 H2135FantasySeries8.esp=0 BeeingFemaleBasicAddOn.esp=1 HHairstyles wigs.esp=1 H2135FantasySeries7.esp=0 WondersofWeather.esp=1 SOS - ERF - HighPoly Equipable.esp=0 SOS - TRX - Futanari Armor Addon.esp=0 BDHoodieFemale.esp=1 WetFunction.esp=1 DD_Helpers.esp=1 Vaerclothes(Alpha).esp=0 Grass FPS Booster.esp=1 [COCO]ParagonShinbi_full.esp=1 VioLens SE.esp=1 NibblesAnimObjects.esp=1 GPArmorPack3.esp=0 SLAnimLoader.esp=1 Bayonetta 2 Accessories.esp=1 Unique Character.esp=1 Footprints.esp=1 Footprints - ENB.esp=1 Better Horses 3.0.esp=1 SexLabDangerousNights2.esp=0 KS Hairdo's.esp=1 [COCO]FlyinDance.esp=0 XPMSSE.esp=0 ELFX Styled Hearthfire Light.esp=1 [Dint999] KSH's HDT.esp=1 SexlabLightMeUp.esp=1 TeraSuccubusArmor.esp=0 TDF Aroused Sexy Idles.esp=1 [Kirax] Vindictus Regina Pack.esp=0 DM BDOR Summer Box.esp=1 Serana.esp=1 [COCO]Raikou_Full_B.esp=0 mrt_ARCC.esp=1 SINful CBP.esp=1 Daemon Girl BHUNP.esp=1 [COCO]wedding_2B.esp=1 Spank That Ass.esp=1 SpankThatAss - NoDebuff.esp=1 CharacterMakingExtender.esp=1 Milker Movil Armor.esp=0 SLIA-Drunk Patch.esp=0 [Melodic] Maid Outfit.esp=0 PSLacePanties.esp=0 atkspdmod.esp=1 Juliet.esp=1 Takara.esp=1 ShandarStandaloneFollower.esp=1 Obsidian - Godrays.esp=1 [Daymarr] Zelda Warrior.esp=0 UnlimitedFastTravelMCM.esp=1 BDOR Nova Hair.esp=0 SMP Earrings.esp=1 RB's Barbarian set CBBE Bodyslide.esp=0 Gray Cowl of Nocturnal - Duneripper Fix.esp=0 ArmorLandscape.esp=1 RohZima_AnimObjects.esp=1 Poses.esp=1 SexLab Approach.esp=1 BaboInteractiveDia.esp=0 SexLabHorribleHarassment.esp=1 SL_Kidnapped_Redux.esp=1 SD Addons.esp=1 Elizabeth's Tower - Azura Shrine.esp=1 RoadInspections.esp=0 Let's dance again.esp=1 [Ashtoreth] Blithe Hair.esp=0 Osare Underwear.esp=0 heimu1776.esp=0 Lagoon.esp=0 CrestysDistantMists_VanillaOrTrueStorms_Patch.esp=1 LazyHeels.esp=1 _GSPoses.esp=0 [COCO]BattleAngels.esp=0 [Odd] Demon Seducer.esp=1 [NINI] Ancient Oasis [SE].esp=0 [COCO] Mysterious Mage [SE].esp=0 BHUNP Luxurious Seduction.esp=0 [NINI] Demon Ranger.esp=0 [COCO]Goddess War v2.esp=0 ROSDDA.esp=0 [COCO] Scarlet Rose.esp=1 [immyneedscake] RyanReos Bunny Irelia.esp=0 DrifterArmorAndOutfitByXtudo.esp=0 [Melodic] Sweet Romance.esp=0 Armors3.esp=0 KSA_vdk.esp=0 NIER 2B Set.esp=1 Banisuta.esp=0 fox61 Armor.esp=0 [Dint999] BDOr_Hairstyles.esp=1 SexLabTools.esp=0 AddItemMenuSE.esp=1 [full_inu] Queen Marika's Dress.esp=1 [GnoMod] Priest Bifrost.esp=0 [BnS] GZRY.esp=0 [Melodic] Raven.esp=0 [Caenarvon] Cosplay Pack Schooldays.esp=0 Bella Lingerie Set [SE].esp=0 AshleyRomanticOutfit.esp=0 [BAKU]DOA5LR Kasumi Casual Costume.esp=1 LTEB.esp=1 Cyrodilic Collections.esp=1 CyrodilicCollectionsHammerfell.esp=1 Femmequins.esp=1 SexLab Aroused Creatures.esp=0 Missives.esp=0 Missives - Solstheim.esp=0 SL Dirty Deeds Missives.esp=0 DX Bikini Collection SE Full.esp=0 Clothes Pack 4 by DonEb14n.esp=0 BHUNP COCO Fairy Queen.esp=0 [Christine] Nord Ascended.esp=1 Knight of The Village Set.esp=0 KillBill.esp=0 BHUNP Melodic Aetheria.esp=0 BDOR Aquila by Team TAL.esp=0 VtawWardrobe5.esp=0 BO EC0007.esp=0 R18Pn - Astaroth Suit.esp=0 Maslea - CC Survival Patch.esp=1 Yoga.esp=1 COCO3BBB.esp=1 RaceMenuMorphsCOCO.esp=0 [Army]Artnip Mei Terumi.esp=0 [Army]Flowers Bikini.esp=0 LakewievFurniture.esp=0 Disable Turn Animation.esp=1 BulwarkGrate.esp=1 MuJointFixToggleSLandOstim.esp=1 Simply Rest Anywhere.esp=1 iWant Widgets.esp=0 iWant Status Bars.esp=1 CollisionReset.esp=0 [NINI] Open Waist.esp=0 SmpFixer.esp=1 armor2023.esp=1 [ELLE] Bifrost.esp=1 SexLab Extra Voices.esp=1 SLWidgets.esp=1 zz_YenneferRace.esp=1 The Witcher Yennefer by Team TAL [SE].esp=0 SC_ZZ_Triss.esp=0 TrissMerigoldW3.esp=1 JaxonzMCMKicker.esp=0 FurnitureConditionSpell.esp=1 Alternate Start - Live Another Life.esp=1 MSZ Resort.esp=0 Deviously Cursed Loot LAL AddOn.esp=1 Open Cities Skyrim.esp=1 Bondage Furniture World.esp=0 Bondage Furniture World OCS.esp=0 GetStrippedOCS.esp=0 [Shino] Sailor Jupiter.esp=1 ROSSchoolUniform SMP.esp=1 DBZOutfit.esp=1 Growing Pubic and Body Hair.esp=0 SOSGrowingPubicHair.esp=0 [Army] Caelie Outfit.esp=0 [COCO] FlyinDance.esp=1 [Rektas] First Priest [SE].esp=0 [COCO] Gothic Babe.esp=0 [COCO]SMP hair v6.esp=1 TBD - TyrisFlareArmor.esp=1 armorOCT23.esp=1 ArmorOCT23-2.esp=1 SexlabArousalEnhancement.esp=1 [FB] Witch Slayer.esp=0 DX Witcher Armor.esp=0 ObiMizora.esp=0 [ELLE] October Seer.esp=0 [GnoMod] Ivy Valentine Outfit.esp=0 [GnoMod] Kasumi Classic Outfit.esp=0 [GnoMod] KOFXVI Mai Shiranui.esp=0 ChildrenOfLilith.esp=0 _Fuse00_ArmorMelony.esp=0 ZMD'S Obscure Overlays RaceMenu.esp=0 zzSkyrimAttire.esp=0 [COCO] Lace Lingerie Pack.esp=0 ahzFleetKnight.esp=0 [ELLE] Abyss.esp=0 NightshadeMistress.esp=1 [COCO] Lolita.esp=0 [Odd] Bewitching Heart Succubus.esp=0 [ELLE] Hot Style Kimono.esp=1 DOA Lingerie Collection.esp=1 BacksteppoFrenchMaid SMP.esp=0 [COCO] CaressofVenus.esp=0 WyrmSlayerArmor.esp=0 [TheMilkDrinker] YoRHa 2B Attire.esp=0 [ELLE] Attractive Underwear Collection.esp=0 [ELLE] Love Potion.esp=0 [COCO] Witchiness.esp=0 Unlock Heart Outfit.esp=0 [Caenarvon] Plegian Dark Mage.esp=0 Vogue Rouge Clothing.esp=0 NamelessLight.esp=1 [COCO] Deliciously Bride.esp=0 Egil's Demon Hunter.esp=0 [Melodic] Business Woman LE.esp=0 [Caenarvon] Cosplay Pack Swimmer.esp=0 BeeingFemale More Potions.esp=1 Armure Ash.esp=1 itgrows.esp=0 [Daymarr] Shadow Knight.esp=0 RogueOutfit.esp=0 [Caenarvon] Cosplay Pack.esp=0 BHUNP Cosplay Pack.esp=1 Goddess.esp=0 [Christine] Dragon Priestess.esp=0 [COCO] Snow Queen.esp=0 Black Thief.esp=0 Dark Mist Outfit.esp=0 [Predator] School Girl.esp=0 [Predator] Trainer Devices 2.0.esp=1 ahzWaywardKnight.esp=1 [Caenarvon] Pharaoh Slave.esp=1 [Caenarvon] Pharaoh Slave Modified Veil.esp=1 SexLabGapeMorph.esp=1 armorsept2024.esp=1 BakaMotionData.esp=1 Azure Knight Armor.esp=0 Azure Knight Armor Light.esp=0 Azure Knight Armor Heels Sound.esp=0 [ELLE] Knight Elaine.esp=0 [ELLE] Warrior.esp=0 [FarliBarcai] GTA Bikini.esp=0 DragonSong.esp=1 UBE 2.0 [Ida Faber] Priestess Girl.esp=0 [BAKU]DOA Christie Costume.esp=0 [Amsedillir] Runes of Thorns.esp=0 [Deedlitz] Bikini Pack - COCOBodyB.esp=0 Obi's SkirtShirt.esp=0 [ELLE] ZK Rogue.esp=0 StarGuardian.esp=0 StarGuardian HeelSound.esp=0 DD - Temio Cloth.esp=0 [Melodic] Star Sling LE.esp=0 BacksteppoPEDress SMP.esp=0 Ashtoreth Sanguine.esp=0 Ashtoreth Zahra Outfit.esp=0 Ashtoreth Rune Dress.esp=0 Ashtoreth Sparkling Blue.esp=0 Ashtoreth Sweet Berry.esp=0 Ashtoreth Layla Outfit.esp=0 Ashtoreth Elven Knight Armor.esp=0 [Army] Power!.esp=0 [Caenarvon] Cosplay Pack Maid.esp=0 KarlovManorSSE.esp=0 MassMatchMakerSE.esp=0 MCMHelper.esp=0 [AN]CyberClub_SE.esp=0 [COCO] Mulan.esp=0 Shamatz.esp=0 Kinky Inn.esp=0 Red Ninja Kurenai Outfit.esp=0 OneWithNature.esp=0 GGFriendlyWhore.esp=0 Dreamborne Islands.esp=0 KidnappedByRieklings.esp=1 KidnappedByRieklings_GoblinSlayer.esp=1 MF_SpectatorCrowds.esp=0 RemnantsHammerfell.esp=0 [GarudaB]DOAXVV Reincarnation Wisdom SE.esp=0 DOA_Gem_Bikini_Softbody.esp=0 UUNP Vanilla Outfits.esp=1 DesertLamiasinHammerfell.esp=1 MoreToDoHammerfell.esp=1 PatchDDBMORETODOHammerfell.esp=1 Subtleties of Skyrim.esp=1 PubicHAIRMerge.esp=1 Sexlab - Manual Strip.esp=0 Tongues.esp=1 ypssounds.esp=1 Racemenu Handnails.esp=0 Shas' Equipable Handnails_VersionYps.esp=0 Shas' Equipable Handnails.esp=0 bathhouse.esp=0 BathhouseOCS.esp=0 Riften_Bathhouse.esp=0 Riften_BathhouseOCS.esp=0 Beach Body - Dynamic Suntan.esp=1 Sunstarved_Tanlines.esp=1 masleaupdates.esp=0 [ELLE] SK Shinobi.esp=1 Obi's Cimmerian.esp=1 ChronomancerArmor.esp=1 FashionWtich Set.esp=1 [FB] Manticore Armor.esp=1 Girl's Travel Outfit.esp=1 [TheDaedricDoll] GothicPrince.esp=1 TBD - ShadowWitch.esp=0 Shadow Witch [SE].esp=1 Starlight Queen [SE].esp=1 Panties [SE].esp=1 DDlingery.esp=1 [Ichirou] Allure Lingerie.esp=1 Obi's Masquerade.esp=1 Obi's Derketo Priestess.esp=1 [Daymarr] K-Fashion Pack.esp=1 [QH]NvshenLeisi.esp=1 Obi's Hood&Steel.esp=1 Bisquits Pain Bringer.esp=1 [Deedlitz] Twilight Marauder.esp=1 Aether Outfit.esp=1 [Daymarr] Yokuda.esp=1 VolkiharAssasin.esp=1 Ashley Graham Hair.esp=0 [Enovilum] Vampire Temptress Armor.esp=1 StalhrimBikini.esp=1 [Daymarr] Lone Wanderer.esp=1 [Daymarr] Late Night Pack.esp=1 _Fuse00_ArmorAkasha.esp=1 Roaming Girl's Attire.esp=1 hdm_InvictaLingerie.esp=1 [Rand] TERA Leather Archer Set.esp=1 hdm_Samara.esp=1 DD - Elanor Timeless Elegance.esp=1 PetitePenelope.esp=1 Kaine Outfit.esp=1 H2135FantasySeries5.esp=1 Elvenia Armor.esp=0 Obi - Eve's Sunfire Armor.esp=1 BoxtonCloak.esp=0 GhoulArmor.esp=0 Reekling Follower.esp=0 FA01RedcapFollower.esp=0 RedcapSLPatch.esp=0 Redcap Shadowman Anise compatibility patch.esp=0 [full_inu] Armor Pack 01.esp=0 [full_inu] Armor Pack 01 - Heels Sound Patch.esp=0 [full_inu] Armor Pack 01 - SOS Patch.esp=0 HeelsFix.esp=1 Wilding.esp=0 sl_triggers.esp=1 SLTriggersCumEffects.esp=1 [Predator] Fuck Doll.esp=1 [Predator] Liquid Pack v2.esp=1 SL Survival.esp=1 [Predator] Custom HP Head edits.esp=1 High Poly Head Vampire Fix.esp=1 Unique Character - High Poly Head Fix.esp=1 CBPC anus support.esp=1 Obi's DesertSorceress.esp=1 abcd_DirtyNeedsMod.esp=0 SLDrunkRedux.esp=0 SLDrunkRedux - Disable Blur Effect Custom Patch.esp=0 SC_TW3_Ciri.esp=0 LV_Cirilla.esp=0 WitcherTrio.esp=0 PSPhilia.esp=0 BakaFactoryABC.esp=1 Jackie.esp=1 Private Needs - Orgasm.esp=1 00FacialExpressions.esp=1 FlufyFoxAnimObjects.esp=1 HJ_LostPassages.esp=0 HJ_LostPassagesOCS.esp=0 HJ_LostPassages_Cities.esp=0 LostPassages_Cities_USSEP.esp=0 lilyrim-Deity_Dream.esp=0 SexLab Dangerously Nude.esp=0 FollowerPlayerDynamicArousal.esp=0 SexlabFN.esp=0 HYORFishingIntegrationPatch.esp=0 Northpoint Meshes Fixes.esp=1 NorthpointBoars.esp=1 arnima_patch1keys.esp=1 arnima_patch4RadiantChests.esp=1 DistinctSoulGems.esp=1 Lightweight Potions French.esp=1 BU-ArmorSets.esp=1 CK_Wigs.esp=1 huan_eggFactoryAddon.esp=1 SurvivalMode-WeaponSpeedPatch.esp=1 Occ_Skyrim-Open_cities_patch.esp=0 Occ_Skyrim_CuttinRoomFloor.esp=0 Beyond Reach - Blubbo Reach Tree Fix.esp=1 Arnima - Landscape Texture Fix.esp=1 BRarmor.esp=1 BRarmor - Signs.esp=1 Gray Fox Cowl - Fixed .nif Records.esp=1 Maslea - Fixed .nif Records.esp=1 MrSiikaSeaviewDemo.esp=0 Loriath.esp=0 Enhanced Vanilla Trees SSE.esp=1 SLALFURNITURE.esp=1 Correctif Special.esp=1 ELFX - Exteriors Open Cities Patch.esp=1 ELE_SSE.esp=1 ELE_SSE_CRF.esp=1 ELE-ELFX Patch AIO.esp=1 ELE-ELFX Patch Cavern Worldspaces.esp=1 ELFXEnhancer.esp=1 ELFX - Weathers.esp=1 ELFXWaterFix.esp=1 RealisticWaterTwo.esp=1 ELFX Fixes Ragged Flagon Fix.esp=1 ELFX - Fixed .nif Records.esp=1 RealisticWaterTwo - Waves.esp=1 Realistic Water Two - Landscape Fixes.esp=1 RealisticWaterTwo - Open Cities Patch.esp=1 Bathing in SSE - RWT Patch.esp=1 ENB Light.esp=1 RealisticWaterTwo - Open Cities.esp=0 RealisticWaterTwo - Keep It Clean.esp=0 RWT Lod Fix.esp=1 Obsidian Watermult Fix.esp=1 RW2 Better Watercolor - Regular.esp=1 RW2 Better Watercolor - Tropical.esp=0 RW2 Better Watercolor - Clearer.esp=0 MorthalHome.esp=0 Personalized Music v 6.0.esp=1 AhegaoTongues.esp=1 DynDOLOD.esp=1 Occlusion.esp=1 Edited September 26, 2025 by leighn
traison Posted September 26, 2025 Author Posted September 26, 2025 (edited) 26 minutes ago, leighn said: So This stuttering is related to a specific mods ! Now the most boring part is to verify each .esp now... A user had the same problem and apparently it was cursed loot... I determined as much in my previous posts in this thread. The mods you're looking for are the ones that apply morphs - especially those that use tweening, like for instance lerping. Every time something calls for an Ni update, you lose a few frames resulting in the stutter. So if you want to go about fixing this through disabling mods then you need to get rid of all dynamic body morphs unfortunately. 26 minutes ago, leighn said: Dxvk is too demanding for my rig... Quite interesting considering I'm not running a beast here. What's your specs looking like, just out of curiosity? I'm running a Ryzen 5 with a regular 3060 (12GiB model). As far as I know Vulcan should be 1:1 with DirectX at worst, much faster at best. Games run a lot faster on Linux than they do on Windows these days, and I wouldn't be surprised if a lot of it was coming from Vulkan. Edited September 26, 2025 by traison
leighn Posted September 26, 2025 Posted September 26, 2025 (edited) A Ryzen 7 2700X Rtx 2080 and 32 Giga Ram... My Skyrim is really heavy modded, With Dyndolod, ENB, Open Cities... Dxvk has some flickering shadows and weird windows explorer lag/latency (when i delete something) Edit : I Removed a lot of .esp and finally removed the stuttering, now I have to find the suspect one Edited September 26, 2025 by leighn
traison Posted September 26, 2025 Author Posted September 26, 2025 10 minutes ago, leighn said: Is this possible to track this suspect mod with Papyrus Log ? No. Search through all pex scripts in all mods and BSA archives for UpdateModelWeight and you'll find the ones that apply morphs. This search can be done with Notepad++ as long as no pex files are hiding in packed BSA archives. I've made a utility that can do the search in its entirety if you would rather use that.
leighn Posted September 26, 2025 Posted September 26, 2025 (edited) The culprit is found, it was Eggfactory https://www.loverslab.com/topic/215361-egg-factory-64-bit (and his addon huan_eggfactoryaddon) ! There is a different type of belly and breast scale : No scaling, racemenu(I use this one), Sexlab inflation framework and Net immersive Override Framework. And finally it was the Breast part who stutter my entire game, it was also set to racemenu. Switching to Nio fix my problem ! Edited September 26, 2025 by leighn
traison Posted September 26, 2025 Author Posted September 26, 2025 20 minutes ago, leighn said: Switching to Nio fix my problem ! That's because it's no longer using RaceMenu/BodySlide morphs now. It's using node scaling which is what we used to do back in pre-LE. It typically looks quite bad, but if it works for you then it's not really a problem obviously.
leighn Posted October 3, 2025 Posted October 3, 2025 (edited) Just a quick report about Nio experience, it was a bad idea indeed. This is a short video from a user with the same problem i got recently https://imgur.com/a/2FAyN1H A breast flickering with some armors (I think armors converted from Skyrim Vanilla), I simply disabled this option and it works now. Edited October 3, 2025 by leighn
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