Jump to content

Recommended Posts

57 minutes ago, Caco Demon said:

Got a massive wall of errors (took ages for script compiler to print 'em all). Am assuming its gonna want sources from all dependencies.

Well you have to start somewhere. I'd look at the scripts beginning '_sls_interfacexxxxx' and install them then see what you're left with. 

Link to comment

I'm not very experienced on the scripting side of things, so I figure it might be worth explaining what I'm trying to do - as the alterations I've made might not even work.

 

_SLS_SexExperience.psc contains the following section regarding forced drugging before aggressive sex scenes begin:

 

Spoiler

            ; Rape
            If IsPlayerVictim
                ; Forced drugs
                If !IsCreatureAnim && Menu.RapeForcedSkoomaChance >= Utility.RandomFloat(0.0, 100.0)
                    PlayerRef.AddItem(Skooma, 1, true)
                    PlayerRef.EquipItem(Skooma, abSilent = true)
                    Debug.Notification("I'm forced to drink something")
                EndIf

 

I feel its kind of strange for the rapist to deliberately waste good skooma on a victim. I figure they'd be more inclined to take the drug themselves so they can keep up the punishment. rather than risk giving their captive the stamina/drive to potentially escape.

 

What I'm trying to accomplish is swapping out the drug of choice with potions/effects from other mods. At this point, specifically:

 

Fertility Mode:

- Potion of Fertility

 

SexLab Eager NPCs (SLEN):

- Potion of Aphrodisia

- Philter of Aphrodisia

- Draught of Aphrodisia

- Elixir of Aphrodisia

 

So far, I've come up with the following for the Fertility Mode side of things;

 

Spoiler

            ; Rape
            If IsPlayerVictim
                ; Forced drugs
                If !IsCreatureAnim && Menu.RapeForcedSkoomaChance >= Utility.RandomFloat(0.0, 100.0) && !PlayerRef.HasMagicEffect(_JSW_BB_FertilityEffect)
                    PlayerRef.AddItem(PotionFertility, 1, true)
                    PlayerRef.EquipItem(PotionFertility, abSilent = true)
                    Debug.Notification("I'm forced to drink something... I think I'm ovulating...")
                EndIf

 

I realize I'll need to establish some kind of list for the Aphrodisiacs from SLEN so that the varying strengths are randomly chosen (not yet sure how to go about this).

 

In any case, I feel the drug changes would make getting defeated/nabbed by enemies a lot more risky for unprotected female characters. Instead of risking skooma addiction, now they'll be faced with significantly increased risk of pregnancy and further increases to lewdness/sex addiction through higher arousal/increased orgasm count.

Link to comment
7 minutes ago, dePog said:

it is mentioned that there are interactive maps at certain locations around Skyrim that you can look at to get your bearings. Where are they located and how do you activate them?

 

Have a look on the tables in the command tents located in Stormcloak/Imperial camps - or in the war rooms of the various palaces (such as Dragonsreach/Windhelm etc.)

Link to comment
5 hours ago, ralchemilla said:

Question! i accidentally set the cum amount of a Seeker (tentacles >:3 ) to Massive (Dragons) as it wasn't recognised by Sexlab Survival, i wish to reset the cum amount to maybe lesser amounts, how should i do it?

Ah it looks like there isn't currently a way to do that. 

Besides clearing the json and starting a new game/clean save. 

4 hours ago, ck2modfan said:

Is there a way to fix the tongue positioning? When ravenous and daydreaming, the tongue shows in middle of jaw. 

NifSkope + elbow grease. 

Link to comment
6 hours ago, Caco Demon said:

PlayerRef.AddItem(PotionFertility, 1, true)

It looks like you're making another mod a hard dependency here which would be a no-go. People hate dependencies. Trust me. 

I don't think it'd be hugely difficult to do what you want. The only reservation I'd have is that the Mcm is getting pretty bloated. 

Link to comment

Hi there ?

 

 

Had a CTD the crash log said it might be a SL Survival thing does any of this info mean anything to you? I was crossing the bridge from the college heading into Winterhold so the timing tracks to a proximity of loading an enforcer. 

 

Spoiler

Unhandled native exception occurred at 0x7FF75938FFE3 (SkyrimSE.exe+21FFE3) on thread 5444!

FrameworkName: NetScriptFramework
FrameworkVersion: 9
FrameworkArchitecture: x64
GameLibrary: SkyrimSE
GameLibraryVersion: 13
ApplicationName: SkyrimSE.exe
ApplicationVersion: 1.5.97.0
VersionInfo: Successfully loaded
Time: 15 Aug 2020 16:11:03.369

Possible relevant objects (2)
{
  [   1]    TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`)
  [   1]    Character(FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
}

Probable callstack
{
  [0]   0x7FF75938FFE3     (SkyrimSE.exe+21FFE3)          TESObjectREFR::unk_21FFB0+33
  [1]   0x7FF759B00F9F     (SkyrimSE.exe+990F9F)          SkyrimScript::anonymous_namespace::EnableFunctor::Func1_990E50+14F
  [2]   0x7FF759AA1567     (SkyrimSE.exe+931567)          SkyrimVM::unk_931470+F7
  [3]   0x7FF759A95443     (SkyrimSE.exe+925443)          SkyrimVM::unk_925410+33
  [4]   0x7FF759A92C5F     (SkyrimSE.exe+922C5F)          SkyrimVM::unk_922BA0+BF
  [5]   0x7FFEFB8F693B     (KERNELBASE.dll+6693B)         
  [6]   0x7FF7597B06F8     (SkyrimSE.exe+6406F8)          unk_6406D0+28
  [7]   0x7FF7597B0E79     (SkyrimSE.exe+640E79)          Job_Post_process_640DB0+C9
  [8]   0x7FF759851684     (SkyrimSE.exe+6E1684)          ProcessActorAnimSG_6E1670+14
  [9]   0x7FF759DA4C48     (SkyrimSE.exe+C34C48)          BSJobs::JobThread::Func1_C34930+318
  [10]  0x7FF759D7D6BD     (SkyrimSE.exe+C0D6BD)          StartAddress_0_C0D680+3D
  [11]  0x7FFEFD356FD4     (KERNEL32.DLL+16FD4)           
  [12]  0x7FFEFDF1CEC1     (ntdll.dll+4CEC1)              
}

Registers
{
  AX:       0x2020EECA200      (void*)
  BX:       0x2006AD80A00      (Character*) -> (FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
  CX:       0x0                (NULL)
  DX:       0x29               (u8):[41]
  SI:       0x2006AD80A00      (Character*) -> (FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
  DI:       0x9D77DFFC38       (void*)
  BP:       0x198C5A28600      (u64):[1755662419456] (f32):[-5200.75]
  SP:       0x9D77DFFB60       (void*)
  IP:       0x7FF75938FFE3     (SkyrimSE.exe+21FFE3) (void*)
  R8:       0x0                (NULL)
  R9:       0x0                (NULL)
  R10:      0xB                (u8):[11]
  R11:      0x1FEAF16DA80      (void*)
  R12:      0x0                (NULL)
  R13:      0x7FF75C0A0768     (SkyrimSE.exe+2F30768) (BSTCommonLLMessageQueue<BSTSmartPointer<SkyrimScript::DelayFunctor, BSTSmartPointerIntrusiveRefCount>>**)
  R14:      0x1388             (u16):[5000]
  R15:      0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  Flags:    0x10206           
  XMM0:     (double)0 / (float)0
  XMM1:     (double)5.06261777354921E-315 / (float)0.036
  XMM2:     (double)5.26354424712089E-315 / (float)1
  XMM3:     (double)1.58735232019473E-314 / (float)-1
  XMM4:     (double)0 / (float)0
  XMM5:     (double)0 / (float)0
  XMM6:     (double)5.2220990168286E-315 / (float)0.5
  XMM7:     (double)0 / (float)0
  XMM8:     (double)0 / (float)0
  XMM9:     (double)0 / (float)0
  XMM10:    (double)0 / (float)0
  XMM11:    (double)0 / (float)0
  XMM12:    (double)0 / (float)0
  XMM13:    (double)0 / (float)0
  XMM14:    (double)0 / (float)0
  XMM15:    (double)0 / (float)0
}

Stack
{
  [SP+0]    0x2006AD80A80      (void*)
  [SP+8]    0x2006AD80A00      (Character*) -> (FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
  [SP+10]   0x3F000000         (u32):[1056964608] (f32):[0.5]
  [SP+18]   0x0                (NULL)
  [SP+20]   0x2020EE103D0      (SkyrimScript::anonymous_namespace::EnableFunctor*)
  [SP+28]   0x7FF759B00F9F     (SkyrimSE.exe+990F9F) (void*)
  [SP+30]   0x202000614B6      (void*)
  [SP+38]   0x0                (NULL)
  [SP+40]   0x2020EE103D0      (SkyrimScript::anonymous_namespace::EnableFunctor*)
  [SP+48]   0x0                (NULL)
  [SP+50]   0x19800000000      (u64):[1752346656768]
  [SP+58]   0x1                (u8):[1]
  [SP+60]   0x7FF75C0A0770     (SkyrimSE.exe+2F30770) (BSTCommonLLMessageQueue<BSTSmartPointer<SkyrimScript::DelayFunctor, BSTSmartPointerIntrusiveRefCount>>**)
  [SP+68]   0x1                (u8):[1]
  [SP+70]   0x0                (NULL)
  [SP+78]   0x7FF759AA1567     (SkyrimSE.exe+931567) (void*)
  [SP+80]   0x1388             (u16):[5000]
  [SP+88]   0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  [SP+90]   0x7FF75C0A0760     (SkyrimSE.exe+2F30760) (void*)
  [SP+98]   0x198C5A286F5      (u64):[1755662419701] (f32):[-5200.87]
  [SP+A0]   0x2                (u8):[2]
  [SP+A8]   0x2020EE103D0      (SkyrimScript::anonymous_namespace::EnableFunctor*)
  [SP+B0]   0x1FEAF16DA60      (void*)
  [SP+B8]   0xFFFFFFFFFFFFFFFE (i64):[-2]
  [SP+C0]   0x0                (NULL)
  [SP+C8]   0x0                (NULL)
  [SP+D0]   0x0                (NULL)
  [SP+D8]   0x0                (NULL)
  [SP+E0]   0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  [SP+E8]   0x7FF759A95443     (SkyrimSE.exe+925443) (void*)
  [SP+F0]   0x7FF75C167784     (SkyrimSE.exe+2FF7784) (void*)
  [SP+F8]   0x1                (u8):[1]
  [SP+100]  0x7FF75C167780     (SkyrimSE.exe+2FF7780) (void*)
  [SP+108]  0x7FF75C167788     (SkyrimSE.exe+2FF7788) (void*)
  [SP+110]  0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  [SP+118]  0x7FF759A92C5F     (SkyrimSE.exe+922C5F) (void*)
  [SP+120]  0x7FF75C0A0760     (SkyrimSE.exe+2F30760) (void*)
  [SP+128]  0x0                (NULL)
  [SP+130]  0x0                (NULL)
  [SP+138]  0x0                (NULL)
  [SP+140]  0x7FF73F000000     (u64):[140699890614272] (f32):[0.5]
  [SP+148]  0x7FFEFB8F693B     (KERNELBASE.dll+6693B) (void*)
  [SP+150]  0x0                (NULL)
  [SP+158]  0x0                (NULL)
  [SP+160]  0x1                (u8):[1]
  [SP+168]  0x7FF7597B06F8     (SkyrimSE.exe+6406F8) (void*)
  [SP+170]  0x7FF75C169788     (SkyrimSE.exe+2FF9788) (void*)
  [SP+178]  0x0                (NULL)
  [SP+180]  0x2002CF0D440      (void*)
  [SP+188]  0x0                (NULL)
  [SP+190]  0xFFFFFFFFFFFFFFFE (i64):[-2]
  [SP+198]  0x2002CF0D440      (void*)
  [SP+1A0]  0x2002CF0D440      (void*)
  [SP+1A8]  0x7FF7597B0E79     (SkyrimSE.exe+640E79) (void*)
  [SP+1B0]  0x7FF75C169788     (SkyrimSE.exe+2FF9788) (void*)
  [SP+1B8]  0x7FF759851684     (SkyrimSE.exe+6E1684) (void*)
  [SP+1C0]  0x7FF700000000     (u64):[140698833649664]
  [SP+1C8]  0xF30              (u16):[3888]
  [SP+1D0]  0xFFFFFFFFFFFFFFFE (i64):[-2]
  [SP+1D8]  0x1                (u8):[1]
  [SP+1E0]  0x0                (NULL)
  [SP+1E8]  0x7FF759DA2A81     (SkyrimSE.exe+C32A81) (void*)
  [SP+1F0]  0x0                (NULL)
  [SP+1F8]  0x0                (NULL)
  [SP+200]  0x0                (NULL)
  [SP+208]  0x0                (NULL)
  [SP+210]  0x3                (u8):[3]
  [SP+218]  0x7FF75C169738     (SkyrimSE.exe+2FF9738) (void*)
  [SP+220]  0x0                (NULL)
  [SP+228]  0x2002CF0D440      (void*)
  [SP+230]  0x7FF75C169718     (SkyrimSE.exe+2FF9718) (BSJobs::JobThread*)
  [SP+238]  0x7FF759DA4C48     (SkyrimSE.exe+C34C48) (void*)
  [SP+240]  0x1                (u8):[1]
  [SP+248]  0x1                (u8):[1]
  [SP+250]  0x0                (NULL)
  [SP+258]  0x628              (u16):[1576]
  [SP+260]  0x0                (NULL)
  [SP+268]  0x0                (NULL)
  [SP+270]  0x0                (NULL)
  [SP+278]  0x0                (NULL)
  [SP+280]  0x0                (NULL)
  [SP+288]  0x0                (NULL)
  [SP+290]  0x7FF75C169718     (SkyrimSE.exe+2FF9718) (BSJobs::JobThread*)
  [SP+298]  0x7FF759D7D6BD     (SkyrimSE.exe+C0D6BD) (void*)
  [SP+2A0]  0x1E9CF            (u32):[125391]
  [SP+2A8]  0x1E9CE            (u32):[125390]
  [SP+2B0]  0x0                (NULL)
  [SP+2B8]  0x1FEB1484C68      (void*)
  [SP+2C0]  0x7FF75C169718     (SkyrimSE.exe+2FF9718) (BSJobs::JobThread*)
  [SP+2C8]  0x0                (NULL)
  [SP+2D0]  0x0                (NULL)
  [SP+2D8]  0x7FFEFD356FD4     (KERNEL32.DLL+16FD4) (void*)
  [SP+2E0]  0x0                (NULL)
  [SP+2E8]  0x0                (NULL)
  [SP+2F0]  0x0                (NULL)
  [SP+2F8]  0x0                (NULL)
  [SP+300]  0x0                (NULL)
  [SP+308]  0x7FFEFDF1CEC1     (ntdll.dll+4CEC1) (void*)
  [SP+310]  0x0                (NULL)
  [SP+318]  0x0                (NULL)
  [SP+320]  0x0                (NULL)
  [SP+328]  0x0                (NULL)
  [SP+330]  0x0                (NULL)
  [SP+338]  0x0                (NULL)
  [SP+340]  0x42679D6400000000 (u64):[4784966181926731776]
  [SP+348]  0x0                (NULL)
  [SP+350]  0x0                (NULL)
  [SP+358]  0x7FFEFB99B6D0     (KERNELBASE.dll+10B6D0) (void*)
  [SP+360]  0x9D77DFECC0       (void*)
  [SP+368]  0xEB9FE2BB400007FF (i64):[-1468205659638986753] (f32):[2.000488]
  [SP+370]  0x7FFEB9FE2BB4     (nvwgf2umx.dll+24C2BB4) (void*)
  [SP+378]  0x9D77DFECC0       (void*)
  [SP+380]  0x0                (NULL)
  [SP+388]  0x0                (NULL)
  [SP+390]  0x0                (NULL)
  [SP+398]  0x0                (NULL)
  [SP+3A0]  0x0                (NULL)
  [SP+3A8]  0x0                (NULL)
  [SP+3B0]  0x0                (NULL)
  [SP+3B8]  0x0                (NULL)
  [SP+3C0]  0x0                (NULL)
  [SP+3C8]  0x0                (NULL)
  [SP+3D0]  0x0                (NULL)
  [SP+3D8]  0x0                (NULL)
  [SP+3E0]  0x0                (NULL)
  [SP+3E8]  0x0                (NULL)
  [SP+3F0]  0x0                (NULL)
  [SP+3F8]  0x0                (NULL)
  [SP+400]  0x0                (NULL)
  [SP+408]  0x0                (NULL)
  [SP+410]  0x0                (NULL)
  [SP+418]  0x0                (NULL)
  [SP+420]  0x0                (NULL)
  [SP+428]  0x0                (NULL)
  [SP+430]  0x0                (NULL)
  [SP+438]  0x0                (NULL)
  [SP+440]  0x0                (NULL)
  [SP+448]  0x0                (NULL)
  [SP+450]  0x0                (NULL)
  [SP+458]  0x0                (NULL)
  [SP+460]  0x0                (NULL)
  [SP+468]  0x0                (NULL)
  [SP+470]  0x0                (NULL)
  [SP+478]  0x0                (NULL)
  [SP+480]  0x0                (NULL)
  [SP+488]  0x0                (NULL)
  [SP+490]  0x0                (NULL)
  [SP+498]  0x0                (NULL)
}

Modules
{
  SkyrimSE.exe:                                     0x7FF759170000
  ntdll.dll:                                        0x7FFEFDED0000
  KERNEL32.DLL:                                     0x7FFEFD340000
  KERNELBASE.dll:                                   0x7FFEFB890000
  apphelp.dll:                                      0x7FFEF8F30000
  USER32.dll:                                       0x7FFEFD400000
  win32u.dll:                                       0x7FFEFBC60000
  GDI32.dll:                                        0x7FFEFC7B0000
  gdi32full.dll:                                    0x7FFEFB620000
  msvcp_win.dll:                                    0x7FFEFBD60000
  ucrtbase.dll:                                     0x7FFEFBB60000
  ADVAPI32.dll:                                     0x7FFEFD9A0000
  msvcrt.dll:                                       0x7FFEFC8C0000
  sechost.dll:                                      0x7FFEFD220000
  RPCRT4.dll:                                       0x7FFEFC1B0000
  SHELL32.dll:                                      0x7FFEFC960000
  ole32.dll:                                        0x7FFEFD720000
  combase.dll:                                      0x7FFEFDA50000
  WS2_32.dll:                                       0x7FFEFD2D0000
  SETUPAPI.dll:                                     0x7FFEFC2E0000
  cfgmgr32.dll:                                     0x7FFEFBC90000
  bcrypt.dll:                                       0x7FFEFBEB0000
  OLEAUT32.dll:                                     0x7FFEFD850000
  XINPUT1_3.dll:                                    0x400000
  X3DAudio1_7.dll:                                  0x62A10000
  DINPUT8.dll:                                      0x7FFEDD2B0000
  binkw64.dll:                                      0x180000000
  WINHTTP.dll:                                      0x7FFED84F0000
  IPHLPAPI.DLL:                                     0x7FFEFAAC0000
  steam_api64.dll:                                  0x629D0000
  MSVCP140.dll:                                     0x7FFEDAAD0000
  WSOCK32.dll:                                      0x7FFED1F90000
  COMDLG32.dll:                                     0x7FFEFDDB0000
  shcore.dll:                                       0x7FFEFC100000
  d3dx9_42.dll:                                     0x7FFEF7330000
  VCRUNTIME140.dll:                                 0x7FFEDAB70000
  SHLWAPI.dll:                                      0x7FFEFC750000
  HID.DLL:                                          0x7FFEF9F60000
  WINMM.dll:                                        0x7FFEF1D00000
  dxgi.dll:                                         0x7FFEF9FA0000
  COMCTL32.dll:                                     0x7FFEE92F0000
  UxTheme.dll:                                      0x7FFEF9100000
  VCRUNTIME140_1.dll:                               0x7FFEF73C0000
  d3d11.dll:                                        0x1FEAF2D0000
  tbbmalloc.dll:                                    0x1FEAF740000
  tbb.dll:                                          0x1FEAF790000
  D3DCOMPILER_43.dll:                               0x7FFEAAD10000
  WINHTTP.DLL:                                      0x7FFEF0400000
  d3dx11_43.dll:                                    0x7FFEDD070000
  IMM32.DLL:                                        0x7FFEFD690000
  skse64_steam_loader.dll:                          0x7FFEDD030000
  VERSION.dll:                                      0x7FFEF3DF0000
  windows.storage.dll:                              0x7FFEF97C0000
  Wldp.dll:                                         0x7FFEFB0A0000
  profapi.dll:                                      0x7FFEFB560000
  inputhost.dll:                                    0x7FFEDACD0000
  PROPSYS.dll:                                      0x7FFEF7130000
  wintypes.dll:                                     0x7FFEF7560000
  CoreUIComponents.dll:                             0x7FFEF88C0000
  CoreMessaging.dll:                                0x7FFEF8C20000
  bcryptPrimitives.dll:                             0x7FFEFBCE0000
  kernel.appcore.dll:                               0x7FFEF95C0000
  ntmarta.dll:                                      0x7FFEFA390000
  usvfs_x64.dll:                                    0x7FFEE4170000
  steamclient64.dll:                                0x7FFE8B680000
  CRYPT32.dll:                                      0x7FFEFB730000
  imagehlp.dll:                                     0x7FFEFC7F0000
  PSAPI.DLL:                                        0x7FFEFC7E0000
  tier0_s64.dll:                                    0x7FFED50A0000
  vstdlib_s64.dll:                                  0x7FFEDCFB0000
  MSWSOCK.dll:                                      0x7FFEFAE20000
  Secur32.dll:                                      0x7FFEEF200000
  SSPICLI.DLL:                                      0x7FFEFB510000
  CRYPTBASE.DLL:                                    0x7FFEFB010000
  NetScriptFramework.Runtime.dll:                   0x7FFEDA470000
  dbghelp.dll:                                      0x7FFEF2F00000
  mscoree.dll:                                      0x7FFEE2420000
  mscoreei.dll:                                     0x7FFEE1A00000
  clr.dll:                                          0x7FFED9520000
  VCRUNTIME140_CLR0400.dll:                         0x7FFEE7C60000
  ucrtbase_clr0400.dll:                             0x7FFEDEF60000
  mscorlib.ni.dll:                                  0x7FFE98DE0000
  clrjit.dll:                                       0x7FFEDD9C0000
  amsi.dll:                                         0x7FFEEA270000
  USERENV.dll:                                      0x7FFEFB4E0000
  eamsi.dll:                                        0x7FFEEA230000
  System.ni.dll:                                    0x7FFED88B0000
  System.Core.ni.dll:                               0x7FFE8AC00000
  urlmon.dll:                                       0x7FFEF0010000
  iertutil.dll:                                     0x7FFEEFD60000
  NetScriptFramework.SkyrimSE.dll:                  0x7FFED5300000
  EngineFixes.dll:                                  0x7FFEDA390000
  skse64_1_5_97.dll:                                0x7FFECE3F0000
  AddItemMenuSE.dll:                                0x7FFED6D30000
  AHZmoreHUDInventory.dll:                          0x7FFED6C90000
  AHZmoreHUDPlugin.dll:                             0x7FFED5690000
  BetterJumpingSE.dll:                              0x7FFED6BA0000
  cbp.dll:                                          0x7FFED5250000
  ConsoleUtilSSE.dll:                               0x7FFECE760000
  DeviousDevices.dll:                               0x7FFEF72C0000
  DifficultyBalance.dll:                            0x7FFED5850000
  DisplayEnemyLevel.dll:                            0x7FFECEB50000
  DP_Extender.dll:                                  0x7FFED63B0000
  DynamicAnimationReplacer.dll:                     0x7FFECE590000
  DynamicEquipmentManagerSSE.dll:                   0x1FED6B00000
  ENBHelperSE.dll:                                  0x7FFEC3560000
  encounter_zones_unlocked.dll:                     0x7FFECE9B0000
  ExATKDataPlugin.dll:                              0x7FFEDD280000
  fiss.dll:                                         0x7FFED5650000
  FloatingDamage.dll:                               0x7FFECDEF0000
  Fuz Ro D'oh.dll:                                  0x1FF1D7D0000
  GlowBeGoneSSE.dll:                                0x7FFEB6B40000
  hdtSMP64.dll:                                     0x7FFE9F400000
  ImWalkinHere.dll:                                 0x7FFEB6A40000
  InsertAttackData.dll:                             0x7FFEBD3A0000
  J42_ARR_plugin.dll:                               0x7FFECE540000
  JContainers64.dll:                                0x7FFE9FE30000
  CRYPTSP.dll:                                      0x7FFEFAFF0000
  rsaenh.dll:                                       0x7FFEFA740000
  MagExtender.dll:                                  0x7FFECE310000
  mfgfix.dll:                                       0x7FFECE010000
  MoreInformativeConsole.dll:                       0x7FFEBC690000
  PapyrusUtil.dll:                                  0x7FFEB2730000
  po3_FEC.dll:                                      0x7FFED5220000
  po3_PapyrusExtender.dll:                          0x7FFEB69A0000
  SAS SE.dll:                                       0x7FFEBCF50000
  ScaleformTranslationPP.dll:                       0x7FFEB3350000
  SchlongsOfSkyrim.dll:                             0x7FFEB6910000
  SexLabUtil.dll:                                   0x7FFEB29C0000
  ShaderTools.dll:                                  0x1FF1EA50000
  D3DCOMPILER_47.dll:                               0x7FFEF76C0000
  SimplyKnock.dll:                                  0x7FFEC86C0000
  skee64.dll:                                       0x7FFE9F1F0000
  SSEDisplayTweaks.dll:                             0x7FFEB2130000
  StayAtSystemPageSE.dll:                           0x7FFEAB4D0000
  TKPlugin.dll:                                     0x7FFEC5710000
  UltimateCombat.dll:                               0x7FFEC3520000
  WhoseQuestIsItAnyway.dll:                         0x7FFEA0C80000
  YesImSure.dll:                                    0x7FFE9E4E0000
  gameoverlayrenderer64.dll:                        0x7FFE9D230000
  MSCTF.dll:                                        0x7FFEFD100000
  FencesMenu64.dll:                                 0x7FFEB2DC0000
  WTSAPI32.dll:                                     0x7FFEF7410000
  gdiplus.dll:                                      0x7FFEEF860000
  wfx4_64.dll:                                      0x69000000
  dwmapi.dll:                                       0x7FFEF92D0000
  textinputframework.dll:                           0x7FFEDB8D0000
  d3dcompiler_46e.dll:                              0x7FFE98A20000
  d3d11.dll:                                        0x7FFEF7B20000
  nvldumdx.dll:                                     0x7FFEF2D50000
  cryptnet.dll:                                     0x7FFEF3D90000
  WINTRUST.DLL:                                     0x7FFEFBEE0000
  MSASN1.dll:                                       0x7FFEFB220000
  nvwgf2umx.dll:                                    0x7FFEB7B20000
  nvspcap64.dll:                                    0x7FFEC81E0000
  dxcore.dll:                                       0x7FFEF3B40000
  dcomp.dll:                                        0x7FFEF8350000
  WindowsCodecs.dll:                                0x7FFEF60B0000
  clbcatq.dll:                                      0x7FFEFC810000
  MMDevApi.dll:                                     0x7FFEF5490000
  DEVOBJ.dll:                                       0x7FFEFB3E0000
  AUDIOSES.DLL:                                     0x7FFEF5520000
  powrprof.dll:                                     0x7FFEFABE0000
  UMPDC.dll:                                        0x7FFEFAAA0000
  Windows.UI.dll:                                   0x7FFED4F10000
  WindowManagementAPI.dll:                          0x7FFEF6630000
  twinapi.appcore.dll:                              0x7FFEF63C0000
  XAudio2_7.dll:                                    0x7FFE9D1A0000
  resourcepolicyclient.dll:                         0x7FFEF91E0000
  avrt.dll:                                         0x7FFEF6B40000
  DSOUND.DLL:                                       0x7FFEBD0C0000
  winmmbase.dll:                                    0x7FFEC5A00000
}

Plugins (0)
{
}

Extra
{
  Currently executing hooks (0)
  {
  }
}

Game plugins (245)
{
  [00] Skyrim.esm
  [01] Update.esm
  [02] Dawnguard.esm
  [03] HearthFires.esm
  [04] Dragonborn.esm
  [05] Unofficial Skyrim Special Edition Patch.esp
  [06] High Poly Head.esm
  [07] MajesticMountains_Landscape.esm
  [08] SexLab.esm
  [09] SexLabAroused.esm
  [0A] Devious Devices - Assets.esm
  [0B] SGEyebrows.esp
  [0C] Schlongs of Skyrim - Core.esm
  [0D] CreatureFramework.esm
  [0E] EFFCore.esm
  [0F] Lanterns Of Skyrim II.esm
  [10] HammetDungeons.esm
  [11] Campfire.esm
  [12] ZaZAnimationPack.esm
  [13] Devious Devices - Integration.esm
  [14] Devious Devices - Expansion.esm
  [15] FISS.esp
  [16] Heels Sound.esm
  [17] FunctionalHomes.esm
  [18] ApachiiHairMales.esm
  [19] Coldhaven.esm
  [1A] Skyrim - Utility Mod.esm
  [1B] DynDOLOD.esm
  [1C] S3DTrees NextGenerationForests.esp
  [1D] Landscape Fixes For Grass Mods.esp
  [1E] RealisticWaterTwo.esp
  [1F] SMIM-SE-Merged-All.esp
  [20] Audio Overhaul Skyrim.esp
  [21] Mortal Enemies.esp
  [22] FNIS.esp
  [23] IcePenguinWorldMap.esp
  [24] iHUD.esp
  [25] UIExtensions.esp
  [26] XPMSE.esp
  [27] Extended UI.esp
  [28] Immersive Sounds - Compendium.esp
  [29] Weapons Armor Clothing & Clutter Fixes.esp
  [2A] PPsmallbot.esp
  [2B] LoS II - Tamriel Master Lights.esp
  [2C] COTN - Dawnstar.esp
  [2D] OCW_Obscure's_CollegeofWinterhold.esp
  [2E] JKs Skyrim.esp
  [2F] COTN - Morthal.esp
  [30] TVO Lighting and Water Merge.esp
  [31] Remodeled Armor - Vanilla Replacer.esp
  [32] Devious Devices - Lore Patch.esp
  [33] Skyrim Immersive Creatures Special Edition.esp
  [34] TVO Obsidian Weathers Merged.esp
  [35] FunctionalHomes.esp
  [36] Vominheim.esp
  [37] xazPrisonOverhaulPatched.esp
  [38] OBIS SE.esp
  [39] ethereal_elven_overhaul.esp
  [3A] KS Hairdo's.esp
  [3B] NightEyeENBFix.esp
  [3C] AddItemMenuSE.esp
  [3D] SLAnimLoader.esp
  [3E] Blush When Aroused.esp
  [3F] SLSO.esp
  [40] Spank That Ass.esp
  [41] SimplyKnock.esp
  [42] Schlongs of Skyrim.esp
  [43] SOS - VectorPlexus Regular Addon.esp
  [44] Legendary Skyrim Crossbows.esp
  [45] PAN_NPCs_DG.esp
  [46] Refined Volkihars.esp
  [47] BaboFollowers.esp
  [48] MoreNastyCritters.esp
  [49] FTTG.esp
  [4A] PAN_NPCs.esp
  [4B] SL Survival.esp
  [4C] Holidays.esp
  [4D] TVO Cloaks Merged.esp
  [4E] TKAA.esp
  [4F] Bijin_AIO 2018.esp
  [50] Metalsabers Beautiful Orcs of Skyrim.esp
  [51] PAN_NPCs_DB.esp
  [52] SexyBanditCaptives.esp
  [53] CFTO.esp
  [54] Better Vampire NPCs.esp
  [55] Growl - Werebeasts of Skyrim.esp
  [56] Devious Lore.esp
  [57] iNeed.esp
  [58] BaboInteractiveDia.esp
  [59] EFFDialogue.esp
  [5A] Deviously Cursed Loot.esp
  [5B] SexLabSkoomaWhore.esp
  [5C] HearthCraft.esp
  [5D] LoS II - Lantern Workers.esp
  [5E] DeviousFollowers.esp
  [5F] KaliliesNPCs.esp
  [60] Frostfall.esp
  [61] TVO City Patches Merged.esp
  [62] SexLabDefeat.esp
  [63] SexyBanditCaptives_KSHair.esp
  [64] Ars Metallica.esp
  [65] Ars Metallica - LSC Patch.esp
  [66] SyncWigColor.esp
  [67] Perk Points at Skill Levels 50-75-100.esp
  [68] Snotgurg Simple Drop Lit Torches.esp
  [69] Thief skills rebalance for Ordinator.esp
  [6A] Torches Ignite Oil - Shock Edition.esp
  [6B] PsycheAnimationObjects.esp
  [6C] BDIC.esp
  [6D] mslDeviousCaptures.esp
  [6E] SlaveTats.esp
  [6F] RaceMenuHH.esp
  [70] Random Emotions.esp
  [71] Pooled Shouts.esp
  [72] EasyWheel-AIO.esp
  [73] OBIS Loot SE.esp
  [74] Fulcimentum - More Staves and Wands of Skyrim.esp
  [75] The Amazing World of Bikini Armors REMASTERED.esp
  [76] SimpleSlavery.esp
  [77] TVO USSEP Patch.esp
  [78] Triumvirate - Mage Archetypes.esp
  [79] Convenient Horses.esp
  [7A] BreakableEquipmentSystem.esp
  [7B] yps-ImmersivePiercing.esp
  [7C] UsefulAlteration.esp
  [7D] LADX_SSE.esp
  [7E] SexLab Approach.esp
  [7F] Better Vampire Weapons.esp
  [80] FunctionalHomes - Dragonborn.esp
  [81] Recorder Follower Base.esp
  [82] MB_Cleric_v2.esp
  [83] planters.esp
  [84] SexLabHorribleHarassment.esp
  [85] SL_Kidnapped_Redux.esp
  [86] SLALAnimObj.esp
  [87] SexLabTools.esp
  [88] SLAdventures.esp
  [89] SexLab Extra Voices.esp
  [8A] Bathing in Skyrim - Main.esp
  [8B] AlternateSkillBooks.esp
  [8C] AlternateTraining.esp
  [8D] Immersive NPC in the dark.esp
  [8E] Wildcat - Combat of Skyrim.esp
  [8F] mcgFemaleWalk for SkyrimSE.esp
  [90] SLSW Addicted.esp
  [91] TVO Bugfix Comp Patch.esp
  [92] moresmeltables.esp
  [93] Letia.esp
  [94] ClumsinessMod.esp
  [95] FNISspells.esp
  [96] female mannequins.esp
  [97] FireBurns.esp
  [98] GIST soul trap.esp
  [99] more plants all extra.esp
  [9A] hz_NonExploitableCrossbowReload.esp
  [9B] Wildcat - Realistic Damage Plugin.esp
  [9C] TKDodge.esp
  [9D] FunctionalHomes - Dawnguard.esp
  [9E] SlaveTatsEventsBridge.esp
  [9F] J42_ArmorRatingRedux.esp
  [A0] SL_shrines.esp
  [A1] UltimateCombat.esp
  [A2] PrettyCorpses.esp
  [A3] WWSE.esp
  [A4] TishV3.esp
  [A5] Josefine.esp
  [A6] Follower_Nyan.esp
  [A7] Khinara Jade.esp
  [A8] Aster Follower.esp
  [A9] BelleFollowerHP.esp
  [AA] AMatterOfTime.esp
  [AB] Coldhaven Darker Lighting.esp
  [AC] TheEyesOfBeauty.esp
  [AD] EEO OBIS SE patch.esp
  [AE] Automated Leveled List Addition.esp
  [AF] DarkerNights.esp
  [B0] sl_triggers.esp
  [B1] AutoSave_Minimalistic.esp
  [B2] SLDrunkRedux.esp
  [B3] Complete Alchemy & Cooking Overhaul.esp
  [B4] Better Vampires.esp
  [B5] Predator Vision.esp
  [B6] NightEyeENBFix_PredatorVision.esp
  [B7] Ordinator - Perks of Skyrim.esp
  [B8] Alternate Start - Live Another Life.esp
  [B9] ENBLight Patch.esp
  [BA] TVO Misc Merge.esp
  [BB] Deviously Cursed Loot LAL AddOn.esp
  [BC] Coldhaven LAL Extension.esp
  [BD] ENB Light.esp
  [BE] TVO Sounds Patch.esp
  [BF] SkyTweak.esp
  [C0] Current Build Patches.esp
  [C1] WACCF_BashedPatchLvlListFix.esp
  [C2] xEdit Merge.esp
  [C3] DynDOLOD.esp
  [FE 000] CC'sEnhancedOreVeinsSSE-HearthfirePatch.esl
  [FE 001] AHZmoreHUD.esl
  [FE 002] WM_WidgetMod.esl
  [FE 003] RealisticWaterTwo - Resources.esm
  [FE 004] SAS.esl
  [FE 005] DisableCharacterLight.esl
  [FE 006] ConfigureCommentaryRate.esl
  [FE 007] DisarmingTrapsIsDangerous.esl
  [FE 008] SkyUI_SE.esp
  [FE 009] BugfixCompilation.esp
  [FE 00A] MajesticMountains.esp
  [FE 00B] RUSTIC CLOTHING - Special Edition.esp
  [FE 00C] HD Lods SSE.esp
  [FE 00D] RaceMenu.esp
  [FE 00E] RaceMenuPlugin.esp
  [FE 00F] RealisticWaterTwo - Needs Mod Patch.esp
  [FE 010] LoS II - JKs Skyrim patch.esp
  [FE 011] AOS_ISC_Integration.esp
  [FE 012] FMS_FemaleMakeupSuite.esp
  [FE 013] KS Hairdo's0.esp
  [FE 014] KSHairdosSMP.esp
  [FE 015] CobaltAnimations.esp
  [FE 016] SexlabLightMeUp.esp
  [FE 017] SLAL_AnimationByBakaFactory.esp
  [FE 018] BakaFactoryABC.esp
  [FE 019] iNeed - Extended.esp
  [FE 01A] CFTO-JK-Patch.esp
  [FE 01B] [Christine] Nord Ascended.esp
  [FE 01C] 3BBB.esp
  [FE 01D] 3BBB-RaceMenuMorphs.esp
  [FE 01E] H2135FantasySeries7.esp
  [FE 01F] H2135FantasySeries8.esp
  [FE 020] SLATE.esp
  [FE 021] DX Necromancer Robes.esp
  [FE 022] DX Staff of Necromancy.esp
  [FE 023] DeviousCarriages.esp
  [FE 024] LuminousAtronachs.esp
  [FE 025] H2135FantasySeries6.esp
  [FE 026] H2135ModernSeries3.esp
  [FE 027] LoS II - SMIM patch.esp
  [FE 028] Growl-MortalEnemies Patch.esp
  [FE 029] Bring Meeko to Lod.esp
  [FE 02A] (Pumpkin)-TEWOBA-TheExpandedWorldofBikiniArmor.esp
  [FE 02B] Battle Vixen Loadscreens.esp
  [FE 02C] Bathing in Skyrim - Animal Fat Soaps CACO.esp
  [FE 02D] Bathing in Skyrim SE - Alternate Start.esp
  [FE 02E] OCW_CellSettings.esp
  [FE 02F] Bashed Patch, 0.esp
  [FE 030] Occlusion.esp
}
 

 

Link to comment
12 minutes ago, Corsayr said:

Hi there ?

 

 

Had a CTD the crash log said it might be a SL Survival thing does any of this info mean anything to you? I was crossing the bridge from the college heading into Winterhold so the timing tracks to a proximity of loading an enforcer. 

 

  Reveal hidden contents

Unhandled native exception occurred at 0x7FF75938FFE3 (SkyrimSE.exe+21FFE3) on thread 5444!

FrameworkName: NetScriptFramework
FrameworkVersion: 9
FrameworkArchitecture: x64
GameLibrary: SkyrimSE
GameLibraryVersion: 13
ApplicationName: SkyrimSE.exe
ApplicationVersion: 1.5.97.0
VersionInfo: Successfully loaded
Time: 15 Aug 2020 16:11:03.369

Possible relevant objects (2)
{
  [   1]    TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`)
  [   1]    Character(FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
}

Probable callstack
{
  [0]   0x7FF75938FFE3     (SkyrimSE.exe+21FFE3)          TESObjectREFR::unk_21FFB0+33
  [1]   0x7FF759B00F9F     (SkyrimSE.exe+990F9F)          SkyrimScript::anonymous_namespace::EnableFunctor::Func1_990E50+14F
  [2]   0x7FF759AA1567     (SkyrimSE.exe+931567)          SkyrimVM::unk_931470+F7
  [3]   0x7FF759A95443     (SkyrimSE.exe+925443)          SkyrimVM::unk_925410+33
  [4]   0x7FF759A92C5F     (SkyrimSE.exe+922C5F)          SkyrimVM::unk_922BA0+BF
  [5]   0x7FFEFB8F693B     (KERNELBASE.dll+6693B)         
  [6]   0x7FF7597B06F8     (SkyrimSE.exe+6406F8)          unk_6406D0+28
  [7]   0x7FF7597B0E79     (SkyrimSE.exe+640E79)          Job_Post_process_640DB0+C9
  [8]   0x7FF759851684     (SkyrimSE.exe+6E1684)          ProcessActorAnimSG_6E1670+14
  [9]   0x7FF759DA4C48     (SkyrimSE.exe+C34C48)          BSJobs::JobThread::Func1_C34930+318
  [10]  0x7FF759D7D6BD     (SkyrimSE.exe+C0D6BD)          StartAddress_0_C0D680+3D
  [11]  0x7FFEFD356FD4     (KERNEL32.DLL+16FD4)           
  [12]  0x7FFEFDF1CEC1     (ntdll.dll+4CEC1)              
}

Registers
{
  AX:       0x2020EECA200      (void*)
  BX:       0x2006AD80A00      (Character*) -> (FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
  CX:       0x0                (NULL)
  DX:       0x29               (u8):[41]
  SI:       0x2006AD80A00      (Character*) -> (FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
  DI:       0x9D77DFFC38       (void*)
  BP:       0x198C5A28600      (u64):[1755662419456] (f32):[-5200.75]
  SP:       0x9D77DFFB60       (void*)
  IP:       0x7FF75938FFE3     (SkyrimSE.exe+21FFE3) (void*)
  R8:       0x0                (NULL)
  R9:       0x0                (NULL)
  R10:      0xB                (u8):[11]
  R11:      0x1FEAF16DA80      (void*)
  R12:      0x0                (NULL)
  R13:      0x7FF75C0A0768     (SkyrimSE.exe+2F30768) (BSTCommonLLMessageQueue<BSTSmartPointer<SkyrimScript::DelayFunctor, BSTSmartPointerIntrusiveRefCount>>**)
  R14:      0x1388             (u16):[5000]
  R15:      0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  Flags:    0x10206           
  XMM0:     (double)0 / (float)0
  XMM1:     (double)5.06261777354921E-315 / (float)0.036
  XMM2:     (double)5.26354424712089E-315 / (float)1
  XMM3:     (double)1.58735232019473E-314 / (float)-1
  XMM4:     (double)0 / (float)0
  XMM5:     (double)0 / (float)0
  XMM6:     (double)5.2220990168286E-315 / (float)0.5
  XMM7:     (double)0 / (float)0
  XMM8:     (double)0 / (float)0
  XMM9:     (double)0 / (float)0
  XMM10:    (double)0 / (float)0
  XMM11:    (double)0 / (float)0
  XMM12:    (double)0 / (float)0
  XMM13:    (double)0 / (float)0
  XMM14:    (double)0 / (float)0
  XMM15:    (double)0 / (float)0
}

Stack
{
  [SP+0]    0x2006AD80A80      (void*)
  [SP+8]    0x2006AD80A00      (Character*) -> (FormId: 4B0614B6, File: `SL Survival.esp`, BaseForm: TESNPC(Name: `Enforcer`, FormId: 4B0614B5, File: `SL Survival.esp`))
  [SP+10]   0x3F000000         (u32):[1056964608] (f32):[0.5]
  [SP+18]   0x0                (NULL)
  [SP+20]   0x2020EE103D0      (SkyrimScript::anonymous_namespace::EnableFunctor*)
  [SP+28]   0x7FF759B00F9F     (SkyrimSE.exe+990F9F) (void*)
  [SP+30]   0x202000614B6      (void*)
  [SP+38]   0x0                (NULL)
  [SP+40]   0x2020EE103D0      (SkyrimScript::anonymous_namespace::EnableFunctor*)
  [SP+48]   0x0                (NULL)
  [SP+50]   0x19800000000      (u64):[1752346656768]
  [SP+58]   0x1                (u8):[1]
  [SP+60]   0x7FF75C0A0770     (SkyrimSE.exe+2F30770) (BSTCommonLLMessageQueue<BSTSmartPointer<SkyrimScript::DelayFunctor, BSTSmartPointerIntrusiveRefCount>>**)
  [SP+68]   0x1                (u8):[1]
  [SP+70]   0x0                (NULL)
  [SP+78]   0x7FF759AA1567     (SkyrimSE.exe+931567) (void*)
  [SP+80]   0x1388             (u16):[5000]
  [SP+88]   0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  [SP+90]   0x7FF75C0A0760     (SkyrimSE.exe+2F30760) (void*)
  [SP+98]   0x198C5A286F5      (u64):[1755662419701] (f32):[-5200.87]
  [SP+A0]   0x2                (u8):[2]
  [SP+A8]   0x2020EE103D0      (SkyrimScript::anonymous_namespace::EnableFunctor*)
  [SP+B0]   0x1FEAF16DA60      (void*)
  [SP+B8]   0xFFFFFFFFFFFFFFFE (i64):[-2]
  [SP+C0]   0x0                (NULL)
  [SP+C8]   0x0                (NULL)
  [SP+D0]   0x0                (NULL)
  [SP+D8]   0x0                (NULL)
  [SP+E0]   0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  [SP+E8]   0x7FF759A95443     (SkyrimSE.exe+925443) (void*)
  [SP+F0]   0x7FF75C167784     (SkyrimSE.exe+2FF7784) (void*)
  [SP+F8]   0x1                (u8):[1]
  [SP+100]  0x7FF75C167780     (SkyrimSE.exe+2FF7780) (void*)
  [SP+108]  0x7FF75C167788     (SkyrimSE.exe+2FF7788) (void*)
  [SP+110]  0x7FF75C097E80     (SkyrimSE.exe+2F27E80) (SkyrimVM*)
  [SP+118]  0x7FF759A92C5F     (SkyrimSE.exe+922C5F) (void*)
  [SP+120]  0x7FF75C0A0760     (SkyrimSE.exe+2F30760) (void*)
  [SP+128]  0x0                (NULL)
  [SP+130]  0x0                (NULL)
  [SP+138]  0x0                (NULL)
  [SP+140]  0x7FF73F000000     (u64):[140699890614272] (f32):[0.5]
  [SP+148]  0x7FFEFB8F693B     (KERNELBASE.dll+6693B) (void*)
  [SP+150]  0x0                (NULL)
  [SP+158]  0x0                (NULL)
  [SP+160]  0x1                (u8):[1]
  [SP+168]  0x7FF7597B06F8     (SkyrimSE.exe+6406F8) (void*)
  [SP+170]  0x7FF75C169788     (SkyrimSE.exe+2FF9788) (void*)
  [SP+178]  0x0                (NULL)
  [SP+180]  0x2002CF0D440      (void*)
  [SP+188]  0x0                (NULL)
  [SP+190]  0xFFFFFFFFFFFFFFFE (i64):[-2]
  [SP+198]  0x2002CF0D440      (void*)
  [SP+1A0]  0x2002CF0D440      (void*)
  [SP+1A8]  0x7FF7597B0E79     (SkyrimSE.exe+640E79) (void*)
  [SP+1B0]  0x7FF75C169788     (SkyrimSE.exe+2FF9788) (void*)
  [SP+1B8]  0x7FF759851684     (SkyrimSE.exe+6E1684) (void*)
  [SP+1C0]  0x7FF700000000     (u64):[140698833649664]
  [SP+1C8]  0xF30              (u16):[3888]
  [SP+1D0]  0xFFFFFFFFFFFFFFFE (i64):[-2]
  [SP+1D8]  0x1                (u8):[1]
  [SP+1E0]  0x0                (NULL)
  [SP+1E8]  0x7FF759DA2A81     (SkyrimSE.exe+C32A81) (void*)
  [SP+1F0]  0x0                (NULL)
  [SP+1F8]  0x0                (NULL)
  [SP+200]  0x0                (NULL)
  [SP+208]  0x0                (NULL)
  [SP+210]  0x3                (u8):[3]
  [SP+218]  0x7FF75C169738     (SkyrimSE.exe+2FF9738) (void*)
  [SP+220]  0x0                (NULL)
  [SP+228]  0x2002CF0D440      (void*)
  [SP+230]  0x7FF75C169718     (SkyrimSE.exe+2FF9718) (BSJobs::JobThread*)
  [SP+238]  0x7FF759DA4C48     (SkyrimSE.exe+C34C48) (void*)
  [SP+240]  0x1                (u8):[1]
  [SP+248]  0x1                (u8):[1]
  [SP+250]  0x0                (NULL)
  [SP+258]  0x628              (u16):[1576]
  [SP+260]  0x0                (NULL)
  [SP+268]  0x0                (NULL)
  [SP+270]  0x0                (NULL)
  [SP+278]  0x0                (NULL)
  [SP+280]  0x0                (NULL)
  [SP+288]  0x0                (NULL)
  [SP+290]  0x7FF75C169718     (SkyrimSE.exe+2FF9718) (BSJobs::JobThread*)
  [SP+298]  0x7FF759D7D6BD     (SkyrimSE.exe+C0D6BD) (void*)
  [SP+2A0]  0x1E9CF            (u32):[125391]
  [SP+2A8]  0x1E9CE            (u32):[125390]
  [SP+2B0]  0x0                (NULL)
  [SP+2B8]  0x1FEB1484C68      (void*)
  [SP+2C0]  0x7FF75C169718     (SkyrimSE.exe+2FF9718) (BSJobs::JobThread*)
  [SP+2C8]  0x0                (NULL)
  [SP+2D0]  0x0                (NULL)
  [SP+2D8]  0x7FFEFD356FD4     (KERNEL32.DLL+16FD4) (void*)
  [SP+2E0]  0x0                (NULL)
  [SP+2E8]  0x0                (NULL)
  [SP+2F0]  0x0                (NULL)
  [SP+2F8]  0x0                (NULL)
  [SP+300]  0x0                (NULL)
  [SP+308]  0x7FFEFDF1CEC1     (ntdll.dll+4CEC1) (void*)
  [SP+310]  0x0                (NULL)
  [SP+318]  0x0                (NULL)
  [SP+320]  0x0                (NULL)
  [SP+328]  0x0                (NULL)
  [SP+330]  0x0                (NULL)
  [SP+338]  0x0                (NULL)
  [SP+340]  0x42679D6400000000 (u64):[4784966181926731776]
  [SP+348]  0x0                (NULL)
  [SP+350]  0x0                (NULL)
  [SP+358]  0x7FFEFB99B6D0     (KERNELBASE.dll+10B6D0) (void*)
  [SP+360]  0x9D77DFECC0       (void*)
  [SP+368]  0xEB9FE2BB400007FF (i64):[-1468205659638986753] (f32):[2.000488]
  [SP+370]  0x7FFEB9FE2BB4     (nvwgf2umx.dll+24C2BB4) (void*)
  [SP+378]  0x9D77DFECC0       (void*)
  [SP+380]  0x0                (NULL)
  [SP+388]  0x0                (NULL)
  [SP+390]  0x0                (NULL)
  [SP+398]  0x0                (NULL)
  [SP+3A0]  0x0                (NULL)
  [SP+3A8]  0x0                (NULL)
  [SP+3B0]  0x0                (NULL)
  [SP+3B8]  0x0                (NULL)
  [SP+3C0]  0x0                (NULL)
  [SP+3C8]  0x0                (NULL)
  [SP+3D0]  0x0                (NULL)
  [SP+3D8]  0x0                (NULL)
  [SP+3E0]  0x0                (NULL)
  [SP+3E8]  0x0                (NULL)
  [SP+3F0]  0x0                (NULL)
  [SP+3F8]  0x0                (NULL)
  [SP+400]  0x0                (NULL)
  [SP+408]  0x0                (NULL)
  [SP+410]  0x0                (NULL)
  [SP+418]  0x0                (NULL)
  [SP+420]  0x0                (NULL)
  [SP+428]  0x0                (NULL)
  [SP+430]  0x0                (NULL)
  [SP+438]  0x0                (NULL)
  [SP+440]  0x0                (NULL)
  [SP+448]  0x0                (NULL)
  [SP+450]  0x0                (NULL)
  [SP+458]  0x0                (NULL)
  [SP+460]  0x0                (NULL)
  [SP+468]  0x0                (NULL)
  [SP+470]  0x0                (NULL)
  [SP+478]  0x0                (NULL)
  [SP+480]  0x0                (NULL)
  [SP+488]  0x0                (NULL)
  [SP+490]  0x0                (NULL)
  [SP+498]  0x0                (NULL)
}

Modules
{
  SkyrimSE.exe:                                     0x7FF759170000
  ntdll.dll:                                        0x7FFEFDED0000
  KERNEL32.DLL:                                     0x7FFEFD340000
  KERNELBASE.dll:                                   0x7FFEFB890000
  apphelp.dll:                                      0x7FFEF8F30000
  USER32.dll:                                       0x7FFEFD400000
  win32u.dll:                                       0x7FFEFBC60000
  GDI32.dll:                                        0x7FFEFC7B0000
  gdi32full.dll:                                    0x7FFEFB620000
  msvcp_win.dll:                                    0x7FFEFBD60000
  ucrtbase.dll:                                     0x7FFEFBB60000
  ADVAPI32.dll:                                     0x7FFEFD9A0000
  msvcrt.dll:                                       0x7FFEFC8C0000
  sechost.dll:                                      0x7FFEFD220000
  RPCRT4.dll:                                       0x7FFEFC1B0000
  SHELL32.dll:                                      0x7FFEFC960000
  ole32.dll:                                        0x7FFEFD720000
  combase.dll:                                      0x7FFEFDA50000
  WS2_32.dll:                                       0x7FFEFD2D0000
  SETUPAPI.dll:                                     0x7FFEFC2E0000
  cfgmgr32.dll:                                     0x7FFEFBC90000
  bcrypt.dll:                                       0x7FFEFBEB0000
  OLEAUT32.dll:                                     0x7FFEFD850000
  XINPUT1_3.dll:                                    0x400000
  X3DAudio1_7.dll:                                  0x62A10000
  DINPUT8.dll:                                      0x7FFEDD2B0000
  binkw64.dll:                                      0x180000000
  WINHTTP.dll:                                      0x7FFED84F0000
  IPHLPAPI.DLL:                                     0x7FFEFAAC0000
  steam_api64.dll:                                  0x629D0000
  MSVCP140.dll:                                     0x7FFEDAAD0000
  WSOCK32.dll:                                      0x7FFED1F90000
  COMDLG32.dll:                                     0x7FFEFDDB0000
  shcore.dll:                                       0x7FFEFC100000
  d3dx9_42.dll:                                     0x7FFEF7330000
  VCRUNTIME140.dll:                                 0x7FFEDAB70000
  SHLWAPI.dll:                                      0x7FFEFC750000
  HID.DLL:                                          0x7FFEF9F60000
  WINMM.dll:                                        0x7FFEF1D00000
  dxgi.dll:                                         0x7FFEF9FA0000
  COMCTL32.dll:                                     0x7FFEE92F0000
  UxTheme.dll:                                      0x7FFEF9100000
  VCRUNTIME140_1.dll:                               0x7FFEF73C0000
  d3d11.dll:                                        0x1FEAF2D0000
  tbbmalloc.dll:                                    0x1FEAF740000
  tbb.dll:                                          0x1FEAF790000
  D3DCOMPILER_43.dll:                               0x7FFEAAD10000
  WINHTTP.DLL:                                      0x7FFEF0400000
  d3dx11_43.dll:                                    0x7FFEDD070000
  IMM32.DLL:                                        0x7FFEFD690000
  skse64_steam_loader.dll:                          0x7FFEDD030000
  VERSION.dll:                                      0x7FFEF3DF0000
  windows.storage.dll:                              0x7FFEF97C0000
  Wldp.dll:                                         0x7FFEFB0A0000
  profapi.dll:                                      0x7FFEFB560000
  inputhost.dll:                                    0x7FFEDACD0000
  PROPSYS.dll:                                      0x7FFEF7130000
  wintypes.dll:                                     0x7FFEF7560000
  CoreUIComponents.dll:                             0x7FFEF88C0000
  CoreMessaging.dll:                                0x7FFEF8C20000
  bcryptPrimitives.dll:                             0x7FFEFBCE0000
  kernel.appcore.dll:                               0x7FFEF95C0000
  ntmarta.dll:                                      0x7FFEFA390000
  usvfs_x64.dll:                                    0x7FFEE4170000
  steamclient64.dll:                                0x7FFE8B680000
  CRYPT32.dll:                                      0x7FFEFB730000
  imagehlp.dll:                                     0x7FFEFC7F0000
  PSAPI.DLL:                                        0x7FFEFC7E0000
  tier0_s64.dll:                                    0x7FFED50A0000
  vstdlib_s64.dll:                                  0x7FFEDCFB0000
  MSWSOCK.dll:                                      0x7FFEFAE20000
  Secur32.dll:                                      0x7FFEEF200000
  SSPICLI.DLL:                                      0x7FFEFB510000
  CRYPTBASE.DLL:                                    0x7FFEFB010000
  NetScriptFramework.Runtime.dll:                   0x7FFEDA470000
  dbghelp.dll:                                      0x7FFEF2F00000
  mscoree.dll:                                      0x7FFEE2420000
  mscoreei.dll:                                     0x7FFEE1A00000
  clr.dll:                                          0x7FFED9520000
  VCRUNTIME140_CLR0400.dll:                         0x7FFEE7C60000
  ucrtbase_clr0400.dll:                             0x7FFEDEF60000
  mscorlib.ni.dll:                                  0x7FFE98DE0000
  clrjit.dll:                                       0x7FFEDD9C0000
  amsi.dll:                                         0x7FFEEA270000
  USERENV.dll:                                      0x7FFEFB4E0000
  eamsi.dll:                                        0x7FFEEA230000
  System.ni.dll:                                    0x7FFED88B0000
  System.Core.ni.dll:                               0x7FFE8AC00000
  urlmon.dll:                                       0x7FFEF0010000
  iertutil.dll:                                     0x7FFEEFD60000
  NetScriptFramework.SkyrimSE.dll:                  0x7FFED5300000
  EngineFixes.dll:                                  0x7FFEDA390000
  skse64_1_5_97.dll:                                0x7FFECE3F0000
  AddItemMenuSE.dll:                                0x7FFED6D30000
  AHZmoreHUDInventory.dll:                          0x7FFED6C90000
  AHZmoreHUDPlugin.dll:                             0x7FFED5690000
  BetterJumpingSE.dll:                              0x7FFED6BA0000
  cbp.dll:                                          0x7FFED5250000
  ConsoleUtilSSE.dll:                               0x7FFECE760000
  DeviousDevices.dll:                               0x7FFEF72C0000
  DifficultyBalance.dll:                            0x7FFED5850000
  DisplayEnemyLevel.dll:                            0x7FFECEB50000
  DP_Extender.dll:                                  0x7FFED63B0000
  DynamicAnimationReplacer.dll:                     0x7FFECE590000
  DynamicEquipmentManagerSSE.dll:                   0x1FED6B00000
  ENBHelperSE.dll:                                  0x7FFEC3560000
  encounter_zones_unlocked.dll:                     0x7FFECE9B0000
  ExATKDataPlugin.dll:                              0x7FFEDD280000
  fiss.dll:                                         0x7FFED5650000
  FloatingDamage.dll:                               0x7FFECDEF0000
  Fuz Ro D'oh.dll:                                  0x1FF1D7D0000
  GlowBeGoneSSE.dll:                                0x7FFEB6B40000
  hdtSMP64.dll:                                     0x7FFE9F400000
  ImWalkinHere.dll:                                 0x7FFEB6A40000
  InsertAttackData.dll:                             0x7FFEBD3A0000
  J42_ARR_plugin.dll:                               0x7FFECE540000
  JContainers64.dll:                                0x7FFE9FE30000
  CRYPTSP.dll:                                      0x7FFEFAFF0000
  rsaenh.dll:                                       0x7FFEFA740000
  MagExtender.dll:                                  0x7FFECE310000
  mfgfix.dll:                                       0x7FFECE010000
  MoreInformativeConsole.dll:                       0x7FFEBC690000
  PapyrusUtil.dll:                                  0x7FFEB2730000
  po3_FEC.dll:                                      0x7FFED5220000
  po3_PapyrusExtender.dll:                          0x7FFEB69A0000
  SAS SE.dll:                                       0x7FFEBCF50000
  ScaleformTranslationPP.dll:                       0x7FFEB3350000
  SchlongsOfSkyrim.dll:                             0x7FFEB6910000
  SexLabUtil.dll:                                   0x7FFEB29C0000
  ShaderTools.dll:                                  0x1FF1EA50000
  D3DCOMPILER_47.dll:                               0x7FFEF76C0000
  SimplyKnock.dll:                                  0x7FFEC86C0000
  skee64.dll:                                       0x7FFE9F1F0000
  SSEDisplayTweaks.dll:                             0x7FFEB2130000
  StayAtSystemPageSE.dll:                           0x7FFEAB4D0000
  TKPlugin.dll:                                     0x7FFEC5710000
  UltimateCombat.dll:                               0x7FFEC3520000
  WhoseQuestIsItAnyway.dll:                         0x7FFEA0C80000
  YesImSure.dll:                                    0x7FFE9E4E0000
  gameoverlayrenderer64.dll:                        0x7FFE9D230000
  MSCTF.dll:                                        0x7FFEFD100000
  FencesMenu64.dll:                                 0x7FFEB2DC0000
  WTSAPI32.dll:                                     0x7FFEF7410000
  gdiplus.dll:                                      0x7FFEEF860000
  wfx4_64.dll:                                      0x69000000
  dwmapi.dll:                                       0x7FFEF92D0000
  textinputframework.dll:                           0x7FFEDB8D0000
  d3dcompiler_46e.dll:                              0x7FFE98A20000
  d3d11.dll:                                        0x7FFEF7B20000
  nvldumdx.dll:                                     0x7FFEF2D50000
  cryptnet.dll:                                     0x7FFEF3D90000
  WINTRUST.DLL:                                     0x7FFEFBEE0000
  MSASN1.dll:                                       0x7FFEFB220000
  nvwgf2umx.dll:                                    0x7FFEB7B20000
  nvspcap64.dll:                                    0x7FFEC81E0000
  dxcore.dll:                                       0x7FFEF3B40000
  dcomp.dll:                                        0x7FFEF8350000
  WindowsCodecs.dll:                                0x7FFEF60B0000
  clbcatq.dll:                                      0x7FFEFC810000
  MMDevApi.dll:                                     0x7FFEF5490000
  DEVOBJ.dll:                                       0x7FFEFB3E0000
  AUDIOSES.DLL:                                     0x7FFEF5520000
  powrprof.dll:                                     0x7FFEFABE0000
  UMPDC.dll:                                        0x7FFEFAAA0000
  Windows.UI.dll:                                   0x7FFED4F10000
  WindowManagementAPI.dll:                          0x7FFEF6630000
  twinapi.appcore.dll:                              0x7FFEF63C0000
  XAudio2_7.dll:                                    0x7FFE9D1A0000
  resourcepolicyclient.dll:                         0x7FFEF91E0000
  avrt.dll:                                         0x7FFEF6B40000
  DSOUND.DLL:                                       0x7FFEBD0C0000
  winmmbase.dll:                                    0x7FFEC5A00000
}

Plugins (0)
{
}

Extra
{
  Currently executing hooks (0)
  {
  }
}

Game plugins (245)
{
  [00] Skyrim.esm
  [01] Update.esm
  [02] Dawnguard.esm
  [03] HearthFires.esm
  [04] Dragonborn.esm
  [05] Unofficial Skyrim Special Edition Patch.esp
  [06] High Poly Head.esm
  [07] MajesticMountains_Landscape.esm
  [08] SexLab.esm
  [09] SexLabAroused.esm
  [0A] Devious Devices - Assets.esm
  [0B] SGEyebrows.esp
  [0C] Schlongs of Skyrim - Core.esm
  [0D] CreatureFramework.esm
  [0E] EFFCore.esm
  [0F] Lanterns Of Skyrim II.esm
  [10] HammetDungeons.esm
  [11] Campfire.esm
  [12] ZaZAnimationPack.esm
  [13] Devious Devices - Integration.esm
  [14] Devious Devices - Expansion.esm
  [15] FISS.esp
  [16] Heels Sound.esm
  [17] FunctionalHomes.esm
  [18] ApachiiHairMales.esm
  [19] Coldhaven.esm
  [1A] Skyrim - Utility Mod.esm
  [1B] DynDOLOD.esm
  [1C] S3DTrees NextGenerationForests.esp
  [1D] Landscape Fixes For Grass Mods.esp
  [1E] RealisticWaterTwo.esp
  [1F] SMIM-SE-Merged-All.esp
  [20] Audio Overhaul Skyrim.esp
  [21] Mortal Enemies.esp
  [22] FNIS.esp
  [23] IcePenguinWorldMap.esp
  [24] iHUD.esp
  [25] UIExtensions.esp
  [26] XPMSE.esp
  [27] Extended UI.esp
  [28] Immersive Sounds - Compendium.esp
  [29] Weapons Armor Clothing & Clutter Fixes.esp
  [2A] PPsmallbot.esp
  [2B] LoS II - Tamriel Master Lights.esp
  [2C] COTN - Dawnstar.esp
  [2D] OCW_Obscure's_CollegeofWinterhold.esp
  [2E] JKs Skyrim.esp
  [2F] COTN - Morthal.esp
  [30] TVO Lighting and Water Merge.esp
  [31] Remodeled Armor - Vanilla Replacer.esp
  [32] Devious Devices - Lore Patch.esp
  [33] Skyrim Immersive Creatures Special Edition.esp
  [34] TVO Obsidian Weathers Merged.esp
  [35] FunctionalHomes.esp
  [36] Vominheim.esp
  [37] xazPrisonOverhaulPatched.esp
  [38] OBIS SE.esp
  [39] ethereal_elven_overhaul.esp
  [3A] KS Hairdo's.esp
  [3B] NightEyeENBFix.esp
  [3C] AddItemMenuSE.esp
  [3D] SLAnimLoader.esp
  [3E] Blush When Aroused.esp
  [3F] SLSO.esp
  [40] Spank That Ass.esp
  [41] SimplyKnock.esp
  [42] Schlongs of Skyrim.esp
  [43] SOS - VectorPlexus Regular Addon.esp
  [44] Legendary Skyrim Crossbows.esp
  [45] PAN_NPCs_DG.esp
  [46] Refined Volkihars.esp
  [47] BaboFollowers.esp
  [48] MoreNastyCritters.esp
  [49] FTTG.esp
  [4A] PAN_NPCs.esp
  [4B] SL Survival.esp
  [4C] Holidays.esp
  [4D] TVO Cloaks Merged.esp
  [4E] TKAA.esp
  [4F] Bijin_AIO 2018.esp
  [50] Metalsabers Beautiful Orcs of Skyrim.esp
  [51] PAN_NPCs_DB.esp
  [52] SexyBanditCaptives.esp
  [53] CFTO.esp
  [54] Better Vampire NPCs.esp
  [55] Growl - Werebeasts of Skyrim.esp
  [56] Devious Lore.esp
  [57] iNeed.esp
  [58] BaboInteractiveDia.esp
  [59] EFFDialogue.esp
  [5A] Deviously Cursed Loot.esp
  [5B] SexLabSkoomaWhore.esp
  [5C] HearthCraft.esp
  [5D] LoS II - Lantern Workers.esp
  [5E] DeviousFollowers.esp
  [5F] KaliliesNPCs.esp
  [60] Frostfall.esp
  [61] TVO City Patches Merged.esp
  [62] SexLabDefeat.esp
  [63] SexyBanditCaptives_KSHair.esp
  [64] Ars Metallica.esp
  [65] Ars Metallica - LSC Patch.esp
  [66] SyncWigColor.esp
  [67] Perk Points at Skill Levels 50-75-100.esp
  [68] Snotgurg Simple Drop Lit Torches.esp
  [69] Thief skills rebalance for Ordinator.esp
  [6A] Torches Ignite Oil - Shock Edition.esp
  [6B] PsycheAnimationObjects.esp
  [6C] BDIC.esp
  [6D] mslDeviousCaptures.esp
  [6E] SlaveTats.esp
  [6F] RaceMenuHH.esp
  [70] Random Emotions.esp
  [71] Pooled Shouts.esp
  [72] EasyWheel-AIO.esp
  [73] OBIS Loot SE.esp
  [74] Fulcimentum - More Staves and Wands of Skyrim.esp
  [75] The Amazing World of Bikini Armors REMASTERED.esp
  [76] SimpleSlavery.esp
  [77] TVO USSEP Patch.esp
  [78] Triumvirate - Mage Archetypes.esp
  [79] Convenient Horses.esp
  [7A] BreakableEquipmentSystem.esp
  [7B] yps-ImmersivePiercing.esp
  [7C] UsefulAlteration.esp
  [7D] LADX_SSE.esp
  [7E] SexLab Approach.esp
  [7F] Better Vampire Weapons.esp
  [80] FunctionalHomes - Dragonborn.esp
  [81] Recorder Follower Base.esp
  [82] MB_Cleric_v2.esp
  [83] planters.esp
  [84] SexLabHorribleHarassment.esp
  [85] SL_Kidnapped_Redux.esp
  [86] SLALAnimObj.esp
  [87] SexLabTools.esp
  [88] SLAdventures.esp
  [89] SexLab Extra Voices.esp
  [8A] Bathing in Skyrim - Main.esp
  [8B] AlternateSkillBooks.esp
  [8C] AlternateTraining.esp
  [8D] Immersive NPC in the dark.esp
  [8E] Wildcat - Combat of Skyrim.esp
  [8F] mcgFemaleWalk for SkyrimSE.esp
  [90] SLSW Addicted.esp
  [91] TVO Bugfix Comp Patch.esp
  [92] moresmeltables.esp
  [93] Letia.esp
  [94] ClumsinessMod.esp
  [95] FNISspells.esp
  [96] female mannequins.esp
  [97] FireBurns.esp
  [98] GIST soul trap.esp
  [99] more plants all extra.esp
  [9A] hz_NonExploitableCrossbowReload.esp
  [9B] Wildcat - Realistic Damage Plugin.esp
  [9C] TKDodge.esp
  [9D] FunctionalHomes - Dawnguard.esp
  [9E] SlaveTatsEventsBridge.esp
  [9F] J42_ArmorRatingRedux.esp
  [A0] SL_shrines.esp
  [A1] UltimateCombat.esp
  [A2] PrettyCorpses.esp
  [A3] WWSE.esp
  [A4] TishV3.esp
  [A5] Josefine.esp
  [A6] Follower_Nyan.esp
  [A7] Khinara Jade.esp
  [A8] Aster Follower.esp
  [A9] BelleFollowerHP.esp
  [AA] AMatterOfTime.esp
  [AB] Coldhaven Darker Lighting.esp
  [AC] TheEyesOfBeauty.esp
  [AD] EEO OBIS SE patch.esp
  [AE] Automated Leveled List Addition.esp
  [AF] DarkerNights.esp
  [B0] sl_triggers.esp
  [B1] AutoSave_Minimalistic.esp
  [B2] SLDrunkRedux.esp
  [B3] Complete Alchemy & Cooking Overhaul.esp
  [B4] Better Vampires.esp
  [B5] Predator Vision.esp
  [B6] NightEyeENBFix_PredatorVision.esp
  [B7] Ordinator - Perks of Skyrim.esp
  [B8] Alternate Start - Live Another Life.esp
  [B9] ENBLight Patch.esp
  [BA] TVO Misc Merge.esp
  [BB] Deviously Cursed Loot LAL AddOn.esp
  [BC] Coldhaven LAL Extension.esp
  [BD] ENB Light.esp
  [BE] TVO Sounds Patch.esp
  [BF] SkyTweak.esp
  [C0] Current Build Patches.esp
  [C1] WACCF_BashedPatchLvlListFix.esp
  [C2] xEdit Merge.esp
  [C3] DynDOLOD.esp
  [FE 000] CC'sEnhancedOreVeinsSSE-HearthfirePatch.esl
  [FE 001] AHZmoreHUD.esl
  [FE 002] WM_WidgetMod.esl
  [FE 003] RealisticWaterTwo - Resources.esm
  [FE 004] SAS.esl
  [FE 005] DisableCharacterLight.esl
  [FE 006] ConfigureCommentaryRate.esl
  [FE 007] DisarmingTrapsIsDangerous.esl
  [FE 008] SkyUI_SE.esp
  [FE 009] BugfixCompilation.esp
  [FE 00A] MajesticMountains.esp
  [FE 00B] RUSTIC CLOTHING - Special Edition.esp
  [FE 00C] HD Lods SSE.esp
  [FE 00D] RaceMenu.esp
  [FE 00E] RaceMenuPlugin.esp
  [FE 00F] RealisticWaterTwo - Needs Mod Patch.esp
  [FE 010] LoS II - JKs Skyrim patch.esp
  [FE 011] AOS_ISC_Integration.esp
  [FE 012] FMS_FemaleMakeupSuite.esp
  [FE 013] KS Hairdo's0.esp
  [FE 014] KSHairdosSMP.esp
  [FE 015] CobaltAnimations.esp
  [FE 016] SexlabLightMeUp.esp
  [FE 017] SLAL_AnimationByBakaFactory.esp
  [FE 018] BakaFactoryABC.esp
  [FE 019] iNeed - Extended.esp
  [FE 01A] CFTO-JK-Patch.esp
  [FE 01B] [Christine] Nord Ascended.esp
  [FE 01C] 3BBB.esp
  [FE 01D] 3BBB-RaceMenuMorphs.esp
  [FE 01E] H2135FantasySeries7.esp
  [FE 01F] H2135FantasySeries8.esp
  [FE 020] SLATE.esp
  [FE 021] DX Necromancer Robes.esp
  [FE 022] DX Staff of Necromancy.esp
  [FE 023] DeviousCarriages.esp
  [FE 024] LuminousAtronachs.esp
  [FE 025] H2135FantasySeries6.esp
  [FE 026] H2135ModernSeries3.esp
  [FE 027] LoS II - SMIM patch.esp
  [FE 028] Growl-MortalEnemies Patch.esp
  [FE 029] Bring Meeko to Lod.esp
  [FE 02A] (Pumpkin)-TEWOBA-TheExpandedWorldofBikiniArmor.esp
  [FE 02B] Battle Vixen Loadscreens.esp
  [FE 02C] Bathing in Skyrim - Animal Fat Soaps CACO.esp
  [FE 02D] Bathing in Skyrim SE - Alternate Start.esp
  [FE 02E] OCW_CellSettings.esp
  [FE 02F] Bashed Patch, 0.esp
  [FE 030] Occlusion.esp
}
 

 

:Shrugs:

Crash logs don't mean much to me. 

That's the wood elf enforcer. But it's the actor base and not the reference which is a bit odd. 

 

You can try 

'prid xx0614B6'

'MoveTo Player'

 

and see what happens. Might have to enable him first. 

Link to comment
7 minutes ago, Monoman1 said:

:Shrugs:

Crash logs don't mean much to me. 

That's the wood elf enforcer. But it's the actor base and not the reference which is a bit odd. 

 

You can try 

'prid xx0614B6'

'MoveTo Player'

 

and see what happens. Might have to enable him first. 

an elf you say...

 

That might be the reason

 

in my xEdit merge patch I override some of the elvish NPCs with stuff from a mod that make cosmetic changes to Elves. Should only be visual stuff that shouldn't cause an issue, but it is intriguing that the crash is on an NPC that's record includes edits. 

Link to comment
2 hours ago, Monoman1 said:

It looks like you're making another mod a hard dependency here which would be a no-go. People hate dependencies. Trust me. 

I don't think it'd be hugely difficult to do what you want. The only reservation I'd have is that the Mcm is getting pretty bloated. 

Ah. If that's the case, I figure the script could simply be an optional add-on, and use the mod manager to overwrite the existing one.

I have no idea how to accomplish the SLEN side of it.

Link to comment
Guest AthenaESIV

I know you're thinking about taking a break, but a suggestion for the future (one you likely have already thought of tbh)

 

Given how fantastic it is turning out, integration with Submissive Lola. Instead of asking where the PC's follower is at the gates, they assign her a dominant follower. Building in a way to get a license to not have a follower would be great, and maybe if the PC chooses not to have a follower, there are check in stations she must frequent as one of the stipulations in her solo license. 

Link to comment

Would it be possible to add 1 more answer to the question of "where is your escort, cupcake?" that the enforcers ask of you when they run you down. I frequently choose Live another life options that don't make me start the playthrough in a town, so it's a bit immersion breaking when my character is apparently already familiar with the rules of traveling alone as a female and immediately tries to come up with an excuse of where her escort is instead of asking something like "what escort?" Especially when these rules are explained later on when you eventually enter your first town.

Link to comment
12 hours ago, Caco Demon said:

Ah. If that's the case, I figure the script could simply be an optional add-on, and use the mod manager to overwrite the existing one.

I have no idea how to accomplish the SLEN side of it.

Rather than posting patches which can get messy just give me a little time. It shouldn't be too hard to add. But it won't be for a couple of weeks at least. 

9 hours ago, ralchemilla said:

oooo! do you know which .json file to clear/delete? thank you so much for your time ?

RaceLoadSizes.json

Or something like that. Clean saving/starting a new game for just this seems extreme tbh. I need to add a way to change it anyway so eventually I'll get around to it. 

46 minutes ago, firepunch1 said:

Would it be possible to add 1 more answer to the question of "where is your escort, cupcake?" that the enforcers ask of you when they run you down. I frequently choose Live another life options that don't make me start the playthrough in a town, so it's a bit immersion breaking when my character is apparently already familiar with the rules of traveling alone as a female and immediately tries to come up with an excuse of where her escort is instead of asking something like "what escort?" Especially when these rules are explained later on when you eventually enter your first town.

Seems like a fairly small immersion breaker that would happen only once per play through really. But if its not too complex to amend ill take a look. 

11 hours ago, AthenaESIV said:

I know you're thinking about taking a break, but a suggestion for the future (one you likely have already thought of tbh)

 

Given how fantastic it is turning out, integration with Submissive Lola. Instead of asking where the PC's follower is at the gates, they assign her a dominant follower. Building in a way to get a license to not have a follower would be great, and maybe if the PC chooses not to have a follower, there are check in stations she must frequent as one of the stipulations in her solo license. 

Not sure i find the idea of a 'no escort' licence all that interesting tbh. Maybe it could instead be based on whether or not you're thane of the hold instead or something. 

 

Being able to forego an escort is a serious money saver if you use DFC. Even if the licence cost 10000 (which is a lot of gold to have) gold I think it'd be worth it. Then if you have that much gold to spare you probably don't need a follower licence...?

Link to comment

Nomkaz is making progress on getting the tongues working in Survival SE, but it looks like the height of the tongue doesn't match my girl's face. :c

 

Spoiler

ScreenShot112.png.71dfe4b5053bdfeba71d39262f3e18c2.png

 

I noticed that someone else in this thread had the same issue, so I think there needs to be an option to disable the "tongue" aspect of Daydreaming independant of the main toggle, similar to the Sex Fairies!

Link to comment
6 minutes ago, shar181 said:

Nomkaz is making progress on getting the tongues working in Survival SE, but it looks like the height of the tongue doesn't match my girl's face. :c

 

  Reveal hidden contents

ScreenShot112.png.71dfe4b5053bdfeba71d39262f3e18c2.png

 

I noticed that someone else in this thread had the same issue, so I think there needs to be an option to disable the "tongue" aspect of Daydreaming independant of the main toggle, similar to the Sex Fairies!

Is that the 'extent' of your characters mouth opening?

Must make for some interesting blowjobs...

?

Link to comment

One more potential daydream-related issue!

 

I had this weird thing happening where every time my girl talked to a male character, he would briefly undress. It took me a bit to realize that it was the "imagine men naked" thing mentioned under Daydreams. This should also be a toggle, because I've had a couple of incidents where the guy just stayed naked. It seems to only happen if they're in the middle of an animation when they're greeted (for example, half-way through sitting down, drinking, or using a forge).

Link to comment

Could you please PLEASE pleaaaase remove outfit studio triggering randomly all the time? I have lost count how many times I had to reload the game because of outfit studio starting and removing ALL of my inventory. It would be understandable if I knew what triggered it, but I never even found a button or a setting for it to stop.

 

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
×
×
  • 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