Synthesis-Collective / SynthEBD

Port of zEBD to Mutagen
31 stars 7 forks source link

Portable Settings Folder Error #125

Open greengrill opened 9 months ago

greengrill commented 9 months ago

Keep getting an error like this when trying to load settings:

Failed to copy new record template during update. Source: C:\Modding\SynthEBD (Standalone Version)-88242-1-0-1-5-1696146648\InternalData\FirstLaunchResources\Record Templates - 3BA - pamonha.esp Destination: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SynthEBD\Record Templates\Record Templates - 3BA - pamonha.esp

======= Layer 0: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SynthEBD\Record Templates\Record Templates - 3BA - pamonha.esp'. at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite) at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) at SynthEBD.UpdateHandler.UpdateV1013RecordTemplates() in D:\a\SynthEBD\SynthEBD\SynthEBD\Patcher\PatcherAux\UpdateHandler.cs:line 108

Failed to copy new record template during update. Source: C:\Modding\SynthEBD (Standalone Version)-88242-1-0-1-5-1696146648\InternalData\FirstLaunchResources\Record Templates - BHUNP - pamonha.esp Destination: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SynthEBD\Record Templates\Record Templates - BHUNP - pamonha.esp

======= Layer 0: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SynthEBD\Record Templates\Record Templates - BHUNP - pamonha.esp'. at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite) at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite) at SynthEBD.UpdateHandler.UpdateV1013RecordTemplates() in D:\a\SynthEBD\SynthEBD\SynthEBD\Patcher\PatcherAux\UpdateHandler.cs:line 108

Not to mention when I don't get an error, SynthEBD seems to fail to load any of the settings I have set. There's also this error when I try to validate my configs:

SynthEBD has crashed with the following error:

======= Layer 0: An item with the same key has already been added. Key: HIMBO at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at SynthEBD.VM_BodySlideAnnotator.DumpToModel() in D:\a\SynthEBD\SynthEBD\SynthEBD\Classes_Core\ViewModels\OBody SubModels\VM_BodySlideAnnotator.cs:line 118 at SynthEBD.VM_SettingsOBody.DumpViewModelToModel() in D:\a\SynthEBD\SynthEBD\SynthEBD\Settings\Settings_OBody\VM_SettingsOBody.cs:line 164 at SynthEBD.VM_SettingsTexMesh.<>c__DisplayClass8_0.<.ctor>b_21(Object ) in D:\a\SynthEBD\SynthEBD\SynthEBD\Settings\Settings_TexMesh\VM_SettingsTexMesh.cs:line 145 at SynthEBD.RelayCommand.Execute(Object parameter) in D:\a\SynthEBD\SynthEBD\SynthEBD\GUI_Aux\RelayCommand.cs:line 29 at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

SynthEBD Version: 1.0.1.5

Run Mode: Standalone

Installation Location: C:\Modding\SynthEBD (Standalone Version)-88242-1-0-1-5-1696146648\SynthEBD.dll

Patcher Settings Creation Log: Found settings source path at C:\Modding\SynthEBD (Standalone Version)-88242-1-0-1-5-1696146648\Settings\SettingsSource.json Source Settings: Load Settings from Portable Folder: True Portable Folder Location:

Patcher Environment Creation Log: Found environment source path at C:\Modding\SynthEBD (Standalone Version)-88242-1-0-1-5-1696146648\Settings\EnvironmentSource.json Source Settings: Skyrim Version: SkyrimSE Game Environment Directory: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data

Patcher State: Main Settings: Validation Disabled: False Apply Assets: True Apply BodyShapes via: None Apply Height: True Apply Head Parts: True Use Consistency: True Mod Manager Type: None Primary Config Files MixIn Config Files Male BodyGen Configs Female BodyGen Configs Male BodySlides: 39 (15 annotated) Female BodySlides: 72 (9 annotated) Height Configs: 1 Eyebrows: 0 HeadParts Eyes: 0 HeadParts Face: 0 HeadParts FacialHair: 0 HeadParts Hair: 0 HeadParts Misc: 0 HeadParts Scars: 0 HeadParts

Current NPC Info: Null

Piranha91 commented 9 months ago

Regarding issue 1: I'm releasing a hotfix 1.0.1.5b that should fix this issue. It should be safely ignorable though unless you're planning to make use of the Config Drafter.

Regarding issue 2: Can you post your modlist? I have HIMBO in my test load order so I'm trying to figure out why it's stumbling on HIMBO for you.

General question: Are you using the Portable Settings Folder intentionally? I noticed the portable folder location is blank; do you have a an active mod containing a SynthEBD folder for SynthEBD to load settings from?

greengrill commented 9 months ago

Yeah Himbo never had a problem until now. Yes I use the portable settings folder intentionally. Typically I have a SynthEBD folder called SynthEBD BAK that SynthEBD loads settings from. It's normally outside MO2 and has worked well until now. For some reason every time I try to get it to work by setting a location it doesn't save the settings upon reopening SynthEBD. For now here is my modlist: Skyrim.esm Update.esm Dawnguard.esm HearthFires.esm Dragonborn.esm ccBGSSSE001-Fish.esm ccbgssse010-petdwarvenarmoredmudcrab.esl ccbgssse011-hrsarmrelvn.esl ccbgssse012-hrsarmrstl.esl ccQDRSSE001-SurvivalMode.esl ccbgssse037-curios.esl ccbgssse050-ba_daedric.esl ccbgssse061-ba_dwarven.esl ccbgssse064-ba_elven.esl ccbgssse062-ba_dwarvenmail.esl ccbgssse060-ba_dragonscale.esl ccbgssse057-ba_stalhrim.esl ccBGSSSE025-AdvDSGS.esm Unofficial Skyrim Special Edition Patch.esp RSkyrimChildren.esm Unofficial Daedric Plate Armor Patch.esl Unofficial Dragonscale Armor Patch.esl Unofficial Dwarven Armored Mudcrab Patch.esl Unofficial Dwarven Mail Armor Patch.esl Unofficial Dwarven Plate Armor Patch.esl Unofficial Elven Hunter Armor Patch.esl Unofficial Stalhrim Fur Armor Patch.esl SexLab.esm SexLabAroused.esm CreatureFramework.esm Devious Devices - Assets.esm Devious Devices - Integration.esm Devious Devices - Expansion.esm Devious Devices - Contraptions.esm Treescale.esm BetterDynamicAsh-DisableRefs.esm Water for ENB.esm Natural Waterfalls.esp Skyrim Extended Cut - Saints and Seducers.esp Penitus_Oculatus.esp RaceCompatibility.esm ZaZAnimationPack.esm NWS_Elana.esp Clouds AIO.esp Gray Fox Cowl.esm 1Dwemer.esl [Dint999] BDOr_Guardian_WinterMGS.esl AdventurerMashupComp.esl Cathedral - 3D Mountain Flowers.esp daymoyl.esm ConfigureCommentaryRate.esl 1SilverArmor.esl Expressive Facegen Morphs.esl Fertility Mode.esm FISS.esp Heels Sound.esm High Poly Head.esm HSResources.esl iWant Widgets.esl SexLab Attraction.esm titkit.esl Apachii_DivineEleganceStore.esm ApachiiDE Heel Sound.esl KozakowyMDPOutfit.esl Schlongs of Skyrim - Core.esm Particle Patch for ENB.esp Audio Overhaul Skyrim.esp Cutting Room Floor.esp SMIM-SE-Merged-All.esp ICNs_ImmersiveCollegeNPCs.esp Mortal Enemies.esp SMIM-SE-Merged-All_USSEP.esp TrueStormsSE.esp Rumble - Crafting - AOS Patch.esp Rumble - Jumping - AOS Patch.esp Rumble - Swimming - AOS Patch.esp Rumble - Weapons - AOS Patch.esp TrueStormsSE_AOS.esp Immersive Sounds - Compendium.esp AOS_ISC_Integration.esp Devious Devices For Him.esp Devious Devices - BRRF.esp Devious Devices SE patch.esp Blubbo_Vanilla_to_Solstheim_Trees_Patch.esp Weapons Armor Clothing & Clutter Fixes.esp Snazzy Furniture and Clutter Overhaul.esp HSPlayerHomes - Hjerim.esp NVICO - Bandits.esp Sexlab_DBF Mods Merged.esp MysticismMagic.esp SkyUI_SE.esp UIExtensions.esp FNIS.esp SexLabTools.esp Book Covers Skyrim Updated.esp Locked Chests Have Keys.esp Snazzy Interiors - Windhelm House Clan Cruel-Sea.esp Snazzy Interiors - Solitude Bryling's House.esp JK's Markarth Outskirts.esp Embers XD.esp Undriel_QuaintRavenRock.esp Snazzy Interiors - Whiterun House Battleborn.esp Snazzy Interiors - Solitude Erikur's House.esp Snazzy Interiors - Riften Black-Briar Manor.esp Snazzy Interiors - Markarth Nepos' House.esp Elemental Destruction.esp MoreNastyCritters.esp Snazzy Interiors - Whiterun House Gray-Mane.esp Snazzy Interiors - Markarth Treasury House.esp Snazzy Interiors - Windhelm House Clan Shattershield.esp Snazzy Interiors - Riften Snow-Shod Manor.esp SexLab-Stories.esp Auriel Temple Restored.esp MaximumCarnage.esp DragonWar.esp DeadlySpellImpacts.esp SkyTEST-RealisticAnimals&Predators.esp Attack Dogs.esp WACCF_Armor and Clothing Extension.esp Snazzy Interiors - Windhelm Blacksmith.esp MrissiTailOfTroubles.esp Skyrim Fixes Collection.esp Thieves Guild Requirements.esp Sea of Spirits.esp SnowOverSkyrim.esp Turn of the Seasons.esp mihailchickensandchicks.esp mihailchickensandchicks - Ownership Fix.esp TOTS - Icy Waterways.esp Snazzy Interiors - Falkreath Dengeir's House.esp SexLab-StoriesDevious.esp Seasonal Landscapes.esp Seasonal Landscapes - Solstheim.esp Cathedral - 3D Solstheim Grass.esp Unique Solstheim Grass.esp Wintersun - Faiths of Skyrim.esp mihaildismemberthosemudcrabs.esp 0Kaidan.esp BWB - Kaidan 2 Extra Dialogue.esp Kaidan - Immersive Features.esp Stealth Skills Rebalanced.esp Vampire Armor.esp TSR_TeldrynSerious.esp Cloaks.esp LustmordVampireArmor.esp Improved Shadowmarks.esp 018Auri.esp Relationship Dialogue Overhaul.esp RDO Updated.esp AI Overhaul.esp DigitigradeKhajiit+ArgonianRaptor.esp Khajiit Overhaul.esp DepthsOfSkyrim.esp Folkvangr - Grass and Landscape Overhaul.esp Better Vampire NPCs.esp Serana Dialogue Edit.esp Cursed Mods.esp NWS_Vex.esp ImprovedCompanionsBoogaloo.esp Diverse Dogs.esp Snazzy Interiors - Markarth Guard Tower.esp Natura - Spriggans.esp Inigo.esp More Horses.esp ww_AlternateDBEnding.esp mihailfliescorpses.esp mihailgoblinsandriekrs.esp Fertility Mode 3 Fixes and Updates.esp mihailwraithsandspectres.esp mihailcrowsandravens.esp Immersive Horses.esp mihailnixad.esp Attack Dogs - Skytest Patch.esp TSR_TeldrynSeriousPatch.esp SexLab_Dialogues.esp Jewelry + Ave stuff.esp In Your Shadow.esp mihailvampirelordsandbeasts.esp SpellResearch.esp mihailscamp.esp SexLab UtilityPlus.esp SeasonalFolkvangrOnly.esp waterplants.esp mihailminotaurs.esp Quaint Raven Rock - Embers XD [XD ESP] Patch.esp Better Dynamic Ash.esp Change in Management.esp Innocence Lost - Quest Expansion.esp mihaildwarvenautomatonspack.esp mihaildismemberthosechaurus.esp Quaint Raven Rock - Better Dynamic Ash.esp mihailimpsandhomonculus.esp waterplants_lily.esp Master of Beasts.esp moretodo.esp Skyrim On Skooma.esp mihailogresandettins.esp Stormwatch.esp Wintersun - Mrissi Patch.esp NWSFrea.esp DealingwithBackstories.esp Hammerfell Armory SE.esp mihailghostsandsouls.esp mihailfiendroth.esp Saadia.esp mihaildraugrpatrolsandcavalry.esp mihailhummingbird.esp mihailraysandwhales.esp DiverseWerewolvesCollection.esp mihailbonecolossiandgravelords.esp mihailhandicappedcitizens.esp mihaildmgskel.esp mihailhungers.esp mihailhangingchickens.esp Fertility Adventures.esp mihailreindeerherd.esp Apachii_DivineEleganceStore_Dawnguard_Patch.esp mihailindrik.esp TheOnlyCureQuestExpansion.esp The Heart Of Dibella - Quest Expansion.esp SimpleSlavery.esp mihailgrahlsandfrostgiants.esp mihailthrikreen.esp mihailmimicsandoozes.esp mihaildaedrothtitan.esp moretosaycityguards.esp Natura.esp mihailwillothewisp.esp Brawl Lines Expansion.esp DawnguardArsenal.esp Erandur Dialogue Edits.esp moretosayfalkreath.esp mihailmammoths.esp NWS_Karliah.esp 00Taliesin.esp TEEN WOLF.esp Divine Wardrobe.esp HIMBO.esp Lords of Coldharbour.esp BB's Dawnguard NPC Overhaul Revisited - Men.esp mihailkagoutiandguar.esp mihailwatcher.esp mihaildurzogs.esp MorthalHome.esp PaarthurnaxQuestExpansion.esp College Of Winterhold - Quest Expansion.esp mihailundeadsnowelf.esp mihailhawkandtern.esp mihailvampirefalmeroverhaul.esp mihailhousecat.esp daymoyl_DawnguardAddon.esp mihailcrystalgolem.esp mihailpitroamer.esp AX KaidanNPCs.esp Snazzy Interiors - Whiterun House Gray-Mane - SFCO Patch.esp Generic Followers.esp Mage Clothes--Armors.esp mihailmammothbaby.esp AzuraShrineExtra.esp mihailhawkreplacer.esp SpousesEnhancedSE.esp mihailmountainlion.esp Twilight CrimScar Princess.esp mihaildeadlandsxivilais.esp mihailhighclannfear.esp Headhunter - Bounties Redone.esp The Whispering Door - Quest Expansion.esp Wintersun - USSEP Patch.esp mihailcubesandplasms.esp mihailcyrodilictroll.esp mihailringneckedpheasant.esp mihailstormgolem.esp mihailruinachs.esp nwsMirabelleFollower.esp Nilheim_MiscQuestExpansion.esp mihailgiantfamily.esp Snazzy Exteriors - Riften Snow-Shod Manor.esp Caught Red Handed - Quest Expansion.esp Quaint Raven Rock - USSEP Patch.esp Daedric Shrines by Mandragorasprouts - Quaint Raven Rock Add-on.esp No Volkihar Outfits on Regular Vampires SE.esp Kai_Backstories-RDO_Patch.esp Bring Meeko to Lod.esp The Amazing World of Bikini Armors REMASTERED.esp Meridia Stuff Merged.esp mihailcowvariants.esp mihailnordmastiffs.esp k101Daegon.esp Kozakowy Outfits.esp moretosayrorikstead.esp Spaghetti's Solstheim - AIO.esp Snazzy Exteriors - Solitude Bryling's House Gardens.esp DK_Thogra.esp AerelethMeridiaMain.esp AerelethMeridiaFollower.esp Demon Slayer Armor.esp AI Overhaul - Cutting Room Floor Patch.esp Kaidan - Alternate Start Quest.esp Snazzy Interiors - Riften Snow-Shod Manor - SFCO Patch.esp moretosayriften.esp mtsfollowerbanter.esp mihailnixcreatures.esp Lucien.esp SexLab Eager NPCs.esp mihailwhalebones.esp mihailkauaioo.esp NWS_Eola.esp IntuitiveDragonRideControl.esp EVE - Savos Aren's Regrets Restored.esp mihailgnome.esp Apachii_DivineEleganceStore_Patch.esp High Poly Head Vampire Fix.esp Twilight Princess Armor.esp Bloody Kaidan.esp MF_RadiantProstitution.esp mihailpixies.esp KozakowyFalkaArmor.esp AzuraShrineExtra - man_DaedricShrines patch by Xtudo.esp moretosaywhiterun.esp Snazzy Interiors - Windhelm House Clan Cruel-Sea - SFCO Patch.esp SFCO - USSEP Patch.esp PAN_FollowerPack1.esp moretosayriverwood.esp OB01SecundaFollower.esp summersetisles.esp SummersetFixes.esp DynamicAnimalVariantsPlus.esp 018AuriKaidanBanter.esp 018InigoBanterPatch.esp AX KaidanArmory.esp High Poly Kaidan.esp 100Lower Training Cost, Unlimited.esp [COCO] Asuka Suit [SE].esp [COCO] Snow Queen.esp [COCO]Lingerie.esp [immyneedscake] Morningstar Wings SMP.esp [Myst]WonderlandLingerie.esp [NINI] Deified.esp [Rektas] Purple Esmeralda [SE].esp [SunJeong] Ninirim Collection.esp AltmerSisters.esp ralfetas-deze-clothing.esp BB's Dawnguard NPC Overhaul Revisited - Women.esp P1FlyingRing.esp mihailshambles.esp Shadowman NPCs.esp abcd_valerica.esp adcSexlife.esp Azurite Weathers.esp TS and Azurite Patch.esp WetandCold.esp AerelethMeridiaSMPHair.esp AI Overhaul - Cloaks of Skyrim - Patch.esp AI Overhaul - RDO Updated Patch.esp AK_RM_PubicStyles_All_In_One.esp Allied Arvak.esp DiverseDragonsCollectionSE.esp AMatterOfTime.esp SexLab Romance.esp AmbreGFollower.esp AnatCorr_Trolls.esp Animals Swim.esp Animated Wings Ultimate.esp FM+ Dinya Balu has a kid.esp Fertility Adventures Child Add-On.esp mihailbloodymammothbones.esp moretosayshorsstone.esp Sharkish_Piercings.esp mihailhavocrel.esp Flame_Atronach_Variants.esp My Home Is Your Home.esp Collygon - Necrolock.esp DX Witcher Armor.esp LilissaDruidFollower.esp 1SilverArmor.esp BA_Bibliophile's_Arcanaeum.esp BA_Sorting_BCS.esp TheChoiceIsYours.esp Gray Fox Cowl - Alternative Start.esp man_DaedricShrines - Azura Statue Replacer by Xtudo - 3x its size version.esp man_DaedricShrines - Azura Statue Replacer by Xtudo.esp man_DaedricShrines - Azura Statue Replacer by Xtudo - 2x its size version.esp Apocalypse - Magic of Skyrim.esp Summermyst - Enchantments of Skyrim.esp Wildcat - Combat of Skyrim.esp dD - Enhanced Blood Main.esp AOS_EBT Patch.esp CWneutral.esp FreeHousecarls.esp Apollonyaa Apon.esp Assassins Dress.esp Attack Dogs - Diverse Dogs Patch.esp Attack Dogs - Mysticism.esp Attack Dogs - Unofficial Skyrim Patch.esp AudioOverhaulSkyrim_WACCF_Patch.esp Aves Unique Jewelry Replacer.esp Ave's Unique Jewelry + WACCF Patch.esp AveHIMBORefit.esp Aves Frozen Star Set.esp AX KaidanArsenal.esp AX KaidanArsenal - Extended Edition Patch.esp BakaFactoryABC.esp BakaMotionData.esp Bandit Lines Expansion.esp EssentialDogs.esp More Horses - Immersive Horses Patch.esp Skytest Immersive Horses.esp Lafreakshows_Elemental_Destruction_Mortal_Enemies_Patch.esp Mortal Enemies Patch - Realistic Animals Predators.esp Diverse True Wolves and Dogs.esp Diverse True Wolves and Dogs - Attack Dogs Patch.esp UniqueBarbas.esp BarbasENBLightAddon.esp BarenziahQuestMarkers.esp NetchLeather.esp Morrowind + Ash Outfits.esp WerewolfCompanions.esp BDOR Oblivion.esp MortalSkyTest Bears of the North patch.esp Bears of the North.esp Better Stealth AI for Followers.esp BiR Taliesin Replacer.esp Black Evening Dress [SE].esp Wintersun - BCSU Patch.esp Book Covers Skyrim - Immersive Horses Patch.esp FemaleWerewolfExtended.esp Bye_Bye_DeerFace.esp Calcelmo and Faleen hug.esp Waterplants Folkvangr Patch.esp waterplants depth patch.esp Cathedral - Rocky Shores.esp Cherrypie.esp Civil War Lines Expansion.esp Cloaks - Dawnguard.esp Cloaks of Skyrim - Dawnguard Arsenal.esp Cloaks_SMP_Patch.esp CollegeCurriculum.esp CollegeCurriculum - Grammar, Typo, and Inconsistency Fixes.esp CollegeCurriculum - Faction Requirement (For Mysticism).esp Conditional Expressions.esp ConsistencyTweakVampiresSleepInCoffins.esp SunAffectsNPCVampires.esp CoverYourHead - SunAffectsVampires.esp COW_RS_Patch.esp CrimeDecay.esp CrimsonTwilightArmor.esp CSV_Anja.esp CS_Anja_Outfit_1.esp TrissArmorRetextured.esp ralfetas-deze-armor.esp PAN_Aumriel.esp shadowman_elisif.esp CuttingRoomFloor_WACCF_Patch.esp DaedricArtifactsPlus.esp Daggerfall-Inspired Sanguine.esp Daily-Wear.esp DAV_HiddenEquipment.esp DawnguardArsenal_WACCF-ACE_Patch.esp dD-Larger Drips.esp DeadlySpellImpacts Transparency Fix.esp DenassaG_MageRobes.esp DGPlayerIsVampire.esp Dinya Balu and FA Child Add-On Patch.esp Dirt and Blood - Dynamic Visuals.esp Disable Turn Animation.esp DiverseDragonTongues.esp DiverseNightShade.esp Dovahnique's High Poly Inigo.esp DragonsUseThuum.esp DragonCombatDialogue.esp DragonWarDeadlySpellImpacts.esp Dress Up Lovers.esp Improved Traps - Slightly Dangerous.esp FireAndIceOverhaul.esp DSI AOS ISC Patch.esp DW.esp DwemerResearcherArmor.esp DwemerResearcherArmor - Calcelmo sells it - Patch by Xtudo.esp DynamicArmorMenu.esp RealRabbitsHD.esp DynamicCartHorses.esp E_OGN.esp EldenParry.esp ElSopa - Potions Redone - My patches by Xtudo - Vaermina's Torpor.esp Enemies can't block while exhausted.esp EVE - Arvak Burning Hooves Restored.esp Extended JS Circlets.esp FalmerCrimsonNirnRoot.esp Fancy Dress Set.esp Fashions of the Banditry.esp NPC Appearances Merged0.esp Female Mannequins SSE.esp FIO-ISC Patch.esp FIO-AOS Patch.esp Vulcano.esp Lunaris.esp Flames of Coldharbour.esp Flame_Atronach_Variants_FlamesOfColdharbour_patch.esp Flame_Atronach_Variants_Mysticism_patch.esp Fluffy Cow Painted - Patch.esp FM+ Falk gets Bryling pregnant.esp FM+ Generic Hostiles Blacklist.esp FMS_FemaleMakeupSuite.esp FNISSexyMove.esp Follower Distance Tweaks.esp Follower Distance Tweaks - Inigo.esp Follower Distance Tweaks - Kaidan (EE).esp Follower Distance Tweaks - Lucien.esp Follower Distance Tweaks - Relationship Dialogue Overhaul.esp Follower Distance Tweaks - Remiel.esp Follower Distance Tweaks - Taliesin.esp FollowersCanLoot.esp Forsworn and Thalmor Lines Expansion.esp Frost Meshes Patch.esp FrostMesh ISC Patch.esp Gray Fox Cowl - Fixed .nif Records.esp Gray Fox Flora Overhaul.esp guardencounters.esp HarkonIsntStupid.esp HeelsFix.esp HildeFollower.esp HIMBO_Kaidan.esp HiredThugsFix.esp HNV3PCFix.esp HomesForEveryone-Hearthfire.esp SLAnimLoader.esp SexLabDefeat.esp SexLab Aroused Creatures.esp HornyCreatures.esp HouseOfHorrorsQuestExpansion.esp NormalVampireFaces-HighPolyHead.esp icepenguinworldmapclassic.esp Illusion Magic Affects Player.esp ImmersiveSoundsCompendium_ACE_Patch.esp Imperial Armors and Weapons Retexture SE - Penitus Pants.esp Imperial Centurion Battle Dress Evolution Remastered.esp ImprovedAlternateConversationCamera.esp IndecentExposure.esp InfiniteDragonVariants.esp Ingrid_HeadParts.esp Ingrid_Follower3BA.esp Innocence Lost QE - The Choice Is Yours Patch.esp Innocence Lost QE - USSEP Patch.esp Invulnerable Horses.esp iWant Widgets.esp JaxonzEnhGrab.esp JS Emissive Eyes SE - Johnskyrim.esp JS Knapsacks SE - WetandCold.esp JS Knapsacks SE.esp Kai_Mysticism-Arsenal_Patch.esp Kaidan 2 Shackles Fix.esp Kaidan and Inigo Meet.esp Keytrace.esp KhajiitBrowWhiskers.esp Kozakowy1660Gown.esp KozakowyAccessories.esp KozakowyBlackCorsetDressPlunge.esp KozakowySteampunkOutfit.esp Layyla Laa.esp SexLabHorribleHarassment.esp LazyHeels.esp Less Confrontational Animals (For SkyTEST).esp Lilissa_sexlab_addon.esp Liz Follower.esp MagicIsNotForEveryone.esp man_maraStatue - Loading screen replacer by Xtudo.esp man_maraStatue.esp man_sithis.esp man_Sithis_WintersunPatch.esp Mannequins Behave.esp MaximumDestruction.esp MCMHelper.esp Merta Black Rose Armor.esp mihailfalmerimare.esp mihailhircinicaspects.esp MLTB Perkish 2 AIO.esp MLTB Skilled Blizzard Frostbite.esp More Horses - Giddy Up.esp moretosaygeneric.esp moretosaykarthwasten.esp moretosaywinterhold.esp Mrf's winterhold_Dawnguard patch.esp MuJointFixToggleSLandOstim.esp Nathaly Nomercy.esp NCC2020.esp NewGame+.esp Nocturnal Archmage's Robes by Stormhand.esp Nocturnal Archmage's Robes by Stormhand - WACCF Patch.esp NoSheatheWhenNaked.esp NPCs React To Invisibility.esp NPCs React To Necromancy.esp NS_HuntingGroundsOutfit.esp ogSplendorDragons.esp ORM-Arvak.esp ORM-Arvak - Burning Hooves Patch.esp Evil MasterMind Armor.esp Eli_Battle Mage Armour.esp Contractor Armor.esp mihailfiregolem.esp PAN_Celyria.esp PAN_DoD - Azura.esp PAN_Voira.esp PhotoMode.esp priestsgrantblessings.esp PxR - NoMoreRandomGuildThieves.esp mihailbantamguar.esp Quaint Raven Rock - AI Overhaul Patch.esp mihailhangingbantamguar.esp Quaint Raven Rock - SFCO Patch.esp Quests Award Perk Points.esp Companions Dialogue Bundle.esp RaceCompatibilityUSKPOverride.esp RB's Barbarian set.esp RB's set N2 CBBE 3BA BodySlide.esp RB's set N3 CBBE 3BA BodySlide.esp RB's set N4 CBBE 3BA BodySlide.esp RB's set N5 CBBE 3BA BodySlide ESL.esp RB's set N6 CBBE 3BA BodySlide ESPFE.esp RB's set N7 CBBE 3BA BodySlide ESPFE.esp RB's set N8 CBBE 3BA BodySlide ESPFE.esp Realistic-Voice.esp RealisticHuskySoundsSSE.esp RSChildren.esp Relationship Dialogue Overhaul - Immersive Horses Patch.esp RelationshipChangeNotifications.esp RespectTheArchMage.esp RSC CRF Patch.esp RSChildren + AI Overhaul Patch.esp RSChildren_WACCF_Patch.esp ScarletDawnArmor.esp Seasonal Aspen Trees.esp Seasonal Water Lilies.esp secretofrorikstead.esp SensibleBribes.esp SexLab - Settings Loader.esp SFCO - CRF Patch.esp Shaders of Solstheim.esp shadowman_alva.esp shadowman_endarie.esp shadowman_sapphire.esp ShowPlayerInMenus.esp Shrubs of Snow.esp SilencedPrisoners.esp SimpleItemSpawner.esp SimplyBalanced.esp SimplyBalanced - Settings Loader.esp Skip Vampire Lord Tutorial.esp Skyrim On Skooma MCM.esp SkyTest Bears of the North Patch.esp SkyTEST-RealisticAnimals&Predators - mihailchicks patch by Xtudo.esp SLAL_AnimationByBakaFactory.esp SLALAnimObjBillyy.esp Sleep in Lingerie.esp SLSO.esp Smart_NPC_Potions.esp Snazzy Common Wardrobes.esp Snazzy Common Wardrobes - WACCF Patch.esp Snazzy Interiors - Markarth Nepos' House - SFCO Patch.esp Snazzy Interiors - Markarth Nepos' House - TGR patch.esp Snazzy Interiors - Markarth Treasury House - SFCO Patch.esp Snazzy Interiors - Riften Black-Briar Manor - SFCO Patch.esp Snazzy Interiors - Whiterun House Battleborn - SFCO Patch.esp Snazzy Interiors - Whiterun House Battleborn - TGR patch.esp Snazzy Interiors - Whiterun House Gray-Mane - AI Overhaul patch.esp Snazzy Interiors - Windhelm Blacksmith - SFCO Patch.esp Snazzy Interiors - Windhelm Blacksmith - Book Covers patch.esp Snazzy Interiors - Windhelm Blacksmith - USSEP patch.esp Snazzy Interiors - Windhelm House Clan Cruel-Sea - USSEP patch.esp Snazzy Interiors - Windhelm House Clan Cruel-Sea - TGR patch.esp Snazzy Interiors - Windhelm House Clan Shattershield - SFCO Patch.esp Snazzy Interiors - Windhelm House Clan Shattershield - USSEP patch.esp Snazzy Noble Wardrobes.esp Snazzy Noble Wardrobes - WACCF Patch.esp mihailhousecat - Puss in Boots Addon.esp Spartan Bard Outfit.esp Spell Research - Even More Patches.esp SPID-Protected Citizens.esp Sprint Swimming.esp Sprites or Specters ENB Light.esp SPS - Sexlab Position Selector.esp sr_FillHerUp.esp StormLightning.esp StressAndTrauma.esp Summermyst_CRF.esp summersetisles - Fixed .nif Records.esp SunAffectsNPCVampires - ExcludeFriendlies.esp TakeNotes.esp Tamaska Werewolf.esp TCIY_CRF_Patch.esp TCIY_Wintersun_Patch.esp The Whispering Door QE - More To Say Patch.esp The Whispering Door QE - USSEP Patch.esp TKDodge.esp TOTS - Happy Little Trees.esp TrissDress.esp Ultimate Lingerie Collection 2.esp UltimateCombat.esp Use Telekinesis on Traps.esp Vampire Lines Expansion.esp Dynamic Activation Key.esp VampireFeedingTweaks.esp VampireLordsCanFly.esp VampiresHaveClaws.esp Van's SE Rosalind Replacer.esp VFEBrelyna.esp VFEIllia.esp ViewableFactionRanks.esp VolkiharMusic.esp VolkiharWaiters.esp VtawWardrobe4 [SE].esp VtawWardrobe5.esp WACCF_Armor and Clothing Extension_SPID.esp water mod.esp WerewolfNightEye.esp WerewolfQuickMenu.esp WerewolfTransformationTimer.esp Werewolves Jump Higher.esp Wet&Cold - WaterFix - Addon.esp wetAndColdUnnecessaryKeywordRemoval.esp WetFunction.esp Wintersun - Auri Patch.esp Wintersun - Cutting Room Floor Patch.esp WredCanineLoyalty.esp ZAZpatch.esp zzzUnderwear.esp MrissiVampirismFix.esp Dovahnique's Diverse Dark Elf Lanterns - BOS.esp DaegonReplacer.esp Apachii_DES_SMP_Patch.esp DAM Secunda.esp 1Dwemer-ISC-XtudoFixes.esp 1Silver-ISC-XtudoMyVersion.esp [ELLE] Pixie Dust.esp NocturnalReplacer.esp UmbraNocturnalShrikeSE.esp HSPlayerHomes - SeverinManor - SFCO.esp Snazzy Interiors - Markarth Guard Tower - SFCO Patch.esp Snazzy Interiors - Markarth Guard Tower - Cloaks of Skyrim patch.esp Snazzy Interiors - Solitude Bryling's House - SFCO Patch.esp The Heart of Dibella QE - RS Children Patch.esp NewmDragoNecklace2.esp PrinceandPauper.esp PrinceandPauperRefine.esp [ELLE] Tribal Scout.esp KS Jewelry.esp Obi's Jewelry Pack.esp Ashlander Apparel.esp K_AshPilgrim.esp KS JewelryEnch.esp League of Assassins Armor.esp ElvishFemaleArmor.esp Alchemist's Vestments.esp Archmage SE - Johnskyrim.esp SkyblivionNecromancerRobes.esp TribalSorceressMashup.esp VelvetRobesandCloaks.esp KozakowyBlackStaysOutfit.esp Falka_Armor_Ultimate_by_Aewin.esp shadowscaleset.esp Hermit Armor.esp Volkihar Knight.esp AnotherVampireLeatherArmor.esp KozakowyHelenaModrzejewskaGown.esp KozakowyVampireArmorReplacer.esp [ELLE] Attractive Underwear Collection.esp [ELLE] Sparrows Mage.esp Cassandra Frost Witch.esp DX Witch Hunter Armor.esp Knight of The Village Set.esp SSE [Witchy] Accessory Pack Extravaganza.esp HumanoidVampiresNoEyesEdit.esp RB's set N9 CBBE 3BA BodySlide ESPFE.esp Dynamic Activation Key - MCM.esp Take A Peek - New Stealth Mechanic.esp DW - Lucien Patch.esp DragonsUseThuum - USSEP Patch.esp SFCO - Immersion Patch.esp TOTS - MountainCliffSlopeBounds.esp Snazzy Interiors - Solitude Erikur's House - SFCO Patch.esp Snazzy Interiors - Solitude Erikur's House - USSEP patch.esp Ebonscale.esp Ebonscale CBBE 3BA - Patch.esp [ELLE] Pixie Dust SLAX.esp [ELLE] Tribal Scout SLAX.esp DW Minimal - WACCF Patch.esp DW Minimal - USSEP Patch.esp Immersive Death Cycle.esp Immersive Death Cycle - Configurable.esp Vampire Clothing Expansion.esp [COCO] Gothic Babe.esp PregnancyNormalmapSwapper.esp Dirt and Blood - Shader Tweak.esp zz_Elegant_Jewelry.esp [Caenarvon] Plegian Dark Mage.esp ElSopa - Potions Redone - My patches by Xtudo - The White Phial.esp ForswornVarietyArmorPack.esp Divine Wardrobe - Integration.esp VCE-SPID DISTRIBUTION.esp Saeri_AetherialCrown.esp New Guard Recruits.esp NVICO - AI Overhaul Patch.esp ICN - HPH Patch.esp IFDL_BijinAlt_Patch.esp Vampire Armor Expansion.esp SOSRaceMenu.esp EVGConditionalIdles.esp Cutting Room Floor - BCSU Patch.esp The Choice is Yours - BCSU Patch.esp [ELLE] Attractive Underwear Collection SLAX.esp [ELLE] Love Potion.esp Snazzy Exteriors - Riften Snow-Shod Manor - Embers XD Patch.esp man_maraStatue - Exterior version by Xtudo.esp Gotobed-HearthFires-patch.esp Gotobed.esp DragonWarAudioOverhaulSkyrim.esp [COCO] Joan Of Arc.esp BWB - Kaidan 2 Dirt and Blood Bathing.esp Kaidan 2 - NERFED.esp BWB - Kaidan 2 Dragon Bow.esp Kaidan 2 - NERFED - AX KaidanArsenal Patch.esp HighKaiNerfed_PATCH.esp HarkonIsntStupid-WACCFPatch-GoldRebalanced.esp Sleeping Expanded.esp [COCO] Mysterious Mage.esp Snazzy Interiors - Falkreath Dengeir's House - SFCO Patch.esp IDCBears.esp Headhunter - Leveled Rewards.esp CarriageAndStableDialogues.esp NWS_Elana_Intimacy.esp Dirt and Blood Expanded.esp DNBEanimation.esp Kai_Backstories-MeekoToLod_Patch.esp Kai_Backstories-RDO-MeekoToLod_Patch.esp Locked Chests Have Keys - Inigo.esp MortalEnemies-FlameAtronachVariants.esp MortalEnemies-MihailDmgSkel.esp MortalEnemies-MihailGiantsOverhaul.esp Snazzy_Auri_Items.esp ECSS - Book Covers Skyrim Patch.esp Damaged Skeletons - Levelled Lists.esp Embers XD - Fire Magick Add-On.esp Embers XD - Patch - Remove Snow.esp CRH_USSEP Patch.esp CRH_USSEP+Requiem Patch.esp DarkElfVoicesForBandits.esp Use Those Blankets.esp Vampire Lines Expansion - Orc Addon.esp [Ashtoreth] Ahlanna Armor.esp [Ashtoreth] Ahlanna Armor - Astrid Outfit patch by Xtudo.esp [COCO] Scarlet Rose.esp BOTI.esp BOTIXtra.esp mihailashgolemexpansion.esp Serana Re-Imagined.esp SeranaEyeFix.esp OPubes.esp BWB - Kaidan 2 Spouses Enhanced Patch.esp CSV_Vixi.esp CSV_Vixi_Outfit_2.esp mihaildaggermouth.esp mihailpollywog.esp mihaildoomsdayofblades.esp mihailwraithofcrows.esp mihailvampireskeleton.esp Storm_Atronach_Variants.esp mihailslaughterfishfabricant.esp mihailtalkativedragonpriests.esp mihailbonehawkreplacer.esp mihailfirewyrmandmagicanomaly.esp mihailmammoths - CCSurvival.esp MortalEnemies-MihailNixCreatures.esp MortalEnemies-StormAtronachVariants.esp mihailnixcreatures - CCSurvival.esp SaintsSeducersAOSPatch.esp UnconditionalLoadingScreens.esp Mihail Lions - SkyTEST Patch.esp mihailmammoths - SkyTEST Patch.esp Real Rabbits SkyTEST Patch.esp AsharaImperialOutfit.esp Sotteta Huntress Armor.esp mihaildagonvortex.esp SkyTEST-RealisticAnimals&Predators - Mihail's Baby Mammoths patch by Xtudo.esp Dirt and Blood - Seamless soap texture patch.esp Dark Dreams.esp Dresses.esp Lingerie.esp Snazzy_Inigo_Items.esp Lafreakshow_Elemental_Destruction_WACCF_Patch.esp Lafreakshows_Elemental_Descruction_Summermyst_Patch.esp CS_Elana.esp Follower Slavery Mod.esp 1spriggans.esp Requiem - Corrupted Spriggans.esp mihailtalkativewispmothers.esp UltimateDragons.esp HPP - Vaermina's Torpor.esp Yggdrasil Music.esp WadeInWater.esp UniqueDragonPriests_XB.esp Skyland Watercolor - Slow Green-Vanilla.esp Natural Waterfalls - Whiterun District Stream Fix.esp NW Water Add On.esp Seasonal Landscapes - Seasonal Aspen Trees Patch.esp TrueStorms_Wet&Cold_Patch.esp Brawl_LinesExpansion-_Erandur_Dialogue_Edit.esp The_Whispering_Door_QE_Wintersun.esp TheHeartOfDibella_QE_USSEP.esp Mihail Deer - SkyTEST Patch.esp mihailvampirelords - Better Vampire NPCs Patch.esp Clouds over Castle Volkihar.esp Imperious - Races of Skyrim.esp Complete Crafting Overhaul_Remastered.esp Cloaks_CCOR_Patch.esp AudioOverhaulSkyrim_CCOR_Patch.esp CCOR_JS Circlet Replacer Patch.esp ImmersiveSoundsCompendium_CCOR_Patch.esp DawnguardArsenal_CCOR_Patch.esp Smithing Perks Overhaul SE.esp Volkihar - CCOR Patch.esp Peacekeeper CCOR.esp SilverArmor CCOR.esp Complete Crafting Overhaul Remastered - BCSU Patch.esp Complete Alchemy & Cooking Overhaul.esp Nightingale Hall.esp CACO_GrayCowl_Patch.esp CACO_True Fortify Effects for Magic Skills.esp CACO_USSEP_Patch.esp CACO_Wintersun.esp CuttingRoomFloor_CACO_Patch.esp CuttingRoomFloor_NightingaleHall_Patch.esp Inigo_CACO_Patch.esp RelationshipDialogueOverhaul_CACOPatch.esp SkyTEST CACO_Patch.esp Snazzy Interiors - Markarth Nepos' House - CACO patch.esp Snazzy Interiors - Whiterun House Gray-Mane - CACO patch.esp Complete Alchemy & Cooking Overhaul - ElSopa - Potions Redone - My patches by Xtudo.esp Complete Alchemy And Cooking Overhaul - BCSU Patch.esp DNBE_CACO only.esp CACO Quaint Raven Rock Patch.esp Seasonal landscapes CACO patch.esp Requiem.esp FozarsDragonborn-_Requiem_Patch.esp SpellResearch - Requiem.esp Requiem - Classic Update.esp Requiem - WACCF.esp Requiem - SkyTEST.esp Requiem - Mortal Enemies.esp WerewolfPerksExpanded.esp BloodmoonRising.esp Requiem - CCOR.esp Requiem - Immersive Sounds Compendium.esp Requiem - AI Overhaul.esp Vanilla Followers.esp Locked Chests Have Keys - Requiem Patch.esp Requiem - Cutting Room Floor.esp Requiem - Audio Overhaul Skyrim.esp Requiem - Book Covers Skyrim.esp Requiem - Immersive Horses.esp Requiem - Inigo.esp Requiem - Lucien.esp Requiem of the Green.esp Requiem - Ingun.esp Requiem - TK Dodge.esp Requiem - Magic Sneak Attacks.esp Requiem Dragonborn - Survival Mode.esp Fozars Dragonborn Requiem - Book Covers.esp Requiem - Summermyst.esp Requiem - Apocalypse Compatibility Patch.esp Requiem - Diverse Werewolves.esp Requiem - Unique Barbas.esp Trad_SaintsSeducers025Curios037_Requiem_Patch.esp Requiem - Fixed Dragon Levels.esp TesvEdit_Trad_025_037_Fozar_Patch.esp Trad_SaintsExtendedCut_Compatibility_Requiem_Patch.esp Requiem - ECSS.esp Requiem - SkyTest Patch.esp Requiem - Better Blacksmiths.esp Requiem - More Potions.esp Requiem - Improved Follower Dialogue - Lydia patch.esp Requiem - WACCF - ACE.esp Requiem_NoBloodPotions.esp not unique fix.esp DW Minimal - Requiem Patch.esp ImmerslaveRequiemBountyFix.esp Sacrosanct - Vampires of Skyrim.esp Requiem - Sacrosanct Patch.esp CoverYourHead - Sacrosanct.esp Sacrosanct - Stronger Vampire Lord.esp Sacrosanct_CACO_Patch.esp Sacrosanct_USSEP.esp Alternate Start - Live Another Life.esp At Your Own Pace - Companions.esp Sexlab Plugins.esp Growl - Werebeasts of Skyrim.esp Growl_USSEP.esp Requiem - Growl.esp JS Emissive Eyes SE - Growl.esp Growl-MortalEnemies Patch.esp growltweak.esp CACO_Growl_Patch.esp Werewolf_Perks_Unleashed.esp WPU-Growl_Tweaks-Patch.esp Curse of the Werewolf and Vampire - Remastered.esp Alternate Start - Live Another Life - man_maraStatue version by Xtudo.esp ImmerSlave.esp At Your Own Pace - Main Quest.esp At Your Own Pace - Thane Overhaul.esp At Your Own Pace - Inigo Patch.esp AYOPm BookCS Patch.esp da_alternate_start_extension.esp SFCO - Alternate Start Patch.esp JKs Markarth Outskirts - Alternate Start patch.esp Companions Dialogue Bundle - AYOP Companions Patch.esp ASLAL - HPH Patch.esp BWB - Kaidan 2 Alternate Start Patch.esp At You Own Pace - A Blade in the Dark Fix.esp Locked Chests Have Keys - ASLAL.esp nwsFollowerFramework.esp More Saddles for NFF.esp Nether's Follower Framework - Settings Loader.esp NFF_NTMD_MYST.esp nwsFF_NoTeamMagicDamage.esp NFF_NTMD_MYST_ORD.esp nwsFF_NTMD_Apocalypse.esp nwsFF_NTMD_ElementalDestruction.esp Requiem - NFF.esp Serana Follower Framework.esp SeranaHoodFixWithAnim.esp ValericaFollowerFramework.esp Follower Distance Tweaks - Nether's Follower Framework.esp RelightingSkyrim_SSE.esp The Great Cities - Minor Cities and Towns.esp JKs Skyrim.esp COTN - Dawnstar.esp COTN - Falkreath.esp COTN - Morthal.esp COTN Falkreath - TGC patch.esp HSPlayerHomes - Vlindrel Hall.esp COTN - Winterhold.esp COTN Winterhold - The Great Cities Patch.esp HSPlayerHomes - Proudspire Manor.esp COTN Dawnstar - The Great Cities - Minor Cities and Towns Patch.esp COTN Morthal - JK's Skyrim Patch.esp COTN Falkreath - JKs Skyrim Patch.esp COTN Winterhold - JK's Skyrim Patch.esp COTN Dawnstar - JK's Skyrim Patch.esp JK's Whiterun's Outskirts.esp JK's Riften Outskirts.esp JK's Windhelm's Outskirts.esp COTN Morthal - The Great Cities Patch.esp sanguinesDebauchery.esp Lit Road Signs.esp man_DaedricShrines.esp JKs Skyrim - AI Overhaul Patch.esp COTN Falkreath - AI Overhaul patch.esp COTN Dawnstar - SFCO Patch.esp NMDATRSanguine.esp CotNF - Door Patch.esp COTN Winterhold - SFCO Patch.esp COTN Winterhold - AI Overhaul Patch.esp COTN Falkreath - SFCO patch.esp COTN Falkreath - Embers XD Patch.esp COTN Morthal - AI Overhaul Patch.esp SFCO - The Great Cities Patch.esp CotNDS - Door Patch.esp COTN Dawnstar - AI Overhaul Patch.esp COTN Falkreath - Grass Mods Patch.esp COTN Morthal - SFCO Patch.esp COTN Morthal - Embers XD [XD ESP] Patch.esp COTN Dawnstar - Embers XD [XD ESP] Patch.esp COTN Winterhold - Embers XD [XD ESP] Patch.esp BCS-COTN_Morthal_Patch.esp COTN Falkreath - CACO patch.esp COTN Falkreath - More to Say Patch.esp COTN Morthal - DX Witcher Armor Patch.esp HappyLittleTrees.esp man_DaedricShrines_Wintersun_Patch.esp man_DaedricShrines - TSR_TeldrynSerious patch by Xtudo.esp DMPatches - JK's Skyrim and mihailhandicappedcitizens.esp Embers XD - Patch - JKs Skyrim.esp JKs Skyrim_Cutting Room Floor_Patch.esp Ancient Trees of Skyrim.esp mihailcrow - COTN Morthal Patch.esp mihailcrow - JKs Skyrim Patch.esp COTN Morthal - Alternate Start Patch.esp man_DaedricShrines - The Only Cure patch by Xtudo.esp mihailcrow - COTN Dawnstar Patch.esp man_JyggalagShrine.esp man_JyggalagShrine_wintersunPatch.esp COTN Morthal - CC - Fishing Patch.esp COTN Falkreath Addons.esp COTN Falkreath - CC - Fishing Patch.esp COTN Falkreath - JK - Doors Addon Patch.esp COTN Morthal - JKs Skyrim - Cathedral Flowers Patch.esp COTN Dawnstar - Cathedral Flowers Patch.esp COTN Morthal - Highmoon Hall Roof Entrance.esp Diverse Dogs - COTN Morthal Patch.esp Sleeping Tree Path Patch.esp COTN Winterhold - Cathedral Flowers Patch.esp COTN Dawnstar - Requiem Patch.esp COTN Dawnstar - More to Say City Guards.esp Diverse Dogs - COTN Falkreath patch.esp COTN Falkreath - Book Covers Skyrim patch.esp COTN Falkreath - TGR Patch.esp COTN Morthal - Penitus Oculatus Patch.esp COTN Dawnstar - Cloaks of Skyrim Patch.esp COTN Dawnstar - Wintersun Patch.esp COTN Falkreath - Lucien Patch.esp COTN Falkreath - CC - Elven Hunter Armor patch.esp COTN Falkreath - Cloaks Patch.esp COTN Morthal - CACO patch.esp COTN Morthal - Kaidan 2 Patch.esp COTN Winterhold - Alternate Start Patch.esp COTN Winterhold - TGR Patch.esp COTN Winterhold - CACO patch.esp COTN Winterhold - Cloaks Patch.esp Diverse Dogs - COTN Dawnstar Patch.esp The Great City of Winterhold v4.esp TGCotN Winterhold.esp TGC Winterhold - The Great Cities patch.esp TGCotN Winterhold - JKs Skyrim patch.esp TGCotN Winterhold - AI Overhaul patch.esp TGC Winterhold - SFCO patch.esp TGCotN Winterhold - SFCO patch.esp TGC Winterhold - CACO patch.esp TGCotN Winterhold - Cloaks of Skyrim patch.esp Diverse Dogs - COTN Winterhold Patch.esp COTN Morthal - Cloaks Patch.esp COTN Falkreath - Bring Meeko to Lod Patch.esp COTN Dawnstar - CACO patch.esp COTN Dawnstar - Alternate Start LAL Patch.esp COTN Falkreath - Alternate Start Patch.esp TGC Winterhold - COW Quest Expansion Patch.esp TGC Winterhold - 3D Mountain Flowers patch.esp TGCotN Winterhold - No exterior wall.esp DaedricAIO - GCON position fix.esp Happy Little Trees - Ivy on Trees.esp Happy Little Trees - Ivy on Trees - Seasons of Skyrim.esp man_DaedricShrines - Azura Loading Screen by Xtudo.esp man_kynarethStatue - Exterior Statue - JK's version by Xtudo.esp man_maraStatue - Exterior version by Xtudo - JK's Skyrim patch.esp MoonsAndStars.esp Snazzy Interiors - Riften Black-Briar Manor - JKs Skyrim patch.esp Snazzy Interiors - Riften Snow-Shod Manor - JKs Skyrim patch.esp SD Addons.esp TGC Winterhold - Alternate Start patch.esp HSPlayerHomes - Proudspire Manor - USSEP.esp HSPlayerHomes - Proudspire Manor - SFCO.esp TGC Winterhold - Mihail House Cats patch.esp JKs Riften Outskirts - AI Overhaul patch.esp JKs Windhelm Outskirts - USSEP patch.esp TGC Winterhold - TGR patch.esp Snazzy Exteriors - Bryling's House - JK's Skyrim Patch.esp COTN Dawnstar - Mihail Citizens Patch.esp Seasonal Landscapes - Happy Little Trees Patch.esp Luminosity Lighting Overhaul.esp Honeyside.esp ShadeHall.esp Homes.esp Palaces Castles Enhanced.esp PCE - Extravagant Interiors - Blue Palace Only.esp Castle Volkihar Rebuilt.esp CollegeOfWinterholdImmersive.esp fortdawnguardimmersive.esp FDIPCEnhancedPatch.esp JK's Jorrvaskr.esp Monster + Animal Mods merged.esp PCE - SFCO Patch.esp PCE - ICOW Patch.esp SFCO - Immersive College of Winterhold Patch.esp COTN Dawnstar - ICOW Patch.esp COTN Falkreath - ICOW Patch.esp COTN Morthal - ICOW Patch.esp COTN Winterhold - ICOW Patch.esp ICOW - 3D Mountain Flowers Patch.esp ICOW Unofficial Patch.esp ICOW - Cloaks Patch.esp ICOW - WACCF Patch.esp ICOW - Mysticism Patch.esp ICOW - ACE Patch.esp ICOW - JKs Skyrim Patch.esp OCW_Obscure's_CollegeofWinterhold.esp Followers Merged AIO.esp Unique Followers.esp PCE - USSEP+CRF Patch.esp PCE - Relighting Skyrim.esp PCE - Castle Volkihar Rebuilt Patch.esp SFCO - Castle Volkihar Rebuilt Patch.esp FDIDGArsenalPatch.esp IFDSFCOPatch.esp PCE - Cloaks Patch.esp PCE - BCS Patch.esp PCE - Live Another Life Patch.esp PCE - TGR Patch.esp PCE - Marked Droppable Barenziah Stones.esp PCE - WACCF Patch.esp PCE - TGR Droppable Stones Patch.esp PCE - WACCF Armor Clothing Extension Patch.esp PCE - Fixed Script Records.esp JK's Understone Keep.esp HSPlayerHomes - SeverinManor.esp JK's The Bards College.esp JK's Castle Dour.esp JKs Castle Dour - PCE Patch.esp HSPlayerHomes - Breezehome.esp JK's Blue Palace.esp JKs Blue Palace - PCE Patch.esp JK's High Hrothgar.esp Outfits AIO.esp JK's The Winking Skeever.esp JK's Temple of the Divines.esp OCW_ICNs_OE_FEPatch.esp JK's Sky Haven Temple.esp OpulentThievesGuild.esp JK's Arnleif and Sons Trading Company.esp JK's Mistveil Keep.esp JKs Mistveil Keep - PCE Patch.esp JK's Haelga's Bunkhouse.esp JK's Palace of the Kings.esp JKs Palace of the Kings - PCE Patch.esp JK's Temple of Dibella.esp JK's The Hag's Cure.esp JK's Sinderion's Field Laboratory.esp JKs Understone Keep - PCE patch.esp JK's Dragonsreach.esp JKs Dragonsreach - PCE Patch.esp JK's Silver-Blood Inn.esp JK's Elgrims Elixirs.esp JK's Bee and Barb.esp JKs Sky Haven Temple - JKs Skyrim Patch.esp SFCO - OCW Patch.esp JK's New Gnisis Cornerclub.esp JK's The Pawned Prawn.esp JK's Riverwood Trader.esp JK's Radiant Raiment.esp JK's The Bannered Mare.esp JK's White Phial.esp AliciaPainSlut.esp OCW_TGCs_FEPatch.esp At Your Own Pace - College of Winterhold.esp JK's Sleeping Giant Inn.esp JK's Angelines Aromatics.esp Song of the Green's fancy Pod.esp JK's Temple of Talos.esp JK's Candlehearth Hall.esp OpulentThievesGuildPatch.esp Opulent Thieves Guild - USSEP Patch.esp Opulent Thieves Guild - SFCO Patch.esp Opulent Thieves Guild - FPS Fix.esp JK's The Ragged Flagon.esp JKs Ragged Flagon - OTG Patch.esp JK's Septimus Signus's Outpost.esp OCW_SFCO_FEPatch.esp CWIRLSSEPatch.esp JK's Bits and Pieces.esp JK's Warmaiden's.esp JK's Arcadia's Cauldron.esp Requiem - Immersive College of Winterhold.esp OCW_RLS_FEPatch.esp OCW_CRF_FEPatch.esp CWICRFSEPatch.esp OCW_WACCF_FEPatch.esp OCW_ACE_FEPatch.esp OCW_BCS_FEPatch.esp JKs Bards College - SFCO patch.esp JKs Jorrvaskr - SFCO patch.esp DX Armors.esp OCW_MaMO_FEPatch.esp UltimateCollege.esp UltimateCollege_Mrissi_Patch.esp JK's Sadris Used Wares.esp JK's Temple of Kynareth.esp UltimateCollege_AIOv_Patch.esp UltimateCollege_SFCO_Patch.esp UltimateCollege_CRF_Patch.esp TGCotN Winterhold - UCoW patch.esp UltimateCollege_GCWinterhold_Patch.esp UltimateCollege_WACCF_Patch.esp OCW_CellSettings.esp BA_ImmersiveCoW.esp JKs Blue Palace - PCE - SFCO Patch.esp JKs Mistveil Keep - PCE - SFCO Patch.esp PCE - AI Overhaul Patch.esp At Your Own Pace - College Quest Expansion Patch.esp Castle Volkihar Rebuilt - RDO Patch.esp Castle Volkihar Rebuilt - SDE Patch.esp COTN Morthal - Palaces and Castles Enhanced Patch.esp PCE - Requiem Patch.esp PCE - Embers XD [XD ESP] Patch.esp Diverse Dogs - PCE Patch.esp IFDWACCFPatch.esp PCE - Dawnguard Arsenal Patch.esp PCE - RDO Patch.esp PCE - CACO patch.esp JKs Castle Dour - PCE - SFCO patch.esp JKs Castle Dour - PCE - CRF patch.esp Ghosu - Auriel.esp JKs The Drunken Huntsman.esp JKs Bards College - AI Overhaul patch.esp JKs Blue Palace - PCE - JKs Skyrim Patch.esp JKs Elgrims Elixirs - Bee and Barb Patch.esp man_kynarethStatue.esp UltimateCollege_Cloaks_Patch.esp GomaPeroLand.esp ICOW - QRR Patch.esp JK's Belethor's General Goods.esp JKs Haelgas Bunkhouse - AI Overhaul patch.esp JKs Haelgas Bunkhouse - SFCO Patch.esp JK_Haelgas_Bunkhouse_Caught_Red_Handed.esp JKs Angelines Aromatics - USSEP Patch.esp JKs Angelines Aromatics - SFCO Patch.esp JKs Angelines Aromatics - AI Overhaul Patch.esp JKs Arcadias Cauldron - USSEP Patch.esp JKs Arcadias Cauldron - AI Overhaul Patch.esp JKs Arnleif and Sons - AI Overhaul Patch.esp SFCO - JK's Whiterun Interiors Patch.esp JKs Bannered Mare - Immersion Patch.esp JKs Bannered Mare - SFCO Patch.esp JKs Bards College - Spartan Bard Patch.esp JKs Haelgas Bunkhouse - JKs Skyrim Patch.esp JKs Bee and Barb - AI Overhaul Patch.esp JKs Bee and Barb - PCE Patch.esp JKs Bee and Barb - SFCO Patch.esp JKs Belethors General Goods - SFCO Patch.esp JKs Belethors General Goods - AI Overhaul Patch.esp JKs Bits and Pieces - USSEP Patch.esp JKs Bits and Pieces - AI Overhaul Patch.esp JKs Candlehearth Hall - Embers XD Patch.esp JKs Candlehearth Hall - SFCO Patch.esp JKs Candlehearth Hall - AI Overhaul Patch.esp JKs Castle Dour - PCE - Cloaks of Skyrim patch.esp JKs Castle Dour - PCE - Embers XD Patch.esp JKs Castle Dour - PCE - Live Another Life Patch.esp JKs Drunken Huntsman - SFCO Patch.esp JKs Drunken Huntsman - USSEP Patch.esp JKs Elgrims Elixirs - CRF Patch.esp JKs Elgrims Elixirs - Embers XD Patch.esp JKs Elgrims Elixirs - SFCO Patch.esp JKs Hags Cure - Embers XD Patch.esp JKs Hags Cure - AI Overhaul Patch.esp JKs Hags Cure - SFCO Patch.esp JKs High Hrothgar - Embers XD patch.esp JKs High Hrothgar - Cloaks of Skyrim patch.esp JKs High Hrothgar - SFCO patch.esp JKs Jorrvaskr - AI Overhaul Patch.esp JKs Jorrvaskr - WACCF Patch.esp JKs New Gnisis Cornerclub - Alternate Start patch.esp JKs New Gnisis Cornerclub - SFCO Patch.esp JKs Pawned Prawn - PCE Patch.esp JKs Radiant Raiment - SFCO Patch.esp JKs Radiant Raiment - USSEP Patch.esp JKs Radiant Raiment - Immersion Patch.esp JKs Radiant Raiment - Cloaks Patch.esp Opulent Thieves Guild - Embers XD [XD ESP] Patch.esp JKs Ragged Flagon - Embers XD Patch.esp Opulent Thieves Guild - DX Celes Rogue Patch.esp JKs Ragged Flagon - AI Overhaul Patch.esp JKs Ragged Flagon - USSEP Patch.esp JKs Riverwood Trader - SFCO patch.esp JKs Sadris Used Wares - ACE Patch.esp JKs Sadris Used Wares - SFCO Patch.esp JKs Silver-Blood Inn - AI Overhaul Patch.esp JKs Silver-Blood Inn - Embers XD Patch.esp JKs Silver-Blood Inn - SFCO Patch.esp JKs Sinderions Field Laboratory - Alternate Start patch.esp JKs Sinderions Field Laboratory - SFCO patch.esp JKs Sky Haven Temple - SFCO Patch.esp JKs Sky Haven Temple - Happy Little Trees patch.esp JKs Sky Haven Temple - USSEP Patch.esp JKs Sleeping Giant Inn - SFCO Patch.esp JKs Sleeping Giant Inn - Embers XD Patch.esp JKs Sleeping Giant Inn - AI Overhaul SSE Patch.esp JKs Sleeping Giant Inn - M'rissi patch.esp JKs Temple of Dibella - Relighting Skyrim Patch.esp JKs Temple of Dibella - ACE Patch.esp JKs Temple of Dibella - AI Overhaul patch.esp JKs Temple of Talos - AI Overhaul patch.esp JKs Temple of Talos - USSEP patch.esp JKs Temple of Talos - ACE Patch.esp JKs Temple of Talos - SFCO patch.esp JKs Temple of Talos - Cloaks of Skyrim patch.esp JKs Temple of Talos - PCE patch.esp JKs Temple of the Divines - SFCO patch.esp JKs Temple of the Divines - USSEP Patch.esp JKs White Phial - SFCO Patch.esp JKs Winking Skeever - Fishing - SFCO patch.esp JKs Winking Skeever - USSEP Patch.esp JKs Winking Skeever - SFCO Patch.esp JKs Winking Skeever - AI Overhaul Patch.esp JKs Winking Skeever - Alternate Start Mods Patch.esp JKs Winking Skeever - Immersion Patch.esp JKs Winking Skeever - Thieves Guild Requirements Patch.esp man_DaedricShrines - OpulentThievesGuild patch by Xtudo.esp PCE - Song of the Green Patch.esp Praedy's AncientFalmerThrone.esp UltimateCollege_AudioOv_Patch.esp UltimateCollege_WACCFACE_Patch.esp UltimateCollege_Mysticism_Patch.esp UltimateCollege_YCMDarkBrotherhood_Patch.esp UltimateCollege_NewArmoury_Patch.esp JKs Sinderions Field Laboratory - CC - Fishing patch.esp JKs Sinderions Field Laboratory - CACO patch.esp Requiem - Immersive Fort Dawnguard.esp Locked Chests Have Keys - JK Arnleif.esp Locked Chests Have Keys - JK Elgrim.esp Locked Chests Have Keys - JK Hags Cure.esp Locked Chests Have Keys - JK Jorrvaskr.esp Locked Chests Have Keys - JK Pawned Prawn.esp Locked Chests Have Keys - JK Radiant Raiment.esp Locked Chests Have Keys - JK Winking Skeever.esp Locked Chests Have Keys - Volikhar.esp UltimateCollege_BijinAIO_Patch.esp UltimateCollege_PanAIO_Patch.esp JKs Bards College - Requiem Patch.esp JKs Bee and Barb - Embers XD Patch.esp JKs Pawned Prawn - Embers XD Patch.esp JKs White Phial - Embers XD Patch.esp JKs Castle Dour - PCE - BCS patch.esp PCE - Headhunter Patch.esp ICOW - Cassandra Frost Witch Patch.esp ElSopa - Potions Redone - My patches by Xtudo - JK's Dragonreach.esp JKs Blue Palace - ICOW Patch.esp JKs Blue Palace - PCE - AI Overhaul Patch.esp JKs Blue Palace - PCE - WACCF ACE Patch.esp JKs Dragonsreach - PCE - SFCO Patch.esp JKs Palace of the Kings - PCE - SFCO Patch.esp JKs Palace of the Kings - PCE - Embers XD Patch.esp JKs Palace of the Kings - PCE - Cloaks Patch.esp JKs Palace of the Kings - PCE - USSEP Patch.esp JKs Understone Keep - PCE - SFCO Patch.esp JKs Understone Keep - PCE - USSEP patch.esp Unique Markarth Doors.esp JKs Dragonsreach - PCE - AI Overhaul.esp Embers XD - Patch - JKs Dragonsreach.esp Locked Chests Have Keys - JK Dragonsreach.esp JKs Dragonsreach - PCE - Embers XD Patch.esp JKs Dragonsreach - PCE - Relationship Dialogue Overhaul Patch.esp JKs Mistveil Keep - PCE - AI Overhaul Patch.esp JKs Mistveil Keep - PCE - Embers XD Patch.esp JKs Palace of the Kings - PCE - AI Overhaul Patch.esp JKs Understone Keep - PCE - Embers XD Patch.esp JKs Understone Keep - PCE - AI Overhaul patch.esp Water for ENB - Patch - JKs Bannered Mare.esp JKs Jorrvaskr - Bears of the North patch.esp JK_New_Gnisis_USSEP.esp HSPlayerHomes - Breezehome - EXD.esp Water for ENB (Shades of Skyrim).esp Water for ENB - Patch - Folkvangr.esp COTN - Falkreath Water for ENB - Patch - Folkvangr Patch.esp Natural Waterfalls - Water for ENB Patch (Shades of Skyrim).esp Water for ENB - Patch - Clear Underwater.esp WACCF_BashedPatchLvlListFix.esp SexLab_DibellaCult.esp SexLab_DibellaCult_Sisters.esp Summermyst - WACCF Patch.esp Sexlab Stuff Merged.esp Atlas Map Markers.esp RaceMenu.esp XPMSE.esp UltimateCollege_AtlasMapMarkersSE_Patch.esp OCW_AMM-SE_FEPatch.esp TGC Winterhold - Atlas Map Markers patch.esp COTN Winterhold - Atlas Map Markers Patch.esp COTN Falkreath - Atlas Map Markers SE patch.esp The Great Cities of JK's North - Patch.esp VLrn Activation Blocker.esp VLrnJS Emissive Eyes Patch.esp VLrn(X)_Race.esp The Great Cities of JK's North - AI Overhaul Patch.esp Improved Bridges.esp The Great Cities of JK's North - Dawnstar Unique Doors Patch.esp The Great Cities of JK's North - Cathedral 3D Mountain Flowers Patch.esp The Great Cities of JK's North - Penitus Oculatus Patch.esp The Great Cities of JK's North - Falkreath Unique Doors Patch.esp FaceSculptorsRacemenu.esp RaceMenuHH.esp Schlongs of Skyrim.esp SOSPhysicsManager.esp VLrn (R).esp BadDogSchlongCore.esp BDHoodieSchlong.esp BDOrcSchlong.esp BDSpikySlitSchlong.esp SOS - Smurf Average Addon.esp SOS - VectorPlexus Muscular Addon.esp SOS - VectorPlexus Regular Addon.esp VLrn_Seranaholic 1.5 Re-Imagined_Patch.esp Water for ENB - Patch - Atlas Map Markers.esp SexLabSkoomaWhore.esp NPC Appearances Merged.esp BnP - Eyesreplacer.esp BVFE.esp Vanilla Hair Replacer - VHR.esp ethereal_elven_overhaul.esp vampeyefix.esp CS_Coralyn.esp CS_Vayne.esp Evil + Assassin armors.esp CBBE.esp 3BBB.esp BHUNP Vindictus HolyAngel.esp AerelethMeridiaReplacer.esp CSV_Karla.esp Valerica.esp UD_Serana.esp Auri-Replacer.esp BnP - Eyes.esp Gigaduex_Outfit.esp CS Vayne Gigadeux.esp Coldsun's Followers.esp CS_Anaka.esp CS_Astara.esp CS_Kelsa.esp Vtaw Fiend.esp CS_Jyreen.esp Various Outfits Merged.esp TW3_femaleArmors_zzjay.esp TW3_ArmorVariants_Undeadgoblin.esp CiriOutfit.esp NS_Eilhart_Dress.esp Witcher 3 Yennefer and Ciri armor SE.esp Witcher Armors.esp CS_Bliss.esp CS_Cheska.esp EGIL DHII Templar.esp CS_Fiarrah.esp CS_Hrist.esp CS_Inalion.esp CS_Kayle.esp CS_Lilissa.esp CS_Lyris.esp CS_Mornhilde.esp CS_Sasana.esp CS_Sigrun.esp CS_Solga.esp CS_Solvi.esp CS_Talwelin.esp CS_Valentina.esp HG Hairdos 2.esp HG Hairdos 2 - Hide Redguard F Copies COEG.esp HG Hairdos 2 - Redguard F Hair Grouped COEG.esp KS Hairdo's.esp Holiday Gift Hairdos.esp Holiday Gift Hairdos - Hide Redguard F Copies COEG.esp Holiday Gift Hairdos - Redguard F Hair Grouped COEG.esp KaliliesBrows.esp KS Hairdos - Hide Redguard F Copies COEG.esp KS Hairdos - Redguard F Hair Grouped COEG.esp KS Hairdos - Redguard F Replacers COEG.esp KS_Hairdos_non_HDT_wigs.esp UD_Valerica.esp Orc Brow Horns as Scars.esp Ruby Red Vampire Eyes - Beast Race Support.esp CSV_Karla_Outfit.esp Coralyn - visual replacer.esp 0LucienReplacer.esp KaliliesBrowsMales.esp RequiemAuriReplacer_PATCH.esp ACE_EtherealElvenOverhaul_Patch.esp CACO ethereal_elven_overhaul Patch.esp EtherealElvenOverhaul_NightingaleHall_Patch.esp VLrn_BB's Dawnguard Re (Harkon)_Patch.esp [ELLE]LakeElven.esp [ELLE]LakeElven SLAX.esp [ELLE] Sherwood Huntress.esp Gwelda Red Riding Hood.esp Gwelda Vampire.esp Twilight Princess Armor - Alt Textures and Cloth Addon.esp Twilight Princess Armor - Alt Textures and Cloth Addon - CCOR Patch.esp Cassandra Apocrypha UNP.esp H2135FantasySeries5.esp [Christine] Dragon Fighter.esp [COCO] Ahri Uniforms v2 [SE].esp [COCO] CaressofVenus.esp [COCO] Chaos Sorcerer.esp [COCO] Fairy Queen.esp [COCO] Mulan.esp [COCO] Pinup Cheongsam [SE].esp [COCO] RONIN.esp [COCO] Succubus [SE].esp [COCO] Witchiness [SE].esp [COCO]CheongSan_SE.esp [Dint999] BDO_DK_Floree.esp [ELLE] Bifrost.esp [full_inu] Queen Marika's Dress.esp [Melodic] Sweet Romance.esp [Rektas] Advent [SE].esp [Rektas] Night Masquerade [SE].esp [Rektas] Taranis [SE].esp [Rektas] Temptress [SE].esp AerelethMeridiaWings.esp BD Armor and clothes replacer.esp BikiniRobesStandalone.esp BnP - Skinfix.esp Celes Rogue Armor CBBE.esp CollegePrestigeMageOutfit.esp Crimson Blood Armor.esp CS_Guzmara.esp CS_Jyreen_Outfit.esp CS_Kelsa_Outfit.esp Dark Envoy.esp dwPalmAndSoleOverlays-SE.esp DX Daughter of the Sea.esp DX Druid Armor.esp DX Necromancer Robes.esp DX Pornstar SE.esp DX StLouis SE.esp Elewin Jewelry.esp Elewin Jewelry SMP - Slot 36.esp Fashions_Of_The_Huntsmen.esp Fury Armor [SE].esp GonzAuri.esp Gwelda Dawnguard Armor.esp Gwelda Witch.esp H2135FantasySeries7 [SE].esp H2135FantasySeries8 [SE].esp H2135HalloweenOutfit2020 [SE].esp H2135PirateSeries2 [SE].esp Luna [SE].esp NewmillerDarkVampKnight.esp Northgirl.esp OBody.esp Steel Fashions.esp Vampire Chain Armor by Stormhand.esp VLrn_UDSerana Patch.esp VLrn Wings.esp VLrn Wings(No Fly).esp VLrn Sacrosanct Patch.esp WACCF_Armor and Clothing Extension CBBE patch.esp WACCF_bkn_replacer_patch.esp Witch Of The Wild.esp ZMDs Feet Nail Art for RaceMenu v1.esp ZMDs Hand Nail Overlays for RaceMenu v3.esp COTN Morthal - Gwelda Vampire Patch.esp [ELLE] Bifrost SLAX.esp [ELLE] Sherwood Huntress SLAX.esp VLrn_SH Valerica_Patch.esp Bashed Patch, 0.esp NPC Appearances Merged - Textures0.esp NPC Appearances Merged - Textures1.esp Requiem for the Indifferent.esp DynDOLOD.esm DynDOLOD.esp Occlusion.esp

Piranha91 commented 9 months ago

I don't see an obvious reason why you'd get the crash you described when validating config files (and I confess there's no way I'm going to have time to recreate that load order on my end), but I applied a "band aid" fix in https://github.com/Synthesis-Collective/SynthEBD/releases/tag/v1.0.15c

Unfortunately I can't replicate your problems getting the portable settings folder to stick. I can clear mine, close SynthEBD, reopen it, reassign the old portable folder, and it'll immediately load settings from it and keep loading them after subsequent restarts. Can you try making the portable folder in a different location? Also, maybe if you use something like ShareX to record a gif (or OBS to record a video) of what you're doing, maybe I can offer a better-informed suggestion.

greengrill commented 9 months ago

So I moved both SynthEBD and the portable folder to a different location and the settings folder seemed to work again. Part of the problem seemed to be that either MO2 or SynthEBD itself kept putting the settings in the output folder for some reason. I disabled the create files options in MO2, deleted some stuff from output and it's working as it's supposed to. I've never had this problem before. Now on the configs, I think it's a problem with certain configs. I'll try to check which ones.