Jump to content

Sexlab Aroused Redux December 05 2016


Recommended Posts

 

 

No, it cleans out dead actors.   I keep stats on actors forever in StorageUtil.  Ashal pointed out that a great part of the data that where from Aroused, so I added this bit to remove the stats on actors that are dead and no longer in the game.

 

All the code in Redux comes from Rednecks old code.  One of these days when I have less to do, I'll attempt to clean it all up.

 

 

Not exactly. You also have this check on actor base for all valid && !player && !deleted && !dead && !child actors

BaseRef.IsUnique() || BaseRef.IsEssential() || BaseRef.IsInvulnerable() || BaseRef.IsProtected() || ActorRef.IsGuard() || ActorRef.IsPlayerTeammate()

So all leveled actors will be considered not important and then cleaned.

Link to comment

 

Dear fishburger67,

 

since i am still looking for a solution of my "infinitive loading screen" issue in combination with the mod "Slaverun", could it be that this one here blast of the loading process, since there are a lot of naked npc´s around the city, even in the inn i noticed about 5 (depends an daily schedule of some npcs) Sorry for having no more details, i am not at my pc atm.

 

 

How it works

The original version uses a cloak spell to set arousal levels as the player passes through the world. It attaches a script to each and every NPC it encounters. I have seen up to 18 of these scripts in a save game and expect that many more may be running at any time in the game.

 

 

 

Redux changes that by having Dialog/ReferenceAlias based scan that gets all NPCs withing 1024 units (about 50 feet). It also gets all naked NPCs in the same radius and applies the original arousal logic to them. This scan happens currently once each 120 seconds (2 minutes). The scan is fast, typically less than 2 seconds and all but .5 seconds of that is spent outside the papyrus engine, so it should dramatically reduce the papyrus impact.

 

 

 

All of the original pcs files remain essentially unchanged. There is a single return statement added to the top of lacloakeffscr, and much of the content in this file was copied to slamainscr for use directly by it. slamainscr and slaconfig were heavily modified. Slaconfig to restart all the quests when this one first loads, and slamainscr to do the periodic scans. All original functions remain, so if you use them in your mod, they will still be there.

 

 

 

If you open the mod in CK, you will find two additional dialogs. slaNakedNPC and slaAllNpc. These two dialogs, when started collect all NPCs meeting the ReferenceAlias parameters.

 

 

 

It uses exactly the same routines as the original.

 

Infinite loading screens are normally caused by failing to enable the SKSE memory patch or not adjusting the memory values to meet your mod load. There's a tool you can use to find out if you need to adjust the memory settings but first make sure you have it enambled and it is actually working (check your SKSE log file).

 

 

Hello Waxenfigure and fishburger67,

 

thanks for your response. I checked the log file under C:\Users\MyPC\Documents\My Games\Skyrim\SKSE

In the log file there is an interesting entry saying

 

--> config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

 

So i went there the check what you mentioned. The part with the so called integraded SMSE Patch. But there is no skse.ini - File?

Where could it be located? Or might the installation of SKSE 1.7.3 over the installer be defect/crapy? 

 

Here´s the skse Log file:

 

 

SKSE runtime: initialize (version = 1.7.3 09200000 01D0E9C1B9115F37, os = 6.1 (7601))

imagebase = 00400000

runtime root = D:\Spiele\Steam\steamapps\common\Skyrim\

config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

plugin directory = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll

registering plugin listener for SKSE at 1 of 2

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll (00000001 chargen 00000004) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll (00000001 DDiUtil 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll (00000001 Fuz Ro D'oh 06018195) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll (00000001 hdtHighHeelNative 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll (00000001 hdtPhysicsExtensions 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll

registering plugin listener for SKSE at 6 of 7

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll (00000001 JContainers 00000003) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll (00000001 Mfg Console plugin 00000002) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll

registering plugin listener for SKSE at 8 of 9

registering plugin listener for chargen at 8 of 9

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll (00000001 nioverride 00000004) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll (00000001 SchlongsOfSkyrim 000493E4) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll (00000001 SexLabUtil 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll (00000001 ShowRaceMenu preCacheKiller plugin 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll (00000001 papyrusutil plugin 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll (00000001 zzEstrusUtil 00000001) loaded correctly

dispatch message (0) to plugin listeners

sending message type 0 to plugin 1

dispatch message (0) to plugin listeners

sending message type 0 to plugin 6

sending message type 0 to plugin 8

dispatched message.

dispatch message (1) to plugin listeners

sending message type 1 to plugin 1

sending message type 1 to plugin 6

dispatch message (1) to plugin listeners

dispatched message.

sending message type 1 to plugin 8

dispatched message.

init complete

hooked dinput

dispatch message (6) to plugin listeners

sending message type 6 to plugin 1

sending message type 6 to plugin 6

sending message type 6 to plugin 8

dispatched message.

Reading translations from Interface\Translations\Schlongs of Skyrim - Core_GERMAN.txt...

Reading translations from Interface\Translations\SexLab_GERMAN.txt...

Reading translations from Interface\Translations\SexLabAroused_GERMAN.txt...

Reading translations from Interface\Translations\ZaZAnimationPack_GERMAN.txt...

Reading translations from Interface\Translations\CreatureFramework_GERMAN.txt...

Reading translations from Interface\Translations\SkyUI_GERMAN.txt...

Reading translations from Interface\Translations\RealisticNeedsandDiseases_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenu_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenuMorphsCBBE_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenuMorphsUUNP_GERMAN.txt...

Reading translations from Interface\Translations\XPMSE_GERMAN.txt...

Reading translations from Interface\Translations\Skyrim Immersive Creatures_GERMAN.txt...

Reading translations from Interface\Translations\Auto Unequip Ammo_GERMAN.txt...

Reading translations from Interface\Translations\Chesko_WearableLantern_GERMAN.txt...

Reading translations from Interface\Translations\SexLabWerewolves_GERMAN.txt...

Reading translations from Interface\Translations\LoversComfort_GERMAN.txt...

Reading translations from Interface\Translations\LoversHook_GERMAN.txt...

Reading translations from Interface\Translations\MF_RadiantProstitution_GERMAN.txt...

Reading translations from Interface\Translations\sr_FillHerUp_GERMAN.txt...

Reading translations from Interface\Translations\EstrusChaurus_GERMAN.txt...

Reading translations from Interface\Translations\SexLabDefeat_GERMAN.txt...

Reading translations from Interface\Translations\mslDeviousCaptures_GERMAN.txt...

Reading translations from Interface\Translations\Deviously Cursed Loot_GERMAN.txt...

Reading translations from Interface\Translations\DeadlyDragons_GERMAN.txt...

dispatch message (8) to plugin listeners

sending message type 8 to plugin 1

sending message type 8 to plugin 6

sending message type 8 to plugin 8

dispatched message.

save name is Speichern 34 - Rias Gremory Pinewatch 01.41.43

full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\Speichern 34 - Rias Gremory Pinewatch 01.41.43.skse

dispatch message (2) to plugin listeners

sending message type 2 to plugin 1

sending message type 2 to plugin 6

sending message type 2 to plugin 8

dispatched message.

loading co-save

Loading mod list:

(0 -> 0) Skyrim.esm

(1 -> 1) Update.esm

(2 -> 2) Unofficial Skyrim Patch.esp

(3 -> 3) Dawnguard.esm

(4 -> 4) Unofficial Dawnguard Patch.esp

(5 -> 5) HearthFires.esm

(6 -> 6) Unofficial Hearthfire Patch.esp

(7 -> 7) Dragonborn.esm

(8 -> 8) Unofficial Dragonborn Patch.esp

(9 -> 9) ApachiiHair.esm

(10 -> 10) ApachiiHairFemales.esm

(11 -> 11) BBLuxurySuite.esm

(12 -> 12) hdtHighHeel.esm

(13 -> 13) Schlongs of Skyrim - Core.esm

(14 -> 14) SexLab.esm

(15 -> 15) SexLabAroused.esm

(16 -> 16) ZaZAnimationPack.esm

(17 -> 17) CreatureFramework.esm

(18 -> 18) JSwords.esm

(19 -> 19) Devious Devices - Assets.esm

(20 -> 20) Devious Devices - Integration.esm

(21 -> 21) Devious Devices - Expansion.esm

(22 -> 22) EFFCore.esm

(23 -> 23) HighResTexturePack01.esp

(24 -> 24) HighResTexturePack02.esp

(25 -> 25) HighResTexturePack03.esp

(26 -> 26) Unofficial High Resolution Patch.esp

(27 -> 27) Unique Region Names - Dragonborn.esp

(28 -> 28) Unique Region Names.esp

(29 -> 29) SFO - Expanded Diversity.esp

(30 -> 30) Skyrim Flora Overhaul.esp

(31 -> 31) SMIM-Merged-All.esp

(32 -> 32) SkyFalls + SkyMills + DG + DB.esp

(33 -> 33) SkyFalls + SkyMills.esp

(34 -> 34) WATER DG + DB.esp

(35 -> 35) WATER Plants.esp

(36 -> 36) WATER-RND Legendary Patch.esp

(37 -> 37) Better Dynamic Snow.esp

(38 -> 38) Moss Rocks.esp

(39 -> 40) EnhancedLightsandFX.esp

(40 -> 41) ELFXEnhancer.esp

(41 -> 42) ELFX - Exteriors.esp

(42 -> 43) ELFX - Dawnguard.esp

(43 -> 44) ELFX - Dragonborn.esp

(44 -> 45) Skysan_ELFX_SMIM_Fix.esp

(45 -> 46) SkyUI.esp

(46 -> 47) SGHailPackAllinOne.esp

(47 -> 48) TheEyesOfBeauty.esp

(48 -> 49) Schlongs of Skyrim.esp

(49 -> 50) SOS - Smurf Average Addon.esp

(50 -> 51) RealisticNeedsandDiseases.esp

(51 -> 52) RND_Dawnguard-Patch.esp

(52 -> 53) RND_HearthFires-Patch.esp

(53 -> 54) RND_Dragonborn-Patch.esp

(54 -> 55) RND_USKP-Patch.esp

(55 -> 56) RaceMenu.esp

(56 -> 57) RaceMenuPlugin.esp

(57 -> 58) BS-TheHag_Overlays.esp

(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp

(59 -> 60) TheCoenaculiCBBE.esp

(60 -> 61) RaceMenuMorphsCBBE.esp

(61 -> 62) RaceMenuMorphsUUNP.esp

(62 -> 63) SlaveTats.esp

(63 -> 64) MatureSkinComplexions.esp

(64 -> 65) Orc&ElfFix4TBBP.esp

(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp

(66 -> 67) XPMSE.esp

(67 -> 68) FNISSexyMove.esp

(68 -> 69) BBLSspouse.esp

(69 -> 70) BBLuxurySuiteExt.esp

(70 -> 71) BBLSVisitors.esp

(71 -> 72) BBLSHousecarlsmovein.esp

(72 -> 73) BBLSapachii.esp

(73 -> 74) BBLS-ELFXFrontStepspatch.esp

(74 -> 75) Skyrim Immersive Creatures.esp

(75 -> 76) Skyrim Immersive Creatures - DLC2.esp

(76 -> 77) Immersive Patrols II.esp

(77 -> 78) SPTDiverseGuardsSkyrim.esp

(78 -> 79) Inconsequential NPCs.esp

(79 -> 80) Auto Unequip Ammo.esp

(80 -> 81) Chesko_WearableLantern.esp

(81 -> 82) JSwordsDistributionBalancePlugin.esp

(82 -> 83) DragonPlateBrazen.esp

(83 -> 84) OpenFaceGuardHelmets.esp

(84 -> 85) Svs Collection Jewelry.esp

(85 -> 86) LBackpackAll.esp

(86 -> 87) Kaw's Claws.esp

(87 -> 88) Remodeled Armor - Underwear.esp

(88 -> 89) Remodeled Armor - Vanilla Replacer.esp

(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp

(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp

(91 -> 92) sextoys-calyps-2.esp

(92 -> 93) HDT Piercingsets.esp

(93 -> 94) CBBE Heels Collection.esp

(94 -> 95) ChaPi Clothing.esp

(95 -> 96) Craftable_Hair_groin.esp

(96 -> 97) Zipsuit.esp

(97 -> 98) SexLab_SOS-Stapon.esp

(98 -> 99) Devious Deviants.esp

(99 -> 100) Devious Devices - For the Masses II.esp

(100 -> 101) SexLabWerewolves.esp

(101 -> 102) MoreNastyCritters.esp

(102 -> 103) SexLabNudeCreatures.esp

(103 -> 104) SexLabNudeCreaturesDG.esp

(104 -> 105) SexLabNudeCreaturesDB.esp

(105 -> 106) HentaiCreatures.esp

(106 -> 107) LoversComfort.esp

(107 -> 108) LoversHook.esp

(108 -> 109) MF_RadiantProstitution.esp

(109 -> 110) sr_FillHerUp.esp

(110 -> 111) EstrusChaurus.esp

(111 -> 112) NusbieVoices.esp

(112 -> 113) SexLabGenderChange.esp

(113 -> 114) SexLab-AmorousAdventures.esp

(114 -> 115) SexLab-Stories.esp

(115 -> 116) SexLab-StoriesDevious.esp

(116 -> 117) hydra_slavegirls.esp

(117 -> 118) slaverun.esp

(118 -> 119) SlaverunEnforcer.esp

(119 -> 120) SexSlavesForVanillaBandits.esp

(120 -> 121) SexLab_DibellaCult.esp

(121 -> 122) SexLab_DibellaCult_Sisters.esp

(122 -> 123) Captured Dreams.esp

(123 -> 124) CD - SVS Jewelry addon.esp

(124 -> 125) CD - Calyps Sextoys addon.esp

(125 -> 126) SexLabDefeat.esp

(126 -> 127) mslDeviousCaptures.esp

(127 -> 128) Deviously Cursed Loot.esp

(128 -> 129) NonSexLabAnimationPack.esp

(129 -> 130) AKElvenTeenies.esp

(130 -> 131) ERF - Succubus.esp

(131 -> 132) RosaFollower.esp

(132 -> 133) EFFDialogue.esp

(133 -> 134) UIExtensions.esp

(134 -> 135) Bijin Warmaidens.esp

(135 -> 136) DeadlyDragons.esp

(136 -> 137) VioLens.esp

(137 -> 138) dD - Enhanced Blood Main.esp

(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp

(139 -> 140) dD-Larger Splatter Size.esp

Loading menu open/close event registrations...

Loading key input event registrations...

Loading control input event registrations...

Loading mod callback event registrations...

Loading crosshair ref event registrations...

Loading camera event registrations...

Loading actor action event registrations...

Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)

Loading SKSEPersistentObjectStorage data...

Loading SKSEDelayFunctorManager data...

dispatch message (3) to plugin listeners

sending message type 3 to plugin 1

sending message type 3 to plugin 6

sending message type 3 to plugin 8

dispatched message.

cleared save path

WidgetLoader.as: setRootPath(a_path = )

WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)

WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)

WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)

WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)

save name is autosave2

full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\autosave2.skse

dispatch message (2) to plugin listeners

sending message type 2 to plugin 1

sending message type 2 to plugin 6

sending message type 2 to plugin 8

dispatched message.

loading co-save

Loading mod list:

(0 -> 0) Skyrim.esm

(1 -> 1) Update.esm

(2 -> 2) Unofficial Skyrim Patch.esp

(3 -> 3) Dawnguard.esm

(4 -> 4) Unofficial Dawnguard Patch.esp

(5 -> 5) HearthFires.esm

(6 -> 6) Unofficial Hearthfire Patch.esp

(7 -> 7) Dragonborn.esm

(8 -> 8) Unofficial Dragonborn Patch.esp

(9 -> 9) ApachiiHair.esm

(10 -> 10) ApachiiHairFemales.esm

(11 -> 11) BBLuxurySuite.esm

(12 -> 12) hdtHighHeel.esm

(13 -> 13) Schlongs of Skyrim - Core.esm

(14 -> 14) SexLab.esm

(15 -> 15) SexLabAroused.esm

(16 -> 16) ZaZAnimationPack.esm

(17 -> 17) CreatureFramework.esm

(18 -> 18) JSwords.esm

(19 -> 19) Devious Devices - Assets.esm

(20 -> 20) Devious Devices - Integration.esm

(21 -> 21) Devious Devices - Expansion.esm

(22 -> 22) EFFCore.esm

(23 -> 23) HighResTexturePack01.esp

(24 -> 24) HighResTexturePack02.esp

(25 -> 25) HighResTexturePack03.esp

(26 -> 26) Unofficial High Resolution Patch.esp

(27 -> 27) Unique Region Names - Dragonborn.esp

(28 -> 28) Unique Region Names.esp

(29 -> 29) SFO - Expanded Diversity.esp

(30 -> 30) Skyrim Flora Overhaul.esp

(31 -> 31) SMIM-Merged-All.esp

(32 -> 32) SkyFalls + SkyMills + DG + DB.esp

(33 -> 33) SkyFalls + SkyMills.esp

(34 -> 34) WATER DG + DB.esp

(35 -> 35) WATER Plants.esp

(36 -> 36) WATER-RND Legendary Patch.esp

(37 -> 37) Better Dynamic Snow.esp

(38 -> 38) Moss Rocks.esp

(39 -> 40) EnhancedLightsandFX.esp

(40 -> 41) ELFXEnhancer.esp

(41 -> 42) ELFX - Exteriors.esp

(42 -> 43) ELFX - Dawnguard.esp

(43 -> 44) ELFX - Dragonborn.esp

(44 -> 45) Skysan_ELFX_SMIM_Fix.esp

(45 -> 46) SkyUI.esp

(46 -> 47) SGHailPackAllinOne.esp

(47 -> 48) TheEyesOfBeauty.esp

(48 -> 49) Schlongs of Skyrim.esp

(49 -> 50) SOS - Smurf Average Addon.esp

(50 -> 51) RealisticNeedsandDiseases.esp

(51 -> 52) RND_Dawnguard-Patch.esp

(52 -> 53) RND_HearthFires-Patch.esp

(53 -> 54) RND_Dragonborn-Patch.esp

(54 -> 55) RND_USKP-Patch.esp

(55 -> 56) RaceMenu.esp

(56 -> 57) RaceMenuPlugin.esp

(57 -> 58) BS-TheHag_Overlays.esp

(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp

(59 -> 60) TheCoenaculiCBBE.esp

(60 -> 61) RaceMenuMorphsCBBE.esp

(61 -> 62) RaceMenuMorphsUUNP.esp

(62 -> 63) SlaveTats.esp

(63 -> 64) MatureSkinComplexions.esp

(64 -> 65) Orc&ElfFix4TBBP.esp

(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp

(66 -> 67) XPMSE.esp

(67 -> 68) FNISSexyMove.esp

(68 -> 69) BBLSspouse.esp

(69 -> 70) BBLuxurySuiteExt.esp

(70 -> 71) BBLSVisitors.esp

(71 -> 72) BBLSHousecarlsmovein.esp

(72 -> 73) BBLSapachii.esp

(73 -> 74) BBLS-ELFXFrontStepspatch.esp

(74 -> 75) Skyrim Immersive Creatures.esp

(75 -> 76) Skyrim Immersive Creatures - DLC2.esp

(76 -> 77) Immersive Patrols II.esp

(77 -> 78) SPTDiverseGuardsSkyrim.esp

(78 -> 79) Inconsequential NPCs.esp

(79 -> 80) Auto Unequip Ammo.esp

(80 -> 81) Chesko_WearableLantern.esp

(81 -> 82) JSwordsDistributionBalancePlugin.esp

(82 -> 83) DragonPlateBrazen.esp

(83 -> 84) OpenFaceGuardHelmets.esp

(84 -> 85) Svs Collection Jewelry.esp

(85 -> 86) LBackpackAll.esp

(86 -> 87) Kaw's Claws.esp

(87 -> 88) Remodeled Armor - Underwear.esp

(88 -> 89) Remodeled Armor - Vanilla Replacer.esp

(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp

(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp

(91 -> 92) sextoys-calyps-2.esp

(92 -> 93) HDT Piercingsets.esp

(93 -> 94) CBBE Heels Collection.esp

(94 -> 95) ChaPi Clothing.esp

(95 -> 96) Craftable_Hair_groin.esp

(96 -> 97) Zipsuit.esp

(97 -> 98) SexLab_SOS-Stapon.esp

(98 -> 99) Devious Deviants.esp

(99 -> 100) Devious Devices - For the Masses II.esp

(100 -> 101) SexLabWerewolves.esp

(101 -> 102) MoreNastyCritters.esp

(102 -> 103) SexLabNudeCreatures.esp

(103 -> 104) SexLabNudeCreaturesDG.esp

(104 -> 105) SexLabNudeCreaturesDB.esp

(105 -> 106) HentaiCreatures.esp

(106 -> 107) LoversComfort.esp

(107 -> 108) LoversHook.esp

(108 -> 109) MF_RadiantProstitution.esp

(109 -> 110) sr_FillHerUp.esp

(110 -> 111) EstrusChaurus.esp

(111 -> 112) NusbieVoices.esp

(112 -> 113) SexLabGenderChange.esp

(113 -> 114) SexLab-AmorousAdventures.esp

(114 -> 115) SexLab-Stories.esp

(115 -> 116) SexLab-StoriesDevious.esp

(116 -> 117) hydra_slavegirls.esp

(117 -> 118) slaverun.esp

(118 -> 119) SlaverunEnforcer.esp

(119 -> 120) SexSlavesForVanillaBandits.esp

(120 -> 121) SexLab_DibellaCult.esp

(121 -> 122) SexLab_DibellaCult_Sisters.esp

(122 -> 123) Captured Dreams.esp

(123 -> 124) CD - SVS Jewelry addon.esp

(124 -> 125) CD - Calyps Sextoys addon.esp

(125 -> 126) SexLabDefeat.esp

(126 -> 127) mslDeviousCaptures.esp

(127 -> 128) Deviously Cursed Loot.esp

(128 -> 129) NonSexLabAnimationPack.esp

(129 -> 130) AKElvenTeenies.esp

(130 -> 131) ERF - Succubus.esp

(131 -> 132) RosaFollower.esp

(132 -> 133) EFFDialogue.esp

(133 -> 134) UIExtensions.esp

(134 -> 135) Bijin Warmaidens.esp

(135 -> 136) DeadlyDragons.esp

(136 -> 137) VioLens.esp

(137 -> 138) dD - Enhanced Blood Main.esp

(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp

(139 -> 140) dD-Larger Splatter Size.esp

Loading menu open/close event registrations...

Loading key input event registrations...

Loading control input event registrations...

Loading mod callback event registrations...

Loading crosshair ref event registrations...

Loading camera event registrations...

Loading actor action event registrations...

Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)

Loading SKSEPersistentObjectStorage data...

Loading SKSEDelayFunctorManager data...

dispatch message (3) to plugin listeners

sending message type 3 to plugin 1

sending message type 3 to plugin 6

sending message type 3 to plugin 8

dispatched message.

cleared save path

WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)

WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)

WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)

WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)

 

 

 

 

Link to comment

 

 

Dear fishburger67,

 

since i am still looking for a solution of my "infinitive loading screen" issue in combination with the mod "Slaverun", could it be that this one here blast of the loading process, since there are a lot of naked npc´s around the city, even in the inn i noticed about 5 (depends an daily schedule of some npcs) Sorry for having no more details, i am not at my pc atm.

 

 

How it works

The original version uses a cloak spell to set arousal levels as the player passes through the world. It attaches a script to each and every NPC it encounters. I have seen up to 18 of these scripts in a save game and expect that many more may be running at any time in the game.

 

 

 

Redux changes that by having Dialog/ReferenceAlias based scan that gets all NPCs withing 1024 units (about 50 feet). It also gets all naked NPCs in the same radius and applies the original arousal logic to them. This scan happens currently once each 120 seconds (2 minutes). The scan is fast, typically less than 2 seconds and all but .5 seconds of that is spent outside the papyrus engine, so it should dramatically reduce the papyrus impact.

 

 

 

All of the original pcs files remain essentially unchanged. There is a single return statement added to the top of lacloakeffscr, and much of the content in this file was copied to slamainscr for use directly by it. slamainscr and slaconfig were heavily modified. Slaconfig to restart all the quests when this one first loads, and slamainscr to do the periodic scans. All original functions remain, so if you use them in your mod, they will still be there.

 

 

 

If you open the mod in CK, you will find two additional dialogs. slaNakedNPC and slaAllNpc. These two dialogs, when started collect all NPCs meeting the ReferenceAlias parameters.

 

 

 

It uses exactly the same routines as the original.

 

Infinite loading screens are normally caused by failing to enable the SKSE memory patch or not adjusting the memory values to meet your mod load. There's a tool you can use to find out if you need to adjust the memory settings but first make sure you have it enambled and it is actually working (check your SKSE log file).

 

 

Hello Waxenfigure and fishburger67,

 

thanks for your response. I checked the log file under C:\Users\MyPC\Documents\My Games\Skyrim\SKSE

In the log file there is an interesting entry saying

 

--> config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

 

So i went there the check what you mentioned. The part with the so called integraded SMSE Patch. But there is no skse.ini - File?

Where could it be located? Or might the installation of SKSE 1.7.3 over the installer be defect/crapy? 

 

Here´s the skse Log file:

 

 

SKSE runtime: initialize (version = 1.7.3 09200000 01D0E9C1B9115F37, os = 6.1 (7601))

imagebase = 00400000

runtime root = D:\Spiele\Steam\steamapps\common\Skyrim\

config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

plugin directory = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll

registering plugin listener for SKSE at 1 of 2

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll (00000001 chargen 00000004) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll (00000001 DDiUtil 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll (00000001 Fuz Ro D'oh 06018195) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll (00000001 hdtHighHeelNative 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll (00000001 hdtPhysicsExtensions 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll

registering plugin listener for SKSE at 6 of 7

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll (00000001 JContainers 00000003) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll (00000001 Mfg Console plugin 00000002) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll

registering plugin listener for SKSE at 8 of 9

registering plugin listener for chargen at 8 of 9

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll (00000001 nioverride 00000004) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll (00000001 SchlongsOfSkyrim 000493E4) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll (00000001 SexLabUtil 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll (00000001 ShowRaceMenu preCacheKiller plugin 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll (00000001 papyrusutil plugin 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll (00000001 zzEstrusUtil 00000001) loaded correctly

dispatch message (0) to plugin listeners

sending message type 0 to plugin 1

dispatch message (0) to plugin listeners

sending message type 0 to plugin 6

sending message type 0 to plugin 8

dispatched message.

dispatch message (1) to plugin listeners

sending message type 1 to plugin 1

sending message type 1 to plugin 6

dispatch message (1) to plugin listeners

dispatched message.

sending message type 1 to plugin 8

dispatched message.

init complete

hooked dinput

dispatch message (6) to plugin listeners

sending message type 6 to plugin 1

sending message type 6 to plugin 6

sending message type 6 to plugin 8

dispatched message.

Reading translations from Interface\Translations\Schlongs of Skyrim - Core_GERMAN.txt...

Reading translations from Interface\Translations\SexLab_GERMAN.txt...

Reading translations from Interface\Translations\SexLabAroused_GERMAN.txt...

Reading translations from Interface\Translations\ZaZAnimationPack_GERMAN.txt...

Reading translations from Interface\Translations\CreatureFramework_GERMAN.txt...

Reading translations from Interface\Translations\SkyUI_GERMAN.txt...

Reading translations from Interface\Translations\RealisticNeedsandDiseases_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenu_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenuMorphsCBBE_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenuMorphsUUNP_GERMAN.txt...

Reading translations from Interface\Translations\XPMSE_GERMAN.txt...

Reading translations from Interface\Translations\Skyrim Immersive Creatures_GERMAN.txt...

Reading translations from Interface\Translations\Auto Unequip Ammo_GERMAN.txt...

Reading translations from Interface\Translations\Chesko_WearableLantern_GERMAN.txt...

Reading translations from Interface\Translations\SexLabWerewolves_GERMAN.txt...

Reading translations from Interface\Translations\LoversComfort_GERMAN.txt...

Reading translations from Interface\Translations\LoversHook_GERMAN.txt...

Reading translations from Interface\Translations\MF_RadiantProstitution_GERMAN.txt...

Reading translations from Interface\Translations\sr_FillHerUp_GERMAN.txt...

Reading translations from Interface\Translations\EstrusChaurus_GERMAN.txt...

Reading translations from Interface\Translations\SexLabDefeat_GERMAN.txt...

Reading translations from Interface\Translations\mslDeviousCaptures_GERMAN.txt...

Reading translations from Interface\Translations\Deviously Cursed Loot_GERMAN.txt...

Reading translations from Interface\Translations\DeadlyDragons_GERMAN.txt...

dispatch message (8) to plugin listeners

sending message type 8 to plugin 1

sending message type 8 to plugin 6

sending message type 8 to plugin 8

dispatched message.

save name is Speichern 34 - Rias Gremory Pinewatch 01.41.43

full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\Speichern 34 - Rias Gremory Pinewatch 01.41.43.skse

dispatch message (2) to plugin listeners

sending message type 2 to plugin 1

sending message type 2 to plugin 6

sending message type 2 to plugin 8

dispatched message.

loading co-save

Loading mod list:

(0 -> 0) Skyrim.esm

(1 -> 1) Update.esm

(2 -> 2) Unofficial Skyrim Patch.esp

(3 -> 3) Dawnguard.esm

(4 -> 4) Unofficial Dawnguard Patch.esp

(5 -> 5) HearthFires.esm

(6 -> 6) Unofficial Hearthfire Patch.esp

(7 -> 7) Dragonborn.esm

(8 -> 8) Unofficial Dragonborn Patch.esp

(9 -> 9) ApachiiHair.esm

(10 -> 10) ApachiiHairFemales.esm

(11 -> 11) BBLuxurySuite.esm

(12 -> 12) hdtHighHeel.esm

(13 -> 13) Schlongs of Skyrim - Core.esm

(14 -> 14) SexLab.esm

(15 -> 15) SexLabAroused.esm

(16 -> 16) ZaZAnimationPack.esm

(17 -> 17) CreatureFramework.esm

(18 -> 18) JSwords.esm

(19 -> 19) Devious Devices - Assets.esm

(20 -> 20) Devious Devices - Integration.esm

(21 -> 21) Devious Devices - Expansion.esm

(22 -> 22) EFFCore.esm

(23 -> 23) HighResTexturePack01.esp

(24 -> 24) HighResTexturePack02.esp

(25 -> 25) HighResTexturePack03.esp

(26 -> 26) Unofficial High Resolution Patch.esp

(27 -> 27) Unique Region Names - Dragonborn.esp

(28 -> 28) Unique Region Names.esp

(29 -> 29) SFO - Expanded Diversity.esp

(30 -> 30) Skyrim Flora Overhaul.esp

(31 -> 31) SMIM-Merged-All.esp

(32 -> 32) SkyFalls + SkyMills + DG + DB.esp

(33 -> 33) SkyFalls + SkyMills.esp

(34 -> 34) WATER DG + DB.esp

(35 -> 35) WATER Plants.esp

(36 -> 36) WATER-RND Legendary Patch.esp

(37 -> 37) Better Dynamic Snow.esp

(38 -> 38) Moss Rocks.esp

(39 -> 40) EnhancedLightsandFX.esp

(40 -> 41) ELFXEnhancer.esp

(41 -> 42) ELFX - Exteriors.esp

(42 -> 43) ELFX - Dawnguard.esp

(43 -> 44) ELFX - Dragonborn.esp

(44 -> 45) Skysan_ELFX_SMIM_Fix.esp

(45 -> 46) SkyUI.esp

(46 -> 47) SGHailPackAllinOne.esp

(47 -> 48) TheEyesOfBeauty.esp

(48 -> 49) Schlongs of Skyrim.esp

(49 -> 50) SOS - Smurf Average Addon.esp

(50 -> 51) RealisticNeedsandDiseases.esp

(51 -> 52) RND_Dawnguard-Patch.esp

(52 -> 53) RND_HearthFires-Patch.esp

(53 -> 54) RND_Dragonborn-Patch.esp

(54 -> 55) RND_USKP-Patch.esp

(55 -> 56) RaceMenu.esp

(56 -> 57) RaceMenuPlugin.esp

(57 -> 58) BS-TheHag_Overlays.esp

(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp

(59 -> 60) TheCoenaculiCBBE.esp

(60 -> 61) RaceMenuMorphsCBBE.esp

(61 -> 62) RaceMenuMorphsUUNP.esp

(62 -> 63) SlaveTats.esp

(63 -> 64) MatureSkinComplexions.esp

(64 -> 65) Orc&ElfFix4TBBP.esp

(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp

(66 -> 67) XPMSE.esp

(67 -> 68) FNISSexyMove.esp

(68 -> 69) BBLSspouse.esp

(69 -> 70) BBLuxurySuiteExt.esp

(70 -> 71) BBLSVisitors.esp

(71 -> 72) BBLSHousecarlsmovein.esp

(72 -> 73) BBLSapachii.esp

(73 -> 74) BBLS-ELFXFrontStepspatch.esp

(74 -> 75) Skyrim Immersive Creatures.esp

(75 -> 76) Skyrim Immersive Creatures - DLC2.esp

(76 -> 77) Immersive Patrols II.esp

(77 -> 78) SPTDiverseGuardsSkyrim.esp

(78 -> 79) Inconsequential NPCs.esp

(79 -> 80) Auto Unequip Ammo.esp

(80 -> 81) Chesko_WearableLantern.esp

(81 -> 82) JSwordsDistributionBalancePlugin.esp

(82 -> 83) DragonPlateBrazen.esp

(83 -> 84) OpenFaceGuardHelmets.esp

(84 -> 85) Svs Collection Jewelry.esp

(85 -> 86) LBackpackAll.esp

(86 -> 87) Kaw's Claws.esp

(87 -> 88) Remodeled Armor - Underwear.esp

(88 -> 89) Remodeled Armor - Vanilla Replacer.esp

(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp

(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp

(91 -> 92) sextoys-calyps-2.esp

(92 -> 93) HDT Piercingsets.esp

(93 -> 94) CBBE Heels Collection.esp

(94 -> 95) ChaPi Clothing.esp

(95 -> 96) Craftable_Hair_groin.esp

(96 -> 97) Zipsuit.esp

(97 -> 98) SexLab_SOS-Stapon.esp

(98 -> 99) Devious Deviants.esp

(99 -> 100) Devious Devices - For the Masses II.esp

(100 -> 101) SexLabWerewolves.esp

(101 -> 102) MoreNastyCritters.esp

(102 -> 103) SexLabNudeCreatures.esp

(103 -> 104) SexLabNudeCreaturesDG.esp

(104 -> 105) SexLabNudeCreaturesDB.esp

(105 -> 106) HentaiCreatures.esp

(106 -> 107) LoversComfort.esp

(107 -> 108) LoversHook.esp

(108 -> 109) MF_RadiantProstitution.esp

(109 -> 110) sr_FillHerUp.esp

(110 -> 111) EstrusChaurus.esp

(111 -> 112) NusbieVoices.esp

(112 -> 113) SexLabGenderChange.esp

(113 -> 114) SexLab-AmorousAdventures.esp

(114 -> 115) SexLab-Stories.esp

(115 -> 116) SexLab-StoriesDevious.esp

(116 -> 117) hydra_slavegirls.esp

(117 -> 118) slaverun.esp

(118 -> 119) SlaverunEnforcer.esp

(119 -> 120) SexSlavesForVanillaBandits.esp

(120 -> 121) SexLab_DibellaCult.esp

(121 -> 122) SexLab_DibellaCult_Sisters.esp

(122 -> 123) Captured Dreams.esp

(123 -> 124) CD - SVS Jewelry addon.esp

(124 -> 125) CD - Calyps Sextoys addon.esp

(125 -> 126) SexLabDefeat.esp

(126 -> 127) mslDeviousCaptures.esp

(127 -> 128) Deviously Cursed Loot.esp

(128 -> 129) NonSexLabAnimationPack.esp

(129 -> 130) AKElvenTeenies.esp

(130 -> 131) ERF - Succubus.esp

(131 -> 132) RosaFollower.esp

(132 -> 133) EFFDialogue.esp

(133 -> 134) UIExtensions.esp

(134 -> 135) Bijin Warmaidens.esp

(135 -> 136) DeadlyDragons.esp

(136 -> 137) VioLens.esp

(137 -> 138) dD - Enhanced Blood Main.esp

(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp

(139 -> 140) dD-Larger Splatter Size.esp

Loading menu open/close event registrations...

Loading key input event registrations...

Loading control input event registrations...

Loading mod callback event registrations...

Loading crosshair ref event registrations...

Loading camera event registrations...

Loading actor action event registrations...

Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)

Loading SKSEPersistentObjectStorage data...

Loading SKSEDelayFunctorManager data...

dispatch message (3) to plugin listeners

sending message type 3 to plugin 1

sending message type 3 to plugin 6

sending message type 3 to plugin 8

dispatched message.

cleared save path

WidgetLoader.as: setRootPath(a_path = )

WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)

WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)

WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)

WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)

save name is autosave2

full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\autosave2.skse

dispatch message (2) to plugin listeners

sending message type 2 to plugin 1

sending message type 2 to plugin 6

sending message type 2 to plugin 8

dispatched message.

loading co-save

Loading mod list:

(0 -> 0) Skyrim.esm

(1 -> 1) Update.esm

(2 -> 2) Unofficial Skyrim Patch.esp

(3 -> 3) Dawnguard.esm

(4 -> 4) Unofficial Dawnguard Patch.esp

(5 -> 5) HearthFires.esm

(6 -> 6) Unofficial Hearthfire Patch.esp

(7 -> 7) Dragonborn.esm

(8 -> 8) Unofficial Dragonborn Patch.esp

(9 -> 9) ApachiiHair.esm

(10 -> 10) ApachiiHairFemales.esm

(11 -> 11) BBLuxurySuite.esm

(12 -> 12) hdtHighHeel.esm

(13 -> 13) Schlongs of Skyrim - Core.esm

(14 -> 14) SexLab.esm

(15 -> 15) SexLabAroused.esm

(16 -> 16) ZaZAnimationPack.esm

(17 -> 17) CreatureFramework.esm

(18 -> 18) JSwords.esm

(19 -> 19) Devious Devices - Assets.esm

(20 -> 20) Devious Devices - Integration.esm

(21 -> 21) Devious Devices - Expansion.esm

(22 -> 22) EFFCore.esm

(23 -> 23) HighResTexturePack01.esp

(24 -> 24) HighResTexturePack02.esp

(25 -> 25) HighResTexturePack03.esp

(26 -> 26) Unofficial High Resolution Patch.esp

(27 -> 27) Unique Region Names - Dragonborn.esp

(28 -> 28) Unique Region Names.esp

(29 -> 29) SFO - Expanded Diversity.esp

(30 -> 30) Skyrim Flora Overhaul.esp

(31 -> 31) SMIM-Merged-All.esp

(32 -> 32) SkyFalls + SkyMills + DG + DB.esp

(33 -> 33) SkyFalls + SkyMills.esp

(34 -> 34) WATER DG + DB.esp

(35 -> 35) WATER Plants.esp

(36 -> 36) WATER-RND Legendary Patch.esp

(37 -> 37) Better Dynamic Snow.esp

(38 -> 38) Moss Rocks.esp

(39 -> 40) EnhancedLightsandFX.esp

(40 -> 41) ELFXEnhancer.esp

(41 -> 42) ELFX - Exteriors.esp

(42 -> 43) ELFX - Dawnguard.esp

(43 -> 44) ELFX - Dragonborn.esp

(44 -> 45) Skysan_ELFX_SMIM_Fix.esp

(45 -> 46) SkyUI.esp

(46 -> 47) SGHailPackAllinOne.esp

(47 -> 48) TheEyesOfBeauty.esp

(48 -> 49) Schlongs of Skyrim.esp

(49 -> 50) SOS - Smurf Average Addon.esp

(50 -> 51) RealisticNeedsandDiseases.esp

(51 -> 52) RND_Dawnguard-Patch.esp

(52 -> 53) RND_HearthFires-Patch.esp

(53 -> 54) RND_Dragonborn-Patch.esp

(54 -> 55) RND_USKP-Patch.esp

(55 -> 56) RaceMenu.esp

(56 -> 57) RaceMenuPlugin.esp

(57 -> 58) BS-TheHag_Overlays.esp

(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp

(59 -> 60) TheCoenaculiCBBE.esp

(60 -> 61) RaceMenuMorphsCBBE.esp

(61 -> 62) RaceMenuMorphsUUNP.esp

(62 -> 63) SlaveTats.esp

(63 -> 64) MatureSkinComplexions.esp

(64 -> 65) Orc&ElfFix4TBBP.esp

(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp

(66 -> 67) XPMSE.esp

(67 -> 68) FNISSexyMove.esp

(68 -> 69) BBLSspouse.esp

(69 -> 70) BBLuxurySuiteExt.esp

(70 -> 71) BBLSVisitors.esp

(71 -> 72) BBLSHousecarlsmovein.esp

(72 -> 73) BBLSapachii.esp

(73 -> 74) BBLS-ELFXFrontStepspatch.esp

(74 -> 75) Skyrim Immersive Creatures.esp

(75 -> 76) Skyrim Immersive Creatures - DLC2.esp

(76 -> 77) Immersive Patrols II.esp

(77 -> 78) SPTDiverseGuardsSkyrim.esp

(78 -> 79) Inconsequential NPCs.esp

(79 -> 80) Auto Unequip Ammo.esp

(80 -> 81) Chesko_WearableLantern.esp

(81 -> 82) JSwordsDistributionBalancePlugin.esp

(82 -> 83) DragonPlateBrazen.esp

(83 -> 84) OpenFaceGuardHelmets.esp

(84 -> 85) Svs Collection Jewelry.esp

(85 -> 86) LBackpackAll.esp

(86 -> 87) Kaw's Claws.esp

(87 -> 88) Remodeled Armor - Underwear.esp

(88 -> 89) Remodeled Armor - Vanilla Replacer.esp

(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp

(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp

(91 -> 92) sextoys-calyps-2.esp

(92 -> 93) HDT Piercingsets.esp

(93 -> 94) CBBE Heels Collection.esp

(94 -> 95) ChaPi Clothing.esp

(95 -> 96) Craftable_Hair_groin.esp

(96 -> 97) Zipsuit.esp

(97 -> 98) SexLab_SOS-Stapon.esp

(98 -> 99) Devious Deviants.esp

(99 -> 100) Devious Devices - For the Masses II.esp

(100 -> 101) SexLabWerewolves.esp

(101 -> 102) MoreNastyCritters.esp

(102 -> 103) SexLabNudeCreatures.esp

(103 -> 104) SexLabNudeCreaturesDG.esp

(104 -> 105) SexLabNudeCreaturesDB.esp

(105 -> 106) HentaiCreatures.esp

(106 -> 107) LoversComfort.esp

(107 -> 108) LoversHook.esp

(108 -> 109) MF_RadiantProstitution.esp

(109 -> 110) sr_FillHerUp.esp

(110 -> 111) EstrusChaurus.esp

(111 -> 112) NusbieVoices.esp

(112 -> 113) SexLabGenderChange.esp

(113 -> 114) SexLab-AmorousAdventures.esp

(114 -> 115) SexLab-Stories.esp

(115 -> 116) SexLab-StoriesDevious.esp

(116 -> 117) hydra_slavegirls.esp

(117 -> 118) slaverun.esp

(118 -> 119) SlaverunEnforcer.esp

(119 -> 120) SexSlavesForVanillaBandits.esp

(120 -> 121) SexLab_DibellaCult.esp

(121 -> 122) SexLab_DibellaCult_Sisters.esp

(122 -> 123) Captured Dreams.esp

(123 -> 124) CD - SVS Jewelry addon.esp

(124 -> 125) CD - Calyps Sextoys addon.esp

(125 -> 126) SexLabDefeat.esp

(126 -> 127) mslDeviousCaptures.esp

(127 -> 128) Deviously Cursed Loot.esp

(128 -> 129) NonSexLabAnimationPack.esp

(129 -> 130) AKElvenTeenies.esp

(130 -> 131) ERF - Succubus.esp

(131 -> 132) RosaFollower.esp

(132 -> 133) EFFDialogue.esp

(133 -> 134) UIExtensions.esp

(134 -> 135) Bijin Warmaidens.esp

(135 -> 136) DeadlyDragons.esp

(136 -> 137) VioLens.esp

(137 -> 138) dD - Enhanced Blood Main.esp

(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp

(139 -> 140) dD-Larger Splatter Size.esp

Loading menu open/close event registrations...

Loading key input event registrations...

Loading control input event registrations...

Loading mod callback event registrations...

Loading crosshair ref event registrations...

Loading camera event registrations...

Loading actor action event registrations...

Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)

Loading SKSEPersistentObjectStorage data...

Loading SKSEDelayFunctorManager data...

dispatch message (3) to plugin listeners

sending message type 3 to plugin 1

sending message type 3 to plugin 6

sending message type 3 to plugin 8

dispatched message.

cleared save path

WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)

WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)

WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)

WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)

 

 

 

 

 

if you have it. it should be located here

yourskyrimpath...\Skyrim\Data\SKSE

 

Though know this the file is not usually present. All the time I have installed SKSE I have had to make the SKSE.ini fil myself

 

use a text editor. and write this in it. ( or copy past it )

____

 

[General]

EnableDiagnostics=1

ClearInvalidRegistrations=0

[Memory]

defaultHeapInitialAllocMB=768

scrapHeapSizeMB=256

 

____

This is what is writen in by me and what I use

 

take a look at this link it help explains what the entry does and more about the ini file and skse :)

http://steamcommunity.com/app/72850/discussions/0/540740500921363665/

 

Link to comment

hello

help i have this mod but all male npc follow me and rape me i can't do any quest !!!!

and i try to modify setting but no way any help please

 any setting in mcm ?

 

Provide a load order then I may be able to narrow it down but this is the topic for Sexlab Arousal Redux send me a pm instead so we do not flood the topic  ;) And I can say almost with any doubt that This is not the mod that causes you the problem.

it only controls arousal and keeps it as a referance to other mods ( as far as I know  :blush:  )

Link to comment

 

 

 

Dear fishburger67,

 

since i am still looking for a solution of my "infinitive loading screen" issue in combination with the mod "Slaverun", could it be that this one here blast of the loading process, since there are a lot of naked npc´s around the city, even in the inn i noticed about 5 (depends an daily schedule of some npcs) Sorry for having no more details, i am not at my pc atm.

 

 

How it works

The original version uses a cloak spell to set arousal levels as the player passes through the world. It attaches a script to each and every NPC it encounters. I have seen up to 18 of these scripts in a save game and expect that many more may be running at any time in the game.

 

 

 

Redux changes that by having Dialog/ReferenceAlias based scan that gets all NPCs withing 1024 units (about 50 feet). It also gets all naked NPCs in the same radius and applies the original arousal logic to them. This scan happens currently once each 120 seconds (2 minutes). The scan is fast, typically less than 2 seconds and all but .5 seconds of that is spent outside the papyrus engine, so it should dramatically reduce the papyrus impact.

 

 

 

All of the original pcs files remain essentially unchanged. There is a single return statement added to the top of lacloakeffscr, and much of the content in this file was copied to slamainscr for use directly by it. slamainscr and slaconfig were heavily modified. Slaconfig to restart all the quests when this one first loads, and slamainscr to do the periodic scans. All original functions remain, so if you use them in your mod, they will still be there.

 

 

 

If you open the mod in CK, you will find two additional dialogs. slaNakedNPC and slaAllNpc. These two dialogs, when started collect all NPCs meeting the ReferenceAlias parameters.

 

 

 

It uses exactly the same routines as the original.

 

Infinite loading screens are normally caused by failing to enable the SKSE memory patch or not adjusting the memory values to meet your mod load. There's a tool you can use to find out if you need to adjust the memory settings but first make sure you have it enambled and it is actually working (check your SKSE log file).

 

 

Hello Waxenfigure and fishburger67,

 

thanks for your response. I checked the log file under C:\Users\MyPC\Documents\My Games\Skyrim\SKSE

In the log file there is an interesting entry saying

 

--> config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

 

So i went there the check what you mentioned. The part with the so called integraded SMSE Patch. But there is no skse.ini - File?

Where could it be located? Or might the installation of SKSE 1.7.3 over the installer be defect/crapy? 

 

Here´s the skse Log file:

 

 

SKSE runtime: initialize (version = 1.7.3 09200000 01D0E9C1B9115F37, os = 6.1 (7601))

imagebase = 00400000

runtime root = D:\Spiele\Steam\steamapps\common\Skyrim\

config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

plugin directory = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll

registering plugin listener for SKSE at 1 of 2

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll (00000001 chargen 00000004) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll (00000001 DDiUtil 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll (00000001 Fuz Ro D'oh 06018195) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll (00000001 hdtHighHeelNative 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll (00000001 hdtPhysicsExtensions 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll

registering plugin listener for SKSE at 6 of 7

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll (00000001 JContainers 00000003) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll (00000001 Mfg Console plugin 00000002) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll

registering plugin listener for SKSE at 8 of 9

registering plugin listener for chargen at 8 of 9

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll (00000001 nioverride 00000004) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll (00000001 SchlongsOfSkyrim 000493E4) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll (00000001 SexLabUtil 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll (00000001 ShowRaceMenu preCacheKiller plugin 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll (00000001 papyrusutil plugin 00000001) loaded correctly

checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll

plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll (00000001 zzEstrusUtil 00000001) loaded correctly

dispatch message (0) to plugin listeners

sending message type 0 to plugin 1

dispatch message (0) to plugin listeners

sending message type 0 to plugin 6

sending message type 0 to plugin 8

dispatched message.

dispatch message (1) to plugin listeners

sending message type 1 to plugin 1

sending message type 1 to plugin 6

dispatch message (1) to plugin listeners

dispatched message.

sending message type 1 to plugin 8

dispatched message.

init complete

hooked dinput

dispatch message (6) to plugin listeners

sending message type 6 to plugin 1

sending message type 6 to plugin 6

sending message type 6 to plugin 8

dispatched message.

Reading translations from Interface\Translations\Schlongs of Skyrim - Core_GERMAN.txt...

Reading translations from Interface\Translations\SexLab_GERMAN.txt...

Reading translations from Interface\Translations\SexLabAroused_GERMAN.txt...

Reading translations from Interface\Translations\ZaZAnimationPack_GERMAN.txt...

Reading translations from Interface\Translations\CreatureFramework_GERMAN.txt...

Reading translations from Interface\Translations\SkyUI_GERMAN.txt...

Reading translations from Interface\Translations\RealisticNeedsandDiseases_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenu_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenuMorphsCBBE_GERMAN.txt...

Reading translations from Interface\Translations\RaceMenuMorphsUUNP_GERMAN.txt...

Reading translations from Interface\Translations\XPMSE_GERMAN.txt...

Reading translations from Interface\Translations\Skyrim Immersive Creatures_GERMAN.txt...

Reading translations from Interface\Translations\Auto Unequip Ammo_GERMAN.txt...

Reading translations from Interface\Translations\Chesko_WearableLantern_GERMAN.txt...

Reading translations from Interface\Translations\SexLabWerewolves_GERMAN.txt...

Reading translations from Interface\Translations\LoversComfort_GERMAN.txt...

Reading translations from Interface\Translations\LoversHook_GERMAN.txt...

Reading translations from Interface\Translations\MF_RadiantProstitution_GERMAN.txt...

Reading translations from Interface\Translations\sr_FillHerUp_GERMAN.txt...

Reading translations from Interface\Translations\EstrusChaurus_GERMAN.txt...

Reading translations from Interface\Translations\SexLabDefeat_GERMAN.txt...

Reading translations from Interface\Translations\mslDeviousCaptures_GERMAN.txt...

Reading translations from Interface\Translations\Deviously Cursed Loot_GERMAN.txt...

Reading translations from Interface\Translations\DeadlyDragons_GERMAN.txt...

dispatch message (8) to plugin listeners

sending message type 8 to plugin 1

sending message type 8 to plugin 6

sending message type 8 to plugin 8

dispatched message.

save name is Speichern 34 - Rias Gremory Pinewatch 01.41.43

full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\Speichern 34 - Rias Gremory Pinewatch 01.41.43.skse

dispatch message (2) to plugin listeners

sending message type 2 to plugin 1

sending message type 2 to plugin 6

sending message type 2 to plugin 8

dispatched message.

loading co-save

Loading mod list:

(0 -> 0) Skyrim.esm

(1 -> 1) Update.esm

(2 -> 2) Unofficial Skyrim Patch.esp

(3 -> 3) Dawnguard.esm

(4 -> 4) Unofficial Dawnguard Patch.esp

(5 -> 5) HearthFires.esm

(6 -> 6) Unofficial Hearthfire Patch.esp

(7 -> 7) Dragonborn.esm

(8 -> 8) Unofficial Dragonborn Patch.esp

(9 -> 9) ApachiiHair.esm

(10 -> 10) ApachiiHairFemales.esm

(11 -> 11) BBLuxurySuite.esm

(12 -> 12) hdtHighHeel.esm

(13 -> 13) Schlongs of Skyrim - Core.esm

(14 -> 14) SexLab.esm

(15 -> 15) SexLabAroused.esm

(16 -> 16) ZaZAnimationPack.esm

(17 -> 17) CreatureFramework.esm

(18 -> 18) JSwords.esm

(19 -> 19) Devious Devices - Assets.esm

(20 -> 20) Devious Devices - Integration.esm

(21 -> 21) Devious Devices - Expansion.esm

(22 -> 22) EFFCore.esm

(23 -> 23) HighResTexturePack01.esp

(24 -> 24) HighResTexturePack02.esp

(25 -> 25) HighResTexturePack03.esp

(26 -> 26) Unofficial High Resolution Patch.esp

(27 -> 27) Unique Region Names - Dragonborn.esp

(28 -> 28) Unique Region Names.esp

(29 -> 29) SFO - Expanded Diversity.esp

(30 -> 30) Skyrim Flora Overhaul.esp

(31 -> 31) SMIM-Merged-All.esp

(32 -> 32) SkyFalls + SkyMills + DG + DB.esp

(33 -> 33) SkyFalls + SkyMills.esp

(34 -> 34) WATER DG + DB.esp

(35 -> 35) WATER Plants.esp

(36 -> 36) WATER-RND Legendary Patch.esp

(37 -> 37) Better Dynamic Snow.esp

(38 -> 38) Moss Rocks.esp

(39 -> 40) EnhancedLightsandFX.esp

(40 -> 41) ELFXEnhancer.esp

(41 -> 42) ELFX - Exteriors.esp

(42 -> 43) ELFX - Dawnguard.esp

(43 -> 44) ELFX - Dragonborn.esp

(44 -> 45) Skysan_ELFX_SMIM_Fix.esp

(45 -> 46) SkyUI.esp

(46 -> 47) SGHailPackAllinOne.esp

(47 -> 48) TheEyesOfBeauty.esp

(48 -> 49) Schlongs of Skyrim.esp

(49 -> 50) SOS - Smurf Average Addon.esp

(50 -> 51) RealisticNeedsandDiseases.esp

(51 -> 52) RND_Dawnguard-Patch.esp

(52 -> 53) RND_HearthFires-Patch.esp

(53 -> 54) RND_Dragonborn-Patch.esp

(54 -> 55) RND_USKP-Patch.esp

(55 -> 56) RaceMenu.esp

(56 -> 57) RaceMenuPlugin.esp

(57 -> 58) BS-TheHag_Overlays.esp

(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp

(59 -> 60) TheCoenaculiCBBE.esp

(60 -> 61) RaceMenuMorphsCBBE.esp

(61 -> 62) RaceMenuMorphsUUNP.esp

(62 -> 63) SlaveTats.esp

(63 -> 64) MatureSkinComplexions.esp

(64 -> 65) Orc&ElfFix4TBBP.esp

(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp

(66 -> 67) XPMSE.esp

(67 -> 68) FNISSexyMove.esp

(68 -> 69) BBLSspouse.esp

(69 -> 70) BBLuxurySuiteExt.esp

(70 -> 71) BBLSVisitors.esp

(71 -> 72) BBLSHousecarlsmovein.esp

(72 -> 73) BBLSapachii.esp

(73 -> 74) BBLS-ELFXFrontStepspatch.esp

(74 -> 75) Skyrim Immersive Creatures.esp

(75 -> 76) Skyrim Immersive Creatures - DLC2.esp

(76 -> 77) Immersive Patrols II.esp

(77 -> 78) SPTDiverseGuardsSkyrim.esp

(78 -> 79) Inconsequential NPCs.esp

(79 -> 80) Auto Unequip Ammo.esp

(80 -> 81) Chesko_WearableLantern.esp

(81 -> 82) JSwordsDistributionBalancePlugin.esp

(82 -> 83) DragonPlateBrazen.esp

(83 -> 84) OpenFaceGuardHelmets.esp

(84 -> 85) Svs Collection Jewelry.esp

(85 -> 86) LBackpackAll.esp

(86 -> 87) Kaw's Claws.esp

(87 -> 88) Remodeled Armor - Underwear.esp

(88 -> 89) Remodeled Armor - Vanilla Replacer.esp

(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp

(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp

(91 -> 92) sextoys-calyps-2.esp

(92 -> 93) HDT Piercingsets.esp

(93 -> 94) CBBE Heels Collection.esp

(94 -> 95) ChaPi Clothing.esp

(95 -> 96) Craftable_Hair_groin.esp

(96 -> 97) Zipsuit.esp

(97 -> 98) SexLab_SOS-Stapon.esp

(98 -> 99) Devious Deviants.esp

(99 -> 100) Devious Devices - For the Masses II.esp

(100 -> 101) SexLabWerewolves.esp

(101 -> 102) MoreNastyCritters.esp

(102 -> 103) SexLabNudeCreatures.esp

(103 -> 104) SexLabNudeCreaturesDG.esp

(104 -> 105) SexLabNudeCreaturesDB.esp

(105 -> 106) HentaiCreatures.esp

(106 -> 107) LoversComfort.esp

(107 -> 108) LoversHook.esp

(108 -> 109) MF_RadiantProstitution.esp

(109 -> 110) sr_FillHerUp.esp

(110 -> 111) EstrusChaurus.esp

(111 -> 112) NusbieVoices.esp

(112 -> 113) SexLabGenderChange.esp

(113 -> 114) SexLab-AmorousAdventures.esp

(114 -> 115) SexLab-Stories.esp

(115 -> 116) SexLab-StoriesDevious.esp

(116 -> 117) hydra_slavegirls.esp

(117 -> 118) slaverun.esp

(118 -> 119) SlaverunEnforcer.esp

(119 -> 120) SexSlavesForVanillaBandits.esp

(120 -> 121) SexLab_DibellaCult.esp

(121 -> 122) SexLab_DibellaCult_Sisters.esp

(122 -> 123) Captured Dreams.esp

(123 -> 124) CD - SVS Jewelry addon.esp

(124 -> 125) CD - Calyps Sextoys addon.esp

(125 -> 126) SexLabDefeat.esp

(126 -> 127) mslDeviousCaptures.esp

(127 -> 128) Deviously Cursed Loot.esp

(128 -> 129) NonSexLabAnimationPack.esp

(129 -> 130) AKElvenTeenies.esp

(130 -> 131) ERF - Succubus.esp

(131 -> 132) RosaFollower.esp

(132 -> 133) EFFDialogue.esp

(133 -> 134) UIExtensions.esp

(134 -> 135) Bijin Warmaidens.esp

(135 -> 136) DeadlyDragons.esp

(136 -> 137) VioLens.esp

(137 -> 138) dD - Enhanced Blood Main.esp

(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp

(139 -> 140) dD-Larger Splatter Size.esp

Loading menu open/close event registrations...

Loading key input event registrations...

Loading control input event registrations...

Loading mod callback event registrations...

Loading crosshair ref event registrations...

Loading camera event registrations...

Loading actor action event registrations...

Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)

Loading SKSEPersistentObjectStorage data...

Loading SKSEDelayFunctorManager data...

dispatch message (3) to plugin listeners

sending message type 3 to plugin 1

sending message type 3 to plugin 6

sending message type 3 to plugin 8

dispatched message.

cleared save path

WidgetLoader.as: setRootPath(a_path = )

WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)

WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)

WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)

WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)

save name is autosave2

full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\autosave2.skse

dispatch message (2) to plugin listeners

sending message type 2 to plugin 1

sending message type 2 to plugin 6

sending message type 2 to plugin 8

dispatched message.

loading co-save

Loading mod list:

(0 -> 0) Skyrim.esm

(1 -> 1) Update.esm

(2 -> 2) Unofficial Skyrim Patch.esp

(3 -> 3) Dawnguard.esm

(4 -> 4) Unofficial Dawnguard Patch.esp

(5 -> 5) HearthFires.esm

(6 -> 6) Unofficial Hearthfire Patch.esp

(7 -> 7) Dragonborn.esm

(8 -> 8) Unofficial Dragonborn Patch.esp

(9 -> 9) ApachiiHair.esm

(10 -> 10) ApachiiHairFemales.esm

(11 -> 11) BBLuxurySuite.esm

(12 -> 12) hdtHighHeel.esm

(13 -> 13) Schlongs of Skyrim - Core.esm

(14 -> 14) SexLab.esm

(15 -> 15) SexLabAroused.esm

(16 -> 16) ZaZAnimationPack.esm

(17 -> 17) CreatureFramework.esm

(18 -> 18) JSwords.esm

(19 -> 19) Devious Devices - Assets.esm

(20 -> 20) Devious Devices - Integration.esm

(21 -> 21) Devious Devices - Expansion.esm

(22 -> 22) EFFCore.esm

(23 -> 23) HighResTexturePack01.esp

(24 -> 24) HighResTexturePack02.esp

(25 -> 25) HighResTexturePack03.esp

(26 -> 26) Unofficial High Resolution Patch.esp

(27 -> 27) Unique Region Names - Dragonborn.esp

(28 -> 28) Unique Region Names.esp

(29 -> 29) SFO - Expanded Diversity.esp

(30 -> 30) Skyrim Flora Overhaul.esp

(31 -> 31) SMIM-Merged-All.esp

(32 -> 32) SkyFalls + SkyMills + DG + DB.esp

(33 -> 33) SkyFalls + SkyMills.esp

(34 -> 34) WATER DG + DB.esp

(35 -> 35) WATER Plants.esp

(36 -> 36) WATER-RND Legendary Patch.esp

(37 -> 37) Better Dynamic Snow.esp

(38 -> 38) Moss Rocks.esp

(39 -> 40) EnhancedLightsandFX.esp

(40 -> 41) ELFXEnhancer.esp

(41 -> 42) ELFX - Exteriors.esp

(42 -> 43) ELFX - Dawnguard.esp

(43 -> 44) ELFX - Dragonborn.esp

(44 -> 45) Skysan_ELFX_SMIM_Fix.esp

(45 -> 46) SkyUI.esp

(46 -> 47) SGHailPackAllinOne.esp

(47 -> 48) TheEyesOfBeauty.esp

(48 -> 49) Schlongs of Skyrim.esp

(49 -> 50) SOS - Smurf Average Addon.esp

(50 -> 51) RealisticNeedsandDiseases.esp

(51 -> 52) RND_Dawnguard-Patch.esp

(52 -> 53) RND_HearthFires-Patch.esp

(53 -> 54) RND_Dragonborn-Patch.esp

(54 -> 55) RND_USKP-Patch.esp

(55 -> 56) RaceMenu.esp

(56 -> 57) RaceMenuPlugin.esp

(57 -> 58) BS-TheHag_Overlays.esp

(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp

(59 -> 60) TheCoenaculiCBBE.esp

(60 -> 61) RaceMenuMorphsCBBE.esp

(61 -> 62) RaceMenuMorphsUUNP.esp

(62 -> 63) SlaveTats.esp

(63 -> 64) MatureSkinComplexions.esp

(64 -> 65) Orc&ElfFix4TBBP.esp

(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp

(66 -> 67) XPMSE.esp

(67 -> 68) FNISSexyMove.esp

(68 -> 69) BBLSspouse.esp

(69 -> 70) BBLuxurySuiteExt.esp

(70 -> 71) BBLSVisitors.esp

(71 -> 72) BBLSHousecarlsmovein.esp

(72 -> 73) BBLSapachii.esp

(73 -> 74) BBLS-ELFXFrontStepspatch.esp

(74 -> 75) Skyrim Immersive Creatures.esp

(75 -> 76) Skyrim Immersive Creatures - DLC2.esp

(76 -> 77) Immersive Patrols II.esp

(77 -> 78) SPTDiverseGuardsSkyrim.esp

(78 -> 79) Inconsequential NPCs.esp

(79 -> 80) Auto Unequip Ammo.esp

(80 -> 81) Chesko_WearableLantern.esp

(81 -> 82) JSwordsDistributionBalancePlugin.esp

(82 -> 83) DragonPlateBrazen.esp

(83 -> 84) OpenFaceGuardHelmets.esp

(84 -> 85) Svs Collection Jewelry.esp

(85 -> 86) LBackpackAll.esp

(86 -> 87) Kaw's Claws.esp

(87 -> 88) Remodeled Armor - Underwear.esp

(88 -> 89) Remodeled Armor - Vanilla Replacer.esp

(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp

(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp

(91 -> 92) sextoys-calyps-2.esp

(92 -> 93) HDT Piercingsets.esp

(93 -> 94) CBBE Heels Collection.esp

(94 -> 95) ChaPi Clothing.esp

(95 -> 96) Craftable_Hair_groin.esp

(96 -> 97) Zipsuit.esp

(97 -> 98) SexLab_SOS-Stapon.esp

(98 -> 99) Devious Deviants.esp

(99 -> 100) Devious Devices - For the Masses II.esp

(100 -> 101) SexLabWerewolves.esp

(101 -> 102) MoreNastyCritters.esp

(102 -> 103) SexLabNudeCreatures.esp

(103 -> 104) SexLabNudeCreaturesDG.esp

(104 -> 105) SexLabNudeCreaturesDB.esp

(105 -> 106) HentaiCreatures.esp

(106 -> 107) LoversComfort.esp

(107 -> 108) LoversHook.esp

(108 -> 109) MF_RadiantProstitution.esp

(109 -> 110) sr_FillHerUp.esp

(110 -> 111) EstrusChaurus.esp

(111 -> 112) NusbieVoices.esp

(112 -> 113) SexLabGenderChange.esp

(113 -> 114) SexLab-AmorousAdventures.esp

(114 -> 115) SexLab-Stories.esp

(115 -> 116) SexLab-StoriesDevious.esp

(116 -> 117) hydra_slavegirls.esp

(117 -> 118) slaverun.esp

(118 -> 119) SlaverunEnforcer.esp

(119 -> 120) SexSlavesForVanillaBandits.esp

(120 -> 121) SexLab_DibellaCult.esp

(121 -> 122) SexLab_DibellaCult_Sisters.esp

(122 -> 123) Captured Dreams.esp

(123 -> 124) CD - SVS Jewelry addon.esp

(124 -> 125) CD - Calyps Sextoys addon.esp

(125 -> 126) SexLabDefeat.esp

(126 -> 127) mslDeviousCaptures.esp

(127 -> 128) Deviously Cursed Loot.esp

(128 -> 129) NonSexLabAnimationPack.esp

(129 -> 130) AKElvenTeenies.esp

(130 -> 131) ERF - Succubus.esp

(131 -> 132) RosaFollower.esp

(132 -> 133) EFFDialogue.esp

(133 -> 134) UIExtensions.esp

(134 -> 135) Bijin Warmaidens.esp

(135 -> 136) DeadlyDragons.esp

(136 -> 137) VioLens.esp

(137 -> 138) dD - Enhanced Blood Main.esp

(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp

(139 -> 140) dD-Larger Splatter Size.esp

Loading menu open/close event registrations...

Loading key input event registrations...

Loading control input event registrations...

Loading mod callback event registrations...

Loading crosshair ref event registrations...

Loading camera event registrations...

Loading actor action event registrations...

Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)

Loading SKSEPersistentObjectStorage data...

Loading SKSEDelayFunctorManager data...

dispatch message (3) to plugin listeners

sending message type 3 to plugin 1

sending message type 3 to plugin 6

sending message type 3 to plugin 8

dispatched message.

cleared save path

WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)

WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)

WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)

WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)

 

 

 

 

 

if you have it. it should be located here

yourskyrimpath...\Skyrim\Data\SKSE

 

Though know this the file is not usually present. All the time I have installed SKSE I have had to make the SKSE.ini fil myself

 

use a text editor. and write this in it. ( or copy past it )

____

 

[General]

EnableDiagnostics=1

ClearInvalidRegistrations=0

[Memory]

defaultHeapInitialAllocMB=768

scrapHeapSizeMB=256

 

____

This is what is writen in by me and what I use

 

take a look at this link it help explains what the entry does and more about the ini file and skse :)

http://steamcommunity.com/app/72850/discussions/0/540740500921363665/

 

 

You can customize your SKSE.ini the way you want really, but from looking around the net, I gather this is a "better" version for a SKSE.ini:

 

[Display]

iTintTextureResolution=2048

[General]

ClearInvalidRegistrations=1

EnableDiagnostics=1

[Memory]

DefaultHeapInitialAllocMB=768

ScrapHeapSizeMB=256

 

Link to comment

 

 

 

 

 

 

Dear fishburger67,
 
since i am still looking for a solution of my "infinitive loading screen" issue in combination with the mod "Slaverun", could it be that this one here blast of the loading process, since there are a lot of naked npc´s around the city, even in the inn i noticed about 5 (depends an daily schedule of some npcs) Sorry for having no more details, i am not at my pc atm.
 

How it works
The original version uses a cloak spell to set arousal levels as the player passes through the world. It attaches a script to each and every NPC it encounters. I have seen up to 18 of these scripts in a save game and expect that many more may be running at any time in the game.



Redux changes that by having Dialog/ReferenceAlias based scan that gets all NPCs withing 1024 units (about 50 feet). It also gets all naked NPCs in the same radius and applies the original arousal logic to them. This scan happens currently once each 120 seconds (2 minutes). The scan is fast, typically less than 2 seconds and all but .5 seconds of that is spent outside the papyrus engine, so it should dramatically reduce the papyrus impact.



All of the original pcs files remain essentially unchanged. There is a single return statement added to the top of lacloakeffscr, and much of the content in this file was copied to slamainscr for use directly by it. slamainscr and slaconfig were heavily modified. Slaconfig to restart all the quests when this one first loads, and slamainscr to do the periodic scans. All original functions remain, so if you use them in your mod, they will still be there.



If you open the mod in CK, you will find two additional dialogs. slaNakedNPC and slaAllNpc. These two dialogs, when started collect all NPCs meeting the ReferenceAlias parameters.



It uses exactly the same routines as the original.

 


Infinite loading screens are normally caused by failing to enable the SKSE memory patch or not adjusting the memory values to meet your mod load. There's a tool you can use to find out if you need to adjust the memory settings but first make sure you have it enambled and it is actually working (check your SKSE log file).

 

 

Hello Waxenfigure and fishburger67,

 

thanks for your response. I checked the log file under C:\Users\MyPC\Documents\My Games\Skyrim\SKSE

In the log file there is an interesting entry saying

 

--> config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini

 

So i went there the check what you mentioned. The part with the so called integraded SMSE Patch. But there is no skse.ini - File?

Where could it be located? Or might the installation of SKSE 1.7.3 over the installer be defect/crapy? 

 

Here´s the skse Log file:

 

 

SKSE runtime: initialize (version = 1.7.3 09200000 01D0E9C1B9115F37, os = 6.1 (7601))
imagebase = 00400000
runtime root = D:\Spiele\Steam\steamapps\common\Skyrim\
config path = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\skse.ini
plugin directory = D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll
registering plugin listener for SKSE at 1 of 2
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\chargen.dll (00000001 chargen 00000004) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\DeviousDevices.dll (00000001 DDiUtil 00000001) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\Fuz Ro D'oh.dll (00000001 Fuz Ro D'oh 06018195) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtHighHeelNative.dll (00000001 hdtHighHeelNative 00000001) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\hdtPhysicsExtensions.dll (00000001 hdtPhysicsExtensions 00000001) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll
registering plugin listener for SKSE at 6 of 7
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\JContainers.dll (00000001 JContainers 00000003) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\MfgConsole.dll (00000001 Mfg Console plugin 00000002) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll
registering plugin listener for SKSE at 8 of 9
registering plugin listener for chargen at 8 of 9
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\nioverride.dll (00000001 nioverride 00000004) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SchlongsOfSkyrim.dll (00000001 SchlongsOfSkyrim 000493E4) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\SexLabUtil.dll (00000001 SexLabUtil 00000001) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\showRaceMenu_preCacheKiller.dll (00000001 ShowRaceMenu preCacheKiller plugin 00000001) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\StorageUtil.dll (00000001 papyrusutil plugin 00000001) loaded correctly
checking plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll
plugin D:\Spiele\Steam\steamapps\common\Skyrim\Data\SKSE\Plugins\\zzEstrusUtil.dll (00000001 zzEstrusUtil 00000001) loaded correctly
dispatch message (0) to plugin listeners
sending message type 0 to plugin 1
dispatch message (0) to plugin listeners
sending message type 0 to plugin 6
sending message type 0 to plugin 8
dispatched message.
dispatch message (1) to plugin listeners
sending message type 1 to plugin 1
sending message type 1 to plugin 6
dispatch message (1) to plugin listeners
dispatched message.
sending message type 1 to plugin 8
dispatched message.
init complete
hooked dinput
dispatch message (6) to plugin listeners
sending message type 6 to plugin 1
sending message type 6 to plugin 6
sending message type 6 to plugin 8
dispatched message.
Reading translations from Interface\Translations\Schlongs of Skyrim - Core_GERMAN.txt...
Reading translations from Interface\Translations\SexLab_GERMAN.txt...
Reading translations from Interface\Translations\SexLabAroused_GERMAN.txt...
Reading translations from Interface\Translations\ZaZAnimationPack_GERMAN.txt...
Reading translations from Interface\Translations\CreatureFramework_GERMAN.txt...
Reading translations from Interface\Translations\SkyUI_GERMAN.txt...
Reading translations from Interface\Translations\RealisticNeedsandDiseases_GERMAN.txt...
Reading translations from Interface\Translations\RaceMenu_GERMAN.txt...
Reading translations from Interface\Translations\RaceMenuMorphsCBBE_GERMAN.txt...
Reading translations from Interface\Translations\RaceMenuMorphsUUNP_GERMAN.txt...
Reading translations from Interface\Translations\XPMSE_GERMAN.txt...
Reading translations from Interface\Translations\Skyrim Immersive Creatures_GERMAN.txt...
Reading translations from Interface\Translations\Auto Unequip Ammo_GERMAN.txt...
Reading translations from Interface\Translations\Chesko_WearableLantern_GERMAN.txt...
Reading translations from Interface\Translations\SexLabWerewolves_GERMAN.txt...
Reading translations from Interface\Translations\LoversComfort_GERMAN.txt...
Reading translations from Interface\Translations\LoversHook_GERMAN.txt...
Reading translations from Interface\Translations\MF_RadiantProstitution_GERMAN.txt...
Reading translations from Interface\Translations\sr_FillHerUp_GERMAN.txt...
Reading translations from Interface\Translations\EstrusChaurus_GERMAN.txt...
Reading translations from Interface\Translations\SexLabDefeat_GERMAN.txt...
Reading translations from Interface\Translations\mslDeviousCaptures_GERMAN.txt...
Reading translations from Interface\Translations\Deviously Cursed Loot_GERMAN.txt...
Reading translations from Interface\Translations\DeadlyDragons_GERMAN.txt...
dispatch message (8) to plugin listeners
sending message type 8 to plugin 1
sending message type 8 to plugin 6
sending message type 8 to plugin 8
dispatched message.
save name is Speichern 34 - Rias Gremory Pinewatch 01.41.43
full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\Speichern 34 - Rias Gremory Pinewatch 01.41.43.skse
dispatch message (2) to plugin listeners
sending message type 2 to plugin 1
sending message type 2 to plugin 6
sending message type 2 to plugin 8
dispatched message.
loading co-save
Loading mod list:
(0 -> 0) Skyrim.esm
(1 -> 1) Update.esm
(2 -> 2) Unofficial Skyrim Patch.esp
(3 -> 3) Dawnguard.esm
(4 -> 4) Unofficial Dawnguard Patch.esp
(5 -> 5) HearthFires.esm
(6 -> 6) Unofficial Hearthfire Patch.esp
(7 -> 7) Dragonborn.esm
(8 -> 8) Unofficial Dragonborn Patch.esp
(9 -> 9) ApachiiHair.esm
(10 -> 10) ApachiiHairFemales.esm
(11 -> 11) BBLuxurySuite.esm
(12 -> 12) hdtHighHeel.esm
(13 -> 13) Schlongs of Skyrim - Core.esm
(14 -> 14) SexLab.esm
(15 -> 15) SexLabAroused.esm
(16 -> 16) ZaZAnimationPack.esm
(17 -> 17) CreatureFramework.esm
(18 -> 18) JSwords.esm
(19 -> 19) Devious Devices - Assets.esm
(20 -> 20) Devious Devices - Integration.esm
(21 -> 21) Devious Devices - Expansion.esm
(22 -> 22) EFFCore.esm
(23 -> 23) HighResTexturePack01.esp
(24 -> 24) HighResTexturePack02.esp
(25 -> 25) HighResTexturePack03.esp
(26 -> 26) Unofficial High Resolution Patch.esp
(27 -> 27) Unique Region Names - Dragonborn.esp
(28 -> 28) Unique Region Names.esp
(29 -> 29) SFO - Expanded Diversity.esp
(30 -> 30) Skyrim Flora Overhaul.esp
(31 -> 31) SMIM-Merged-All.esp
(32 -> 32) SkyFalls + SkyMills + DG + DB.esp
(33 -> 33) SkyFalls + SkyMills.esp
(34 -> 34) WATER DG + DB.esp
(35 -> 35) WATER Plants.esp
(36 -> 36) WATER-RND Legendary Patch.esp
(37 -> 37) Better Dynamic Snow.esp
(38 -> 38) Moss Rocks.esp
(39 -> 40) EnhancedLightsandFX.esp
(40 -> 41) ELFXEnhancer.esp
(41 -> 42) ELFX - Exteriors.esp
(42 -> 43) ELFX - Dawnguard.esp
(43 -> 44) ELFX - Dragonborn.esp
(44 -> 45) Skysan_ELFX_SMIM_Fix.esp
(45 -> 46) SkyUI.esp
(46 -> 47) SGHailPackAllinOne.esp
(47 -> 48) TheEyesOfBeauty.esp
(48 -> 49) Schlongs of Skyrim.esp
(49 -> 50) SOS - Smurf Average Addon.esp
(50 -> 51) RealisticNeedsandDiseases.esp
(51 -> 52) RND_Dawnguard-Patch.esp
(52 -> 53) RND_HearthFires-Patch.esp
(53 -> 54) RND_Dragonborn-Patch.esp
(54 -> 55) RND_USKP-Patch.esp
(55 -> 56) RaceMenu.esp
(56 -> 57) RaceMenuPlugin.esp
(57 -> 58) BS-TheHag_Overlays.esp
(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp
(59 -> 60) TheCoenaculiCBBE.esp
(60 -> 61) RaceMenuMorphsCBBE.esp
(61 -> 62) RaceMenuMorphsUUNP.esp
(62 -> 63) SlaveTats.esp
(63 -> 64) MatureSkinComplexions.esp
(64 -> 65) Orc&ElfFix4TBBP.esp
(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp
(66 -> 67) XPMSE.esp
(67 -> 68) FNISSexyMove.esp
(68 -> 69) BBLSspouse.esp
(69 -> 70) BBLuxurySuiteExt.esp
(70 -> 71) BBLSVisitors.esp
(71 -> 72) BBLSHousecarlsmovein.esp
(72 -> 73) BBLSapachii.esp
(73 -> 74) BBLS-ELFXFrontStepspatch.esp
(74 -> 75) Skyrim Immersive Creatures.esp
(75 -> 76) Skyrim Immersive Creatures - DLC2.esp
(76 -> 77) Immersive Patrols II.esp
(77 -> 78) SPTDiverseGuardsSkyrim.esp
(78 -> 79) Inconsequential NPCs.esp
(79 -> 80) Auto Unequip Ammo.esp
(80 -> 81) Chesko_WearableLantern.esp
(81 -> 82) JSwordsDistributionBalancePlugin.esp
(82 -> 83) DragonPlateBrazen.esp
(83 -> 84) OpenFaceGuardHelmets.esp
(84 -> 85) Svs Collection Jewelry.esp
(85 -> 86) LBackpackAll.esp
(86 -> 87) Kaw's Claws.esp
(87 -> 88) Remodeled Armor - Underwear.esp
(88 -> 89) Remodeled Armor - Vanilla Replacer.esp
(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp
(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp
(91 -> 92) sextoys-calyps-2.esp
(92 -> 93) HDT Piercingsets.esp
(93 -> 94) CBBE Heels Collection.esp
(94 -> 95) ChaPi Clothing.esp
(95 -> 96) Craftable_Hair_groin.esp
(96 -> 97) Zipsuit.esp
(97 -> 98) SexLab_SOS-Stapon.esp
(98 -> 99) Devious Deviants.esp
(99 -> 100) Devious Devices - For the Masses II.esp
(100 -> 101) SexLabWerewolves.esp
(101 -> 102) MoreNastyCritters.esp
(102 -> 103) SexLabNudeCreatures.esp
(103 -> 104) SexLabNudeCreaturesDG.esp
(104 -> 105) SexLabNudeCreaturesDB.esp
(105 -> 106) HentaiCreatures.esp
(106 -> 107) LoversComfort.esp
(107 -> 108) LoversHook.esp
(108 -> 109) MF_RadiantProstitution.esp
(109 -> 110) sr_FillHerUp.esp
(110 -> 111) EstrusChaurus.esp
(111 -> 112) NusbieVoices.esp
(112 -> 113) SexLabGenderChange.esp
(113 -> 114) SexLab-AmorousAdventures.esp
(114 -> 115) SexLab-Stories.esp
(115 -> 116) SexLab-StoriesDevious.esp
(116 -> 117) hydra_slavegirls.esp
(117 -> 118) slaverun.esp
(118 -> 119) SlaverunEnforcer.esp
(119 -> 120) SexSlavesForVanillaBandits.esp
(120 -> 121) SexLab_DibellaCult.esp
(121 -> 122) SexLab_DibellaCult_Sisters.esp
(122 -> 123) Captured Dreams.esp
(123 -> 124) CD - SVS Jewelry addon.esp
(124 -> 125) CD - Calyps Sextoys addon.esp
(125 -> 126) SexLabDefeat.esp
(126 -> 127) mslDeviousCaptures.esp
(127 -> 128) Deviously Cursed Loot.esp
(128 -> 129) NonSexLabAnimationPack.esp
(129 -> 130) AKElvenTeenies.esp
(130 -> 131) ERF - Succubus.esp
(131 -> 132) RosaFollower.esp
(132 -> 133) EFFDialogue.esp
(133 -> 134) UIExtensions.esp
(134 -> 135) Bijin Warmaidens.esp
(135 -> 136) DeadlyDragons.esp
(136 -> 137) VioLens.esp
(137 -> 138) dD - Enhanced Blood Main.esp
(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp
(139 -> 140) dD-Larger Splatter Size.esp
Loading menu open/close event registrations...
Loading key input event registrations...
Loading control input event registrations...
Loading mod callback event registrations...
Loading crosshair ref event registrations...
Loading camera event registrations...
Loading actor action event registrations...
Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)
Loading SKSEPersistentObjectStorage data...
Loading SKSEDelayFunctorManager data...
dispatch message (3) to plugin listeners
sending message type 3 to plugin 1
sending message type 3 to plugin 6
sending message type 3 to plugin 8
dispatched message.
cleared save path
WidgetLoader.as: setRootPath(a_path = )
WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)
WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)
WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)
WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)
save name is autosave2
full save path: C:\Users\Norad\Documents\My Games\Skyrim\Saves\\autosave2.skse
dispatch message (2) to plugin listeners
sending message type 2 to plugin 1
sending message type 2 to plugin 6
sending message type 2 to plugin 8
dispatched message.
loading co-save
Loading mod list:
(0 -> 0) Skyrim.esm
(1 -> 1) Update.esm
(2 -> 2) Unofficial Skyrim Patch.esp
(3 -> 3) Dawnguard.esm
(4 -> 4) Unofficial Dawnguard Patch.esp
(5 -> 5) HearthFires.esm
(6 -> 6) Unofficial Hearthfire Patch.esp
(7 -> 7) Dragonborn.esm
(8 -> 8) Unofficial Dragonborn Patch.esp
(9 -> 9) ApachiiHair.esm
(10 -> 10) ApachiiHairFemales.esm
(11 -> 11) BBLuxurySuite.esm
(12 -> 12) hdtHighHeel.esm
(13 -> 13) Schlongs of Skyrim - Core.esm
(14 -> 14) SexLab.esm
(15 -> 15) SexLabAroused.esm
(16 -> 16) ZaZAnimationPack.esm
(17 -> 17) CreatureFramework.esm
(18 -> 18) JSwords.esm
(19 -> 19) Devious Devices - Assets.esm
(20 -> 20) Devious Devices - Integration.esm
(21 -> 21) Devious Devices - Expansion.esm
(22 -> 22) EFFCore.esm
(23 -> 23) HighResTexturePack01.esp
(24 -> 24) HighResTexturePack02.esp
(25 -> 25) HighResTexturePack03.esp
(26 -> 26) Unofficial High Resolution Patch.esp
(27 -> 27) Unique Region Names - Dragonborn.esp
(28 -> 28) Unique Region Names.esp
(29 -> 29) SFO - Expanded Diversity.esp
(30 -> 30) Skyrim Flora Overhaul.esp
(31 -> 31) SMIM-Merged-All.esp
(32 -> 32) SkyFalls + SkyMills + DG + DB.esp
(33 -> 33) SkyFalls + SkyMills.esp
(34 -> 34) WATER DG + DB.esp
(35 -> 35) WATER Plants.esp
(36 -> 36) WATER-RND Legendary Patch.esp
(37 -> 37) Better Dynamic Snow.esp
(38 -> 38) Moss Rocks.esp
(39 -> 40) EnhancedLightsandFX.esp
(40 -> 41) ELFXEnhancer.esp
(41 -> 42) ELFX - Exteriors.esp
(42 -> 43) ELFX - Dawnguard.esp
(43 -> 44) ELFX - Dragonborn.esp
(44 -> 45) Skysan_ELFX_SMIM_Fix.esp
(45 -> 46) SkyUI.esp
(46 -> 47) SGHailPackAllinOne.esp
(47 -> 48) TheEyesOfBeauty.esp
(48 -> 49) Schlongs of Skyrim.esp
(49 -> 50) SOS - Smurf Average Addon.esp
(50 -> 51) RealisticNeedsandDiseases.esp
(51 -> 52) RND_Dawnguard-Patch.esp
(52 -> 53) RND_HearthFires-Patch.esp
(53 -> 54) RND_Dragonborn-Patch.esp
(54 -> 55) RND_USKP-Patch.esp
(55 -> 56) RaceMenu.esp
(56 -> 57) RaceMenuPlugin.esp
(57 -> 58) BS-TheHag_Overlays.esp
(58 -> 59) RaceMenuOverlayCompilation - CBBE.esp
(59 -> 60) TheCoenaculiCBBE.esp
(60 -> 61) RaceMenuMorphsCBBE.esp
(61 -> 62) RaceMenuMorphsUUNP.esp
(62 -> 63) SlaveTats.esp
(63 -> 64) MatureSkinComplexions.esp
(64 -> 65) Orc&ElfFix4TBBP.esp
(65 -> 66) dD - Realistic Ragdoll Force - Realistic.esp
(66 -> 67) XPMSE.esp
(67 -> 68) FNISSexyMove.esp
(68 -> 69) BBLSspouse.esp
(69 -> 70) BBLuxurySuiteExt.esp
(70 -> 71) BBLSVisitors.esp
(71 -> 72) BBLSHousecarlsmovein.esp
(72 -> 73) BBLSapachii.esp
(73 -> 74) BBLS-ELFXFrontStepspatch.esp
(74 -> 75) Skyrim Immersive Creatures.esp
(75 -> 76) Skyrim Immersive Creatures - DLC2.esp
(76 -> 77) Immersive Patrols II.esp
(77 -> 78) SPTDiverseGuardsSkyrim.esp
(78 -> 79) Inconsequential NPCs.esp
(79 -> 80) Auto Unequip Ammo.esp
(80 -> 81) Chesko_WearableLantern.esp
(81 -> 82) JSwordsDistributionBalancePlugin.esp
(82 -> 83) DragonPlateBrazen.esp
(83 -> 84) OpenFaceGuardHelmets.esp
(84 -> 85) Svs Collection Jewelry.esp
(85 -> 86) LBackpackAll.esp
(86 -> 87) Kaw's Claws.esp
(87 -> 88) Remodeled Armor - Underwear.esp
(88 -> 89) Remodeled Armor - Vanilla Replacer.esp
(89 -> 90) Remodeled Armor - Vanilla Replacer - Dawnguard.esp
(90 -> 91) Remodeled Armor - Vanilla Replacer - Dragonborn.esp
(91 -> 92) sextoys-calyps-2.esp
(92 -> 93) HDT Piercingsets.esp
(93 -> 94) CBBE Heels Collection.esp
(94 -> 95) ChaPi Clothing.esp
(95 -> 96) Craftable_Hair_groin.esp
(96 -> 97) Zipsuit.esp
(97 -> 98) SexLab_SOS-Stapon.esp
(98 -> 99) Devious Deviants.esp
(99 -> 100) Devious Devices - For the Masses II.esp
(100 -> 101) SexLabWerewolves.esp
(101 -> 102) MoreNastyCritters.esp
(102 -> 103) SexLabNudeCreatures.esp
(103 -> 104) SexLabNudeCreaturesDG.esp
(104 -> 105) SexLabNudeCreaturesDB.esp
(105 -> 106) HentaiCreatures.esp
(106 -> 107) LoversComfort.esp
(107 -> 108) LoversHook.esp
(108 -> 109) MF_RadiantProstitution.esp
(109 -> 110) sr_FillHerUp.esp
(110 -> 111) EstrusChaurus.esp
(111 -> 112) NusbieVoices.esp
(112 -> 113) SexLabGenderChange.esp
(113 -> 114) SexLab-AmorousAdventures.esp
(114 -> 115) SexLab-Stories.esp
(115 -> 116) SexLab-StoriesDevious.esp
(116 -> 117) hydra_slavegirls.esp
(117 -> 118) slaverun.esp
(118 -> 119) SlaverunEnforcer.esp
(119 -> 120) SexSlavesForVanillaBandits.esp
(120 -> 121) SexLab_DibellaCult.esp
(121 -> 122) SexLab_DibellaCult_Sisters.esp
(122 -> 123) Captured Dreams.esp
(123 -> 124) CD - SVS Jewelry addon.esp
(124 -> 125) CD - Calyps Sextoys addon.esp
(125 -> 126) SexLabDefeat.esp
(126 -> 127) mslDeviousCaptures.esp
(127 -> 128) Deviously Cursed Loot.esp
(128 -> 129) NonSexLabAnimationPack.esp
(129 -> 130) AKElvenTeenies.esp
(130 -> 131) ERF - Succubus.esp
(131 -> 132) RosaFollower.esp
(132 -> 133) EFFDialogue.esp
(133 -> 134) UIExtensions.esp
(134 -> 135) Bijin Warmaidens.esp
(135 -> 136) DeadlyDragons.esp
(136 -> 137) VioLens.esp
(137 -> 138) dD - Enhanced Blood Main.esp
(138 -> 139) dD-DG-DB-Immersive Creatures EBT Patch.esp
(139 -> 140) dD-Larger Splatter Size.esp
Loading menu open/close event registrations...
Loading key input event registrations...
Loading control input event registrations...
Loading mod callback event registrations...
Loading crosshair ref event registrations...
Loading camera event registrations...
Loading actor action event registrations...
Unhandled chunk type in Core_LoadCallback: 4E494E55 (UNIN)
Loading SKSEPersistentObjectStorage data...
Loading SKSEDelayFunctorManager data...
dispatch message (3) to plugin listeners
sending message type 3 to plugin 1
sending message type 3 to plugin 6
sending message type 3 to plugin 8
dispatched message.
cleared save path
WidgetLoader.as: loadWidget(a_widgetID = 0, a_widgetSource = skyui/followerpanel.swf)
WidgetLoader.as: loadWidget(a_widgetID = 1, a_widgetSource = defeat/meter.swf)
WidgetLoader.as: loadWidget(a_widgetID = 2, a_widgetSource = skyui/activeeffects.swf)
WidgetLoader.as: loadWidget(a_widgetID = 3, a_widgetSource = wearablelanterns/meter.swf)



 

 

if you have it. it should be located here

yourskyrimpath...\Skyrim\Data\SKSE

 

Though know this the file is not usually present. All the time I have installed SKSE I have had to make the SKSE.ini fil myself

 

use a text editor. and write this in it. ( or copy past it )

____

 

[General]
EnableDiagnostics=1
ClearInvalidRegistrations=0
[Memory]
defaultHeapInitialAllocMB=768
scrapHeapSizeMB=256

 

____

This is what is writen in by me and what I use

 

take a look at this link it help explains what the entry does and more about the ini file and skse :)

http://steamcommunity.com/app/72850/discussions/0/540740500921363665/

 

 

You can customize your SKSE.ini the way you want really, but from looking around the net, I gather this is a "better" version for a SKSE.ini:

 

-------

[Display]
iTintTextureResolution=2048
[General]
ClearInvalidRegistrations=1
EnableDiagnostics=1
[Memory]
DefaultHeapInitialAllocMB=768
ScrapHeapSizeMB=256

----------
 

 

 

 

also the one I find most frequently

 

[Display]
iTintTextureResolution=2048

 

I do not use this because it is not need for my rig :) and

 

ClearInvalidRegistrations=1

 

as I need to know in the papyrus what give me trouble before cleaning it up ;)

 

 

Link to comment

ok this my load HearthFires.esm
Dawnguard.esm
Dragonborn.esm
hdtHighHeel.esm
Havok Breast Physic.esm
SOGS.esm
TKChildren.esm
Heels Sound.esm
SGHairPackBase.esm
SexLab.esm
Unofficial Skyrim Patch.esp
Unofficial Hearthfire Patch.esp
Unofficial Dawnguard Patch.esp
Unofficial Dragonborn Patch.esp
Correctif - Skyrim.esp
Correctif - Hearthfire.esp
Correctif - Dawnguard.esp
Correctif - Dragonborn.esp
RaceMenu.esp
RaceMenuPlugin.esp
Merta Assassin Tattoos.esp
AradiaBikini.esp
Dark Ebony Valkyrie Armor.esp
Gwelda Armor Pack.esp
KS Jewelry.esp
Lineage 2 Weapons.esp
takiarmor.esp
XXYoulanHH.esp
Qasmoke.esp
CBBE Heels Collection.esp
CoolItems1_2-WIFixed.esp
12FemaleBrows.esp
Brows.esp
StojaMakeupPack.esp
Dual Sheath Redux.esp
SkyUI.esp
18 Black Katanas.esp
SexyEveningDress.esp
Strap.esp
SGEyebrows.esp
TheEyesOfBeauty.esp
Tribal Tattoo Overlays.esp
Blaze Of Eventide.esp
Fudou Myouou.esp
LevelersTower.esp
Rynotis.esp
YotoHatamonba.esp
Eyepatch.esp
Mord Sith Cara.esp
Imaginator BETA.esp
KS Hairdo's.esp
RaceMenuMorphsCBBE.esp
RaceMenuPluginXPMSE.esp
ArshesNeiBikini.esp
ShadowCatArmor.esp
SOGS.esp
Zipsuit.esp
Merta Assassin Armor.esp
AmazingFollowerTweaks.esp
Bishu Osafune-ju Morikage.esp
BlackArmoredUnicorn.esp
TKChildren_DB.esp
TKChildren_HF.esp
TKChildren_V.esp
NewVampChainsCuirass.esp
numenume femalebrows MARO.esp
Eyes of Aber.esp
TrueEyes.esp
SGHairPackAIO.esp
TERAArmors_CBBE.esp
VindictusMixRobes.esp
DEM Ritual.esp
SinbloodLethalMajesty.esp
LustmordVampireArmor.esp
dD - Enhanced Blood Main.esp
dD-Dragonborn-Dawnguard-EBT Patch.esp
White River Cottage.esp
Facelight.esp
Balanced_Magic.esp
Dual Sheath Redux Patch.esp
ShowRaceMenuOptions.esp
SKpaints1.esp
SKpaints2.esp
Havok Breast Physic.esp
Customizable Camera.esp
ColorfulLightsNoShadows.esp
aya_099.esp
Follower Neisa.esp
RaceMenuOverlays.esp
RaceMenuOverlayCompilation - CBBE.esp
towConversation.esp
Chaconne.esp
Elwyn - YuiH StandAlone Follower.esp
Hikari.esp
FNISspells.esp
SexLabAroused.esm
SexLabRapeSpell.esp
CreatureFramework.esm
HentaiCreatures.esp
MoreNastyCritters.esp
SexLab Aroused Creatures.esp
SexLab Eager NPCs.esp
SexLab More Creatures.esp
SexLabNudeCreatures.esp
SexLabNudeCreaturesDB.esp
SexLabNudeCreaturesDG.esp
SexLabSquirtR.esp
SexLabMatchMaker.esp
HentaiPregnancy.esm
HPSoulGemBirth.esp

Link to comment

 

 

 

ok this my load HearthFires.esm

Dawnguard.esm

Dragonborn.esm

hdtHighHeel.esm

Havok Breast Physic.esm

SOGS.esm

TKChildren.esm

Heels Sound.esm

SGHairPackBase.esm

SexLab.esm

Unofficial Skyrim Patch.esp

Unofficial Hearthfire Patch.esp

Unofficial Dawnguard Patch.esp

Unofficial Dragonborn Patch.esp

Correctif - Skyrim.esp

Correctif - Hearthfire.esp

Correctif - Dawnguard.esp

Correctif - Dragonborn.esp

RaceMenu.esp

RaceMenuPlugin.esp

Merta Assassin Tattoos.esp

AradiaBikini.esp

Dark Ebony Valkyrie Armor.esp

Gwelda Armor Pack.esp

KS Jewelry.esp

Lineage 2 Weapons.esp

takiarmor.esp

XXYoulanHH.esp

Qasmoke.esp

CBBE Heels Collection.esp

CoolItems1_2-WIFixed.esp

12FemaleBrows.esp

Brows.esp

StojaMakeupPack.esp

Dual Sheath Redux.esp

SkyUI.esp

18 Black Katanas.esp

SexyEveningDress.esp

Strap.esp

SGEyebrows.esp

TheEyesOfBeauty.esp

Tribal Tattoo Overlays.esp

Blaze Of Eventide.esp

Fudou Myouou.esp

LevelersTower.esp

Rynotis.esp

YotoHatamonba.esp

Eyepatch.esp

Mord Sith Cara.esp

Imaginator BETA.esp

KS Hairdo's.esp

RaceMenuMorphsCBBE.esp

RaceMenuPluginXPMSE.esp

ArshesNeiBikini.esp

ShadowCatArmor.esp

SOGS.esp

Zipsuit.esp

Merta Assassin Armor.esp

AmazingFollowerTweaks.esp

Bishu Osafune-ju Morikage.esp

BlackArmoredUnicorn.esp

TKChildren_DB.esp

TKChildren_HF.esp

TKChildren_V.esp

NewVampChainsCuirass.esp

numenume femalebrows MARO.esp

Eyes of Aber.esp

TrueEyes.esp

SGHairPackAIO.esp

TERAArmors_CBBE.esp

VindictusMixRobes.esp

DEM Ritual.esp

SinbloodLethalMajesty.esp

LustmordVampireArmor.esp

dD - Enhanced Blood Main.esp

dD-Dragonborn-Dawnguard-EBT Patch.esp

White River Cottage.esp

Facelight.esp

Balanced_Magic.esp

Dual Sheath Redux Patch.esp

ShowRaceMenuOptions.esp

SKpaints1.esp

SKpaints2.esp

Havok Breast Physic.esp

Customizable Camera.esp

ColorfulLightsNoShadows.esp

aya_099.esp

Follower Neisa.esp

RaceMenuOverlays.esp

RaceMenuOverlayCompilation - CBBE.esp

towConversation.esp

Chaconne.esp

Elwyn - YuiH StandAlone Follower.esp

Hikari.esp

FNISspells.esp

SexLabAroused.esm

SexLabRapeSpell.esp

CreatureFramework.esm

HentaiCreatures.esp

MoreNastyCritters.esp

SexLab Aroused Creatures.esp

SexLab Eager NPCs.esp

SexLab More Creatures.esp

SexLabNudeCreatures.esp

SexLabNudeCreaturesDB.esp

SexLabNudeCreaturesDG.esp

SexLabSquirtR.esp

SexLabMatchMaker.esp

HentaiPregnancy.esm

HPSoulGemBirth.esp

 

 

 

First, get and use LOOT to sort that load order.  It is incorrect.  The proper order for Skyrim and DLCs is Skyrim.esm, Update.esm, Dawnguard.esm, Hearthfires.esm, then Dragonborn.esm (basically, the order they were released). Next, the unofficial patches must be placed directly after the esm they are fixing (USKP must be placed after Skyrim.esm and Update.esm, USDG after Dawnguard.esm, etc.).  Get LOOT and use it to set the base load order, then try again.  Not saying it will solve your problems, but it will help.

 

Second (not related to your problem), use spoiler tags when posting long lists of things.  [ spoiler ]Your list of stuff here[ /spoiler ].  Remove the spaces from the tags to get them to work.

Link to comment

Thank you guys,

 

as i wrote in my own thread here:

 

http://www.loverslab.com/topic/52181-stability-issues-ctd%C2%B4s-inifitive-loading-screens/?p=1311241

 

i wasn´t aware, that the ini-file has to be created by me (the dumbass)

So yes, i am running i high moded Skyrim on a high performance System including ENB, lot oof overhaul mods (Ruffled Feather, SFO, ELFX, SMIM) and of course, lot´s of "Sexy Time" Mods

 

WITHOUT the Memory Patch of SKSE.

 

Kinda brave of me, what? :P

 

Link to comment

hello

help i have this mod but all male npc follow me and rape me i can't do any quest !!!!

and i try to modify setting but no way any help please

 any setting in mcm ?

 

Aroused has nothing to do with anything you mention here other than increasing your arousal level.  Other mods MAY use the arousal level to do other stuff. 

 

You have other mods are doing this stuff.  Best to look at your mod load and attempt to understand exactly what each of them do.

Link to comment

Hey Fish, I've been playing a fresh game for a while now using v21 and have not seen the desire spell kick once, could it be that it is not working? i have not done any testing or anything but i found it odd not seeing it since usually your girls manage to get my PC addicted (time rate above 100 i think?) in just a couple days lol.

Link to comment

Hey Fish, I've been playing a fresh game for a while now using v21 and have not seen the desire spell kick once, could it be that it is not working? i have not done any testing or anything but i found it odd not seeing it since usually your girls manage to get my PC addicted (time rate above 100 i think?) in just a couple days lol.

 

Haven't ever made any changes to the desire spell or the triggers.  I have seen an odd "Your desires are fullfilled" when I have done nothing.  I'll have to look into this a little deaper.

Link to comment

Thank you guys,

 

as i wrote in my own thread here:

 

http://www.loverslab.com/topic/52181-stability-issues-ctd%C2%B4s-inifitive-loading-screens/?p=1311241

 

i wasn´t aware, that the ini-file has to be created by me (the dumbass)

So yes, i am running i high moded Skyrim on a high performance System including ENB, lot oof overhaul mods (Ruffled Feather, SFO, ELFX, SMIM) and of course, lot´s of "Sexy Time" Mods

 

WITHOUT the Memory Patch of SKSE.

 

Kinda brave of me, what? :P

 

Well... "brave" is one word for it ;) I will be polite and I agree that it is brave *chuckle*

But seriously, a lot of people forget/ don't realise that they have to make a skse.ini themselves.

 

Link to comment

I'm wondering if there is any addon or patch that integrates some of the effects and features of other mods, such as RND and/or iNeed. For instance, it makes sense to me that intoxication from alcohol would slightly (or perhaps greatly) increase arousal, and conversly, over-eating would reduce arousal ("Ugh, I feel fat...").  Admittedly, I haven't been searching particularly extensively, so I could be missing something.

Link to comment

 

Hey Fish, I've been playing a fresh game for a while now using v21 and have not seen the desire spell kick once, could it be that it is not working? i have not done any testing or anything but i found it odd not seeing it since usually your girls manage to get my PC addicted (time rate above 100 i think?) in just a couple days lol.

 

Haven't ever made any changes to the desire spell or the triggers.  I have seen an odd "Your desires are fullfilled" when I have done nothing.  I'll have to look into this a little deaper.

 

You know, i disabled the spell in MCM, saved, loaded, enabled it again and it seems to be working fine, so nevermind.

 

Thanks!

Link to comment

 

 

Hey Fish, I've been playing a fresh game for a while now using v21 and have not seen the desire spell kick once, could it be that it is not working? i have not done any testing or anything but i found it odd not seeing it since usually your girls manage to get my PC addicted (time rate above 100 i think?) in just a couple days lol.

 

Haven't ever made any changes to the desire spell or the triggers.  I have seen an odd "Your desires are fullfilled" when I have done nothing.  I'll have to look into this a little deaper.

 

You know, i disabled the spell in MCM, saved, loaded, enabled it again and it seems to be working fine, so nevermind.

 

Thanks!

 

 

Glad you got it working.

Link to comment

Haven't ever made any changes to the desire spell or the triggers.  I have seen an odd "Your desires are fullfilled" when I have done nothing.  I'll have to look into this a little deaper.

 

 

From what I've seen the "Your Desires are Satisfied" message seems to show up when the scan triggers and your arousal is around 20.

 

I'd guess it's just the low arousal equivalent to the "I have Difficulty Focusing" and "I Need to Have Sex" messages. It's just a bit oddly worded, so it sounds like something has 'happened' when it's just flavor text.

Link to comment

Hello fishburger67,

 

may i ask, if the next version of SL Aroused redux will include Leito´s aroused female animation´s?

http://www.loverslab.com/blog/219/entry-1791-leito-new-animations-preview-9515/

You mentioned that in his thread. Or will they be in SL Slaves?

 

*pressthumbs for SL Arousel Redux* :)

 

Greetings

 

Yes.  I have a working demo and Leito is massaging the animations a bit.  Will be a couple of weeks.  I will be adding several new features for modders to Redux as well.

Link to comment

 

Hello fishburger67,

 

may i ask, if the next version of SL Aroused redux will include Leito´s aroused female animation´s?

http://www.loverslab.com/blog/219/entry-1791-leito-new-animations-preview-9515/

You mentioned that in his thread. Or will they be in SL Slaves?

 

*pressthumbs for SL Arousel Redux* :)

 

Greetings

 

Yes.  I have a working demo and Leito is massaging the animations a bit.  Will be a couple of weeks.  I will be adding several new features for modders to Redux as well.

 

 

Thanks for the info. :)

Link to comment

Hey, does the decay rates also affect the exposure lost from sex? I noticed on a recent game with very high decay rate (~8.5) I was only losing 2 or 3 exposure points per sexual encounter.

Link to comment

Hey, does the decay rates also affect the exposure lost from sex? I noticed on a recent game with very high decay rate (~8.5) I was only losing 2 or 3 exposure points per sexual encounter.

 

Here is the code to figure out how much exposure drops after orgasm:

 

    Int exposureValue = ((thisThread.TotalTime / GetAnimationDuration(thisThread)) * -20.0) as Int

 

 

thisThread.TotalTime is the total time calculated for the animation and GetAnimationDuration is how much time you actually spent in the animation.  So, as you can see, if you do not space bar through it, this value is -20.  

 

If you spacebar through it, the exposure loss drops linearly by how much time you skipped.

Link to comment

 

Hey, does the decay rates also affect the exposure lost from sex? I noticed on a recent game with very high decay rate (~8.5) I was only losing 2 or 3 exposure points per sexual encounter.

 

Here is the code to figure out how much exposure drops after orgasm:

 

    Int exposureValue = ((thisThread.TotalTime / GetAnimationDuration(thisThread)) * -20.0) as Int

 

 

thisThread.TotalTime is the total time calculated for the animation and GetAnimationDuration is how much time you actually spent in the animation.  So, as you can see, if you do not space bar through it, this value is -20.  

 

If you spacebar through it, the exposure loss drops linearly by how much time you skipped.

 

 

Did you mix up the definitions? It looks like when GetAnimationDuration is smaller than thisThread.TotalTime the coefficient will be bigger than 1, and you will lose more than -20.

 

Anyway that is good to know. I could definitely have been using the space bar.

Link to comment

I honestly find it a bit curious that you're tying a mod value to the amount of time someone watches an animation. There are a bunch of mods that can trigger a lot of sex scenes in a row. Whether I watch the entire animation of the 5th bandit in the group that defeated my character raping my PC shouldn't affect any in-game value. They were still raped, I just skipped watching it.

 

Your decision, of course, but I'm not really understanding the reasoning behind it.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use