Jump to content

Recommended Posts

Posted

Hello there, I have a problem with some clothes not fitting correctly to the NPCs.
Is there a way to fix it? 

It does not affect the optional clothing, that can be downloaded.

Screenshot2025-12-14211542.thumb.png.bd4730d763b6784ece7c812e2da71c4b.png

Screenshot2025-12-14211634.png.ca7ed154e08affb330a8698c4394aa73.png

 

Posted
On 3/17/2024 at 5:06 PM, ebbluminous said:

Also on 1.5.97. The MCM appears in the mod list, but when going into it, the section that lists which mods are installed works, but the main settings tab is blank.

I know this person will probably never see this, but although I'm on SSE latest version (compared to above 5.97), i actually had this exact problem for a while, and could not figure it out until now.   In case anyone has this issue, please try this: 1) if you have many animations like me, increase max animations in the OAR INI file to 65534.  2) Based on an amazing find by a user in the PapyrusTweaksNG Nexus forum, I followed his suggestion to change the Tweaks INI file to enable a) NativeCalls, b) remove UI (this is the important one) from the sScriptClassExclusions and c) change MemoryLimit to true.   This combination has finally solve my CIrcleofLust MCM problem

Posted

Judging by the posts here, this mod is awesome, and I'd really like to play it. But it seems to conflict with something in my build. As soon as I enter the club, the loading screen disappears, a hallway with blue light and smoke appears, music starts playing and then CTD. I can't figure out what's causing this. All dependencies are installed, and there are no obvious conflicts with other mods. It's just that CTD when I enter the club, which is really frustrating 😭 Has anyone encountered something similar and knows what might be causing this? 

Posted

Yeeeeeeeeeee!!! I got in!!! 🤩 It seems the "OBody" were to blame, so I disabled them and cleared my save. I entered the club and then, right after the loading screen finished, I opened the console just in case, disabled collisions (tcl), and walked straight through the walls into the main hall, bypassing the corridor. Goddamn, this place is so damn hot 🔥 it's definitely the best establishment in Skyrim, and maybe even in all Tamriel! Love it ❤️ Thank you so much for all the work and your love which you put into this mod! By the way, my banners fit the interior perfectly, hehehe ☺️

enb2025_12_24_20_13_09.png.c98f2461c4975a7ef24c1a60bafec842.pngenb2025_12_24_20_10_24.png.6ca64cb5d87c1d8ac1928eccfdefb45d.png

Posted

In Skyrim VR I have a CTD on startup in VR playroom (starting area of Skyrim VR).

Using Crash Logger, and having given the crash log to Grok AI, Grok suggests that the crash is with the No.ESP mod with a quick fix linked by Grok.

I attached both Grok's summary of what might cause the crash and the crash log itself. Please fix if that's the actual case! And do let me know if Grok is correct in its summary.
Grok's Response

Quote

This ESP (an adult mod from LoversLab called "The Circle of Lust") contains an invalid/corrupted TESObjectREFR (object reference) in its cell "DDCircleOfLustDungeon" (FormID 0x3A3A49BF), specifically the reference with FormID 0x3A3A5161. The log explicitly flags this as "Object Reference: None" (a null/invalid pointer), with RCX/R13 pointing directly to it.

The crash occurs in no-esp.dll (from the "No .esp" SKSE plugin, which enables Papyrus scripts without loading ESPs—often used for animation packs). This DLL hooks into reference processing (likely via TES::ForEachReference or similar during cell/geometry culling—see call stack frames like BSGeometryListCullingProcess and TESObjectCELL::sub_14027Da490). It attempts mov ecx, [rax+0x14] where RAX=0x0 (null dereference, classic access violation).

"No .esp" lacks null checks for bad references, so it CTDs when hitting this one from DarkDesiresCircleOfLust.esp—even though the ESP is loaded. The crash happens ~4 minutes in (process uptime 00:04:17), during player/cell management in "VR Playroom" (Playroom_2_Alpha.esp), likely when culling geometry or processing attached/nearby REFRs.

Quick fix: Disable DarkDesiresCircleOfLust.esp (or clean/fix the bad REFR in SSEEdit: load the plugin, navigate to the cell 0x3A3A49BF, find/remove the null ref 0x3A3A5161). If you need "No .esp", try the "Renewed" DLL update (overwrites the original; has some crash fixes via CommonLib NG).

CrashLogger Crash Log
 

Quote

CRASH TIME: 2025-12-28 21:35:00
Skyrim VR v1.4.15
CrashLoggerSSE v1-16-0-0 Oct  7 2025 06:54:42

Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FFC24942903 no-esp.dll+0082903    mov ecx, [rax+0x14]
Exception Flags: 0x00000000 (Continuable)
Number of Parameters: 2
Exception Thread ID: 35844
Access Violation: Tried to read memory at 0x000000000014

PROCESS INFO:
    Process ID: 12028
    Crash Thread ID: 35844
    Process Uptime: 00:04:17 (257141ms)
    Working Directory: C:\Steam\steamapps\common\SkyrimVR
    Command Line: "C:\Steam\steamapps\common\SkyrimVR\\SkyrimVR.exe"
    Executable MD5: 6cc5baea600d6a688a5fa5aa67a54248
    Executable Size: 35530960 bytes
    Executable Modified: 2025-12-09 16:25:10
    Elevated: No

SYSTEM SPECS:
    OS: Microsoft Windows 11 Home v10.0.26200
    CPU: GenuineIntel 12th Gen Intel(R) Core(TM) i7-12700H
    CPU Cores: 20 logical, 14 physical, 1 packages
    GPU #1: Nvidia GA106M [GeForce RTX 3060 Mobile / Max-Q]
    GPU #2: Intel Alder Lake-P Integrated Graphics Controller
    GPU #3: Intel Alder Lake-P Integrated Graphics Controller
    GPU #4: Microsoft Basic Render Driver
    PHYSICAL MEMORY: 14.30 GB/15.71 GB
    VIRTUAL MEMORY: 14.34 GB/131072.00 GB
    PROCESS MEMORY: Working Set: 3469.37 MB, Private: 7716.29 MB, Peak: 3469.37 MB
    PAGE FAULTS: 1643893 (Peak: 3637899264)
    GPU MEMORY: 1.71/5.11 GB
    Detected Virtual Machine: Microsoft Hyper-V (100%)

VR SPECS:
    Model: Oculus Quest2
    Manufacturer: Oculus
    Driver Version: 1.64.0
    Tracking System: oculus
    Display Frequency (Hz): 72.00
    IPD (meters): 0.07
    Render Target Size: 2496x2688

PROBABLE CALL STACK:
    [ 0] 0x7FFC24942903   no-esp.dll+0082903
    [ 1] 0x7FFC24934208   no-esp.dll+0074208
    [ 2] 0x7FFC2493DDCD   no-esp.dll+007DDCD
    [ 3] 0x7FF7E54E24B5 SkyrimVR.exe+02B24B5    mov ebp, eax |  FUN_1402b2340_2B24B5 -> 22790+0x3375    mov ebp, eax
    [ 4] 0x7FF7E58F12F3 SkyrimVR.exe+06C12F3    nop |  FUN_1406c11a0_6C12F3 -> 39384+0xCB3    nop
    [ 5] 0x7FF7E54BEEDC SkyrimVR.exe+028EEDC    mov rcx, r14 |  TESObjectCELL::sub_14027Da490_28EEDC -> 18843+0x4FBC    mov rcx, r14
    [ 6] 0x7FF7E590A619 SkyrimVR.exe+06DA619    mov rcx, rbx |  PlayerCharacter::sub_1406B6EB0_6DA619 -> 39657+0x249    mov rcx, rbx
    [ 7] 0x7FF7E590AE8C SkyrimVR.exe+06DAE8C    mov rdi, [rsp+0x68] |  PlayerCharacter::sub_1406B7670_6DAE8C -> 39657+0xABC    mov rdi, [rsp+0x68]
    [ 8] 0x7FF7E58ED012 SkyrimVR.exe+06BD012    lea rdx, [rsi+0xC40] |  Actor::sub_14069C540_6BD012 -> 39365+0x952    lea rdx, [rsi+0xC40]
    [ 9] 0x7FF7E57EFB18 SkyrimVR.exe+05BFB18    jmp 0x00007FF7E57EFB70 |  TESObjectCELL::sub_1405B7AA0_5BFB18 -> 35620+0xCD8    jmp 0x00007FF7E57EFB70
    [10] 0x7FF7E57E6AB2 SkyrimVR.exe+05B6AB2    xor bl, bl |  FUN_1405b6a90_5B6AB2 -> 35548+0x1232    xor bl, bl
    [11] 0x7FF7E57E42C0 SkyrimVR.exe+05B42C0    call 0x00007FF7E57E6D70 |  BSGeometryListCullingProcess::sub_1405ACBD0_5B42C0 -> 35545+0x30    call 0x00007FF7E57E6D70
    [12] 0x7FF7E65BAF0A SkyrimVR.exe+138AF0A    mov ebx, eax |  FUN_14138adec_138AF0A -> 101985+0xBBDA    mov ebx, eax
    [13] 0x7FFD5B90E8D7 KERNEL32.DLL+002E8D7
    [14] 0x7FFD5D9AC53C    ntdll.dll+008C53C

REGISTERS:
    RAX 0x0                (size_t) [0]
    RCX 0x2A4BB8389A0      (TESObjectREFR*)
        Object Reference: None
        ParentCell: ---
            File: "DarkDesiresCircleOfLust.esp"
            Flags: 0x00040009 
            Name: "Circle Of Lust Dungeon"
            EditorID: "DDCircleOfLustDungeon"
            FormID: 0x3A3A49BF
            FormType: Cell (60)
        File: "DarkDesiresCircleOfLust.esp"
        Flags: 0x00200000 
        FormID: 0x3A3A5161
        FormType: Reference (61)
    RDX 0x118              (size_t) [280]
    RBX 0x1                (size_t) [1]
    RSP 0xF14D9FF3C0       (void*)
    RBP 0xF14D9FF479       (void*)
    RSI 0x2A3515E20B0      (void*)
    RDI 0x2A4B83FA140      (void*)
    R8  0xF14D9FF3D0       (void*)
    R9  0xC2               (size_t) [194]
    R10 0x0                (size_t) [0]
    R11 0xF14D9FF300       (void*)
    R12 0xF14D9FF680       (void*)
    R13 0x2A4BB8389A0      (TESObjectREFR*)
        Object Reference: None
        ParentCell: ---
            File: "DarkDesiresCircleOfLust.esp"
            Flags: 0x00040009 
            Name: "Circle Of Lust Dungeon"
            EditorID: "DDCircleOfLustDungeon"
            FormID: 0x3A3A49BF
            FormType: Cell (60)
        File: "DarkDesiresCircleOfLust.esp"
        Flags: 0x00200000 
        FormID: 0x3A3A5161
        FormType: Reference (61)
    R14 0x7FFC24A6A7C0     (void* -> no-esp.dll+01AA7C0    add [rcx], eax)
    R15 0x0                (size_t) [0]

STACK:
    [RSP+0  ] 0x0                (size_t) [0]
    [RSP+8  ] 0x2A4B83FA140      (void*)
    [RSP+10 ] 0x2A53452B4E0      (void*)
    [RSP+18 ] 0x2A3515E20B0      (void*)
    [RSP+20 ] 0x7FFC24A6A7C0     (void* -> no-esp.dll+01AA7C0    add [rcx], eax)
    [RSP+28 ] 0x7FF7E71B3FE0     (void* -> SkyrimVR.exe+1F83FE0    add al, 0x8C |  FUN_141920dc0_1F83FE0)
    [RSP+30 ] 0xF13F800000       (size_t) [1036152471552]
    [RSP+38 ] 0x2A53452B4E0      (void*)
    [RSP+40 ] 0x0                (size_t) [0]
    [RSP+48 ] 0x2A534481E60      (void*)
    [RSP+50 ] 0x2A534481EE0      (void*)
    [RSP+58 ] 0x2A534481EE0      (void*)
    [RSP+60 ] 0x7                (size_t) [7]
    [RSP+68 ] 0x8                (size_t) [8]
    [RSP+70 ] 0x7D938            (size_t) [514360]
    [RSP+78 ] 0x7FF700000000     (size_t) [140698833649664]
    [RSP+80 ] 0xF14D9FF540       (void*)
    [RSP+88 ] 0x7FFC248E43B2     (void* -> no-esp.dll+00243B2    lea r11, [rsp+0xA0])
    [RSP+90 ] 0x2A4E63B1370      (void*)
    [RSP+98 ] 0x0                (size_t) [0]
    [RSP+A0 ] 0x7FFC24A25678     (char*) "C:\Code\mrowrpurr\no-esp\include\NoESP/Log.h"
    [RSP+A8 ] 0xF100000022       (size_t) [1035087118370]
    [RSP+B0 ] 0x7FFC24A26878     (char*) "Log"
    [RSP+B8 ] 0xF14D9FF520       (void*)
    [RSP+C0 ] 0x7FFC24A25678     (char*) "C:\Code\mrowrpurr\no-esp\include\NoESP/Log.h"
    [RSP+C8 ] 0xF100000022       (size_t) [1035087118370]
    [RSP+D0 ] 0x7FFC24A26878     (char*) "Log"
    [RSP+D8 ] 0x0                (size_t) [0]
    [RSP+E0 ] 0x7FFC24A6A7C1     (void* -> no-esp.dll+01AA7C1    add [rax], eax)
    [RSP+E8 ] 0x0                (size_t) [0]
    [RSP+F0 ] 0xF14D9FF680       (void*)
    [RSP+F8 ] 0x2A4B83FA140      (void*)
    [RSP+100] 0x2A3515E20B0      (void*)
    [RSP+108] 0x2A4B7E5C918      (char*) "aQ::"
    [RSP+110] 0xF14D9FF540       (void*)
    [RSP+118] 0x7FFC24934208     (void* -> no-esp.dll+0074208    nop [rax+rax*1], eax)
    [RSP+120] 0x2A4BB8389A0      (TESObjectREFR*)
        Object Reference: None
        ParentCell: ---
            File: "DarkDesiresCircleOfLust.esp"
            Flags: 0x00040009 
            Name: "Circle Of Lust Dungeon"
            EditorID: "DDCircleOfLustDungeon"
            FormID: 0x3A3A49BF
            FormType: Cell (60)
        File: "DarkDesiresCircleOfLust.esp"
        Flags: 0x00200000 
        FormID: 0x3A3A5161
        FormType: Reference (61)
    [RSP+128] 0x7FF7E71B8B01     (void* -> SkyrimVR.exe+1F88B01    adc [rax], al |  FUN_141920dc0_1F88B01)
    [RSP+130] 0x2A4E63B20F0      (void*)
    [RSP+138] 0x0                (size_t) [0]
    [RSP+140] 0x0                (size_t) [0]
    [RSP+148] 0x0                (size_t) [0]
    [RSP+150] 0x7FFC24A6A7C0     (void* -> no-esp.dll+01AA7C0    add [rcx], eax)
    [RSP+158] 0x7FF7E71B3FE0     (void* -> SkyrimVR.exe+1F83FE0    add al, 0x8C |  FUN_141920dc0_1F83FE0)
    [RSP+160] 0x2A501073500      (void*)
    [RSP+168] 0x6A               (size_t) [106]
    [RSP+170] 0x0                (size_t) [0]
    [RSP+178] 0xF                (size_t) [15]
    [RSP+180] 0x7FF7E71B3F98     (void* -> SkyrimVR.exe+1F83F98     |  FUN_141920dc0_1F83F98)
    [RSP+188] 0x2A44C4642B0      (void*)
    [RSP+190] 0x7FF7E71B3FE0     (void* -> SkyrimVR.exe+1F83FE0    add al, 0x8C |  FUN_141920dc0_1F83FE0)
    [RSP+198] 0x2A44C4642A8      (void*)
    [RSP+1A0] 0x0                (size_t) [0]
    [RSP+1A8] 0x7FFC2493DDCD     (void* -> no-esp.dll+007DDCD    xor eax, eax)
    [RSP+1B0] 0x2A44C464201      (void*)
    [RSP+1B8] 0x7D92F            (size_t) [514351]
    [RSP+1C0] 0x7D938            (size_t) [514360]
    [RSP+1C8] 0x7FF7E71B3F98     (void* -> SkyrimVR.exe+1F83F98     |  FUN_141920dc0_1F83F98)
    [RSP+1D0] 0x2A44C4642B0      (void*)
    [RSP+1D8] 0x7FF7E54E24B5     (void* -> SkyrimVR.exe+02B24B5    mov ebp, eax |  FUN_1402b2340_2B24B5)
    [RSP+1E0] 0xF14D9FF680       (void*)
    [RSP+1E8] 0x2A44C4642A0      (void*)
    [RSP+1F0] 0x0                (size_t) [0]
    [RSP+1F8] 0x7FF7E71B3FE0     (void* -> SkyrimVR.exe+1F83FE0    add al, 0x8C |  FUN_141920dc0_1F83FE0)
    [RSP+200] 0x7FF7E81F52B8     (void* -> SkyrimVR.exe+2FC52B8     |  FUN_141920dc0_2FC52B8)
    [RSP+208] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+210] 0x7FF7E81F52D0     (void* -> SkyrimVR.exe+2FC52D0    add [rax], al |  FUN_141920dc0_2FC52D0)
    [RSP+218] 0xF14D9FF698       (void*)
    [RSP+220] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+228] 0x7FF7E71B3FE0     (void* -> SkyrimVR.exe+1F83FE0    add al, 0x8C |  FUN_141920dc0_1F83FE0)
    [RSP+230] 0x2A4D196E898      (void*)
    [RSP+238] 0x7FF7E81F5270     (void* -> SkyrimVR.exe+2FC5270    add dl, dh |  FUN_141920dc0_2FC5270)
    [RSP+240] 0xFFFFFFFF         (size_t) [4294967295]
    [RSP+248] 0x0                (size_t) [0]
    [RSP+250] 0x1                (size_t) [1]
    [RSP+258] 0x2A4AD288200      (BGSLocation*)
        File: "SkyrimVR.esm"
        Flags: 0x00000009 kDestructible | kInitialized
        Name: "VR Playroom"
        FormID: 0x050008F3
        FormType: Location (104)
        GetFullName: "VR Playroom"
    [RSP+260] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+268] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+270] 0xF14D9FF6B8       (void*)
    [RSP+278] 0x7FF7E58F12F3     (void* -> SkyrimVR.exe+06C12F3    nop |  FUN_1406c11a0_6C12F3)
    [RSP+280] 0x6A               (size_t) [106]
    [RSP+288] 0x0                (size_t) [0]
    [RSP+290] 0x2A44C4642A0      (void*)
    [RSP+298] 0x2A44C4642B0      (void*)
    [RSP+2A0] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+2A8] 0x0                (size_t) [0]
    [RSP+2B0] 0x10000000000000   (size_t) [4503599627370496]
    [RSP+2B8] 0x50008D4          (size_t) [83888340]
    [RSP+2C0] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+2C8] 0x0                (size_t) [0]
    [RSP+2D0] 0x2A4AD288200      (BGSLocation*)
        File: "SkyrimVR.esm"
        Flags: 0x00000009 kDestructible | kInitialized
        Name: "VR Playroom"
        FormID: 0x050008F3
        FormType: Location (104)
        GetFullName: "VR Playroom"
    [RSP+2D8] 0x100000           (size_t) [1048576]
    [RSP+2E0] 0x0                (size_t) [0]
    [RSP+2E8] 0x2A4AD288200      (BGSLocation*)
        File: "SkyrimVR.esm"
        Flags: 0x00000009 kDestructible | kInitialized
        Name: "VR Playroom"
        FormID: 0x050008F3
        FormType: Location (104)
        GetFullName: "VR Playroom"
    [RSP+2F0] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+2F8] 0x2A34C9597A8      (char*) "j"
    [RSP+300] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+308] 0x6C15576E         (size_t) [1813337966]
    [RSP+310] 0x2A4C05C3240      (void*)
    [RSP+318] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+320] 0xFFFFFFFF         (size_t) [4294967295]
    [RSP+328] 0x2A4C03ADEC8      (void*)
    [RSP+330] 0x0                (size_t) [0]
    [RSP+338] 0x7FF7E54BEEDC     (void* -> SkyrimVR.exe+028EEDC    mov rcx, r14 |  TESObjectCELL::sub_14027D490_28EEDC)
    [RSP+340] 0x2A4C03ADEC8      (void*)
    [RSP+348] 0x2A400100000      (void*)
    [RSP+350] 0xF14D9FF8B0       (void*)
    [RSP+358] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+360] 0x6C15576EFFFFFFFE (size_t) [7788227264860127230]
    [RSP+368] 0x37C              (size_t) [892]
    [RSP+370] 0x69E821C6C8       (size_t) [454866093768]
    [RSP+378] 0x2A34C959040      (void*)
    [RSP+380] 0x2A34C9597A8      (char*) "j"
    [RSP+388] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+390] 0x2                (size_t) [2]
    [RSP+398] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+3A0] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+3A8] 0xF14D9FF910       (void*)
    [RSP+3B0] 0xF14D9FF920       (void*)
    [RSP+3B8] 0xFFFFFFFF         (size_t) [4294967295]
    [RSP+3C0] 0x0                (size_t) [0]
    [RSP+3C8] 0xF14D9FFA08       (void*)
    [RSP+3D0] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+3D8] 0xF14D9FF910       (void*)
    [RSP+3E0] 0xF14D9FF8B0       (void*)
    [RSP+3E8] 0x7FF7E590A619     (void* -> SkyrimVR.exe+06DA619    mov rcx, rbx |  PlayerCharacter::sub_1406B6EB0_6DA619)
    [RSP+3F0] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+3F8] 0x2A300100000      (char*) "imations\MoreNastyCritters\centurionpiston_a1_s1.hkx"
    [RSP+400] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+408] 0xF14D9FF910       (void*)
    [RSP+410] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+418] 0x7FFC7355C107     (void* -> tbbmalloc.dll+000C107    mov al, 0x01)
    [RSP+420] 0x7FF7E83A6130     (void* -> SkyrimVR.exe+3176130    add [rax], al |  FUN_141920dc0_3176130)
    [RSP+428] 0x7FF7E57F7F02     (void* -> SkyrimVR.exe+05C7F02    mov rbx, [rsp+0x40] |  FUN_1405c7e00_5C7F02)
    [RSP+430] 0x2                (size_t) [2]
    [RSP+438] 0x2A4ED246350      (void*)
    [RSP+440] 0x0                (size_t) [0]
    [RSP+448] 0x7FF7E538F38D     (void* -> SkyrimVR.exe+015F38D    sub rbx, 0x01 |  BSResource__EntryDB_gs_T1_ge_::sub_14014E920_15F38D)
    [RSP+450] 0xF14D9FF8B8       (void*)
    [RSP+458] 0x7FFD5B06041B     (void* -> KERNELBASE.dll+004041B    nop [rax+rax*1], eax)
    [RSP+460] 0x0                (size_t) [0]
    [RSP+468] 0x0                (size_t) [0]
    [RSP+470] 0x0                (size_t) [0]
    [RSP+478] 0x0                (size_t) [0]
    [RSP+480] 0x1F               (size_t) [31]
    [RSP+488] 0x7FFD5B06041B     (void* -> KERNELBASE.dll+004041B    nop [rax+rax*1], eax)
    [RSP+490] 0xFFFFFFFB         (size_t) [4294967291]
    [RSP+498] 0x0                (size_t) [0]
    [RSP+4A0] 0x1D               (size_t) [29]
    [RSP+4A8] 0xF14D9FFA08       (void*)
    [RSP+4B0] 0x2A3B25CFEC0      (IOManager*)
    [RSP+4B8] 0x7FF7E538BB5E     (void* -> SkyrimVR.exe+015BB5E    mov rbx, [rsp+0x30] |  FUN_14015bb20_15BB5E)
    [RSP+4C0] 0x1                (size_t) [1]
    [RSP+4C8] 0x0                (size_t) [0]
    [RSP+4D0] 0x0                (size_t) [0]
    [RSP+4D8] 0x0                (size_t) [0]
    [RSP+4E0] 0x0                (size_t) [0]
    [RSP+4E8] 0xFFFFFFFF         (size_t) [4294967295]
    [RSP+4F0] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+4F8] 0x7FF7E83A6130     (void* -> SkyrimVR.exe+3176130    add [rax], al |  FUN_141920dc0_3176130)
    [RSP+500] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+508] 0x0                (size_t) [0]
    [RSP+510] 0x2A4AD185980      (TESWorldSpace*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x0000000B kDestructible | kAltered | kInitialized
        Name: "VR Playroom"
        EditorID: "VRPlayroom"
        FormID: 0x050008B8
        FormType: WorldSpace (71)
        GetFullName: "VR Playroom"
    [RSP+518] 0x7FF7E590AE8C     (void* -> SkyrimVR.exe+06DAE8C    mov rdi, [rsp+0x68] |  PlayerCharacter::sub_1406B7670_6DAE8C)
    [RSP+520] 0x2A400000069      (void*)
    [RSP+528] 0x2A310930100      (size_t) [2899380994304]
    [RSP+530] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+538] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+540] 0x7FF7E8219D00     (void* -> SkyrimVR.exe+2FE9D00    js 0x00007FF7E8219D3C |  FUN_141920dc0_2FE9D00)
    [RSP+548] 0x0                (size_t) [0]
    [RSP+550] 0x8000000000000000 (size_t) [uint: 9223372036854775808 int: -9223372036854775808]
    [RSP+558] 0x2A33F9C61AA      (void*)
    [RSP+560] 0xC683AEAD47EE6D78 (size_t) [uint: 14304468900718210424 int: -4142275172991341192]
    [RSP+568] 0x7FF7C487C68D     (size_t) [140702130882189]
    [RSP+570] 0x0                (size_t) [0]
    [RSP+578] 0xFFFFFFFF         (size_t) [4294967295]
    [RSP+580] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+588] 0x0                (size_t) [0]
    [RSP+590] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+598] 0x2A4AD288200      (BGSLocation*)
        File: "SkyrimVR.esm"
        Flags: 0x00000009 kDestructible | kInitialized
        Name: "VR Playroom"
        FormID: 0x050008F3
        FormType: Location (104)
        GetFullName: "VR Playroom"
    [RSP+5A0] 0xF14D9FFA49       (void*)
    [RSP+5A8] 0x7FF7E58ED012     (void* -> SkyrimVR.exe+06BD012    lea rdx, [rsi+0xC40] |  Actor::sub_14069C540_6BD012)
    [RSP+5B0] 0x2A3B275EB00      (PlayerCharacter*)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Flags: 0x00000408 
        Name: "Shezarrine"
        FormID: 0x00000014
        FormType: ActorCharacter (62)
        Object Reference: 
        File: "Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp"
        Modified by: Skyrim.esm -> Animal_Research.esp -> SexLab Beastess.esp -> Simple Starting Spell Selection.esp -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
        Flags: 0x00040009 kDestructible | kInitialized
        Name: "Shezarrine"
        FormID: 0x00000007
        FormType: NPC (43)
        ParentCell: None
        Flags: 0x00000408 kInitialized
        FormID: 0x00000014
        FormType: ActorCharacter (62)
    [RSP+5B8] 0x0                (size_t) [0]
    [RSP+5C0] 0xF14D9FF9F8       (void*)
    [RSP+5C8] 0x2A4FFFFFFFB      (char*) "sionIllusionLight01.nif"
    [RSP+5D0] 0xFFFFFFFFFFFFFF00 (size_t) [uint: 18446744073709551360 int: -256]
    [RSP+5D8] 0xE7C05C5240       (size_t) [995364721216]
    [RSP+5E0] 0xD6000000E7       (size_t) [919123001575]
    [RSP+5E8] 0x101000000E6      (size_t) [1103806595302]
    [RSP+5F0] 0x0                (size_t) [0]
    [RSP+5F8] 0x2A4AD288200      (BGSLocation*)
        File: "SkyrimVR.esm"
        Flags: 0x00000009 kDestructible | kInitialized
        Name: "VR Playroom"
        FormID: 0x050008F3
        FormType: Location (104)
        GetFullName: "VR Playroom"
    [RSP+600] 0xF14D9FFAD0       (void*)
    [RSP+608] 0xF14D9FFAD0       (void*)
    [RSP+610] 0x24D9FFAD0        (size_t) [9892264656]
    [RSP+618] 0x2A4C03ADF58      (void*)
    [RSP+620] 0x2A34C959040      (void*)
    [RSP+628] 0x0                (size_t) [0]
    [RSP+630] 0x0                (size_t) [0]
    [RSP+638] 0x8000000000000000 (size_t) [uint: 9223372036854775808 int: -9223372036854775808]
    [RSP+640] 0xF13F9C61AA       (size_t) [1036154331562]
    [RSP+648] 0xC683AEAD47EE6D78 (size_t) [uint: 14304468900718210424 int: -4142275172991341192]
    [RSP+650] 0x2A4C489068D      (void*)
    [RSP+658] 0xF14D9FF9E8       (void*)
    [RSP+660] 0xF14D9FF9E0       (void*)
    [RSP+668] 0xF14D9FFA80       (void*)
    [RSP+670] 0xF14D9FFAD0       (void*)
    [RSP+678] 0xF14D9FF9F0       (void*)
    [RSP+680] 0xF14D9FF9F8       (void*)
    [RSP+688] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+690] 0x0                (size_t) [0]
    [RSP+698] 0x0                (size_t) [0]
    [RSP+6A0] 0xF14D9FFAD0       (void*)
    [RSP+6A8] 0x0                (size_t) [0]
    [RSP+6B0] 0x0                (size_t) [0]
    [RSP+6B8] 0x0                (size_t) [0]
    [RSP+6C0] 0x0                (size_t) [0]
    [RSP+6C8] 0x0                (size_t) [0]
    [RSP+6D0] 0x0                (size_t) [0]
    [RSP+6D8] 0x2A4C03ADE40      (TESObjectCELL*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x00000009 kDestructible | kInitialized
        EditorID: "VRPlayroom01"
        FormID: 0x050008D4
        FormType: Cell (60)
    [RSP+6E0] 0xF14D9FFAE9       (void*)
    [RSP+6E8] 0x7FF7E57EFB18     (void* -> SkyrimVR.exe+05BFB18    jmp 0x00007FF7E57EFB70 |  TESObjectCELL::sub_1405B7AA0_5BFB18)
    [RSP+6F0] 0x2A4C03ADE00      (void*)
    [RSP+6F8] 0xF14D9FFA00       (void*)
    [RSP+700] 0x0                (size_t) [0]
    [RSP+708] 0x0                (size_t) [0]
    [RSP+710] 0xC683AEAD47EE6D78 (size_t) [uint: 14304468900718210424 int: -4142275172991341192]
    [RSP+718] 0x2A3C489068D      (void*)
    [RSP+720] 0x8000000000000000 (size_t) [uint: 9223372036854775808 int: -9223372036854775808]
    [RSP+728] 0x3F9C61AA         (size_t) [1067213226]
    [RSP+730] 0x2A4AD185980      (TESWorldSpace*)
        File: "Playroom_2_Alpha.esp"
        Modified by: SkyrimVR.esm -> Playroom_2_Alpha.esp
        Flags: 0x0000000B kDestructible | kAltered | kInitialized
        Name: "VR Playroom"
        EditorID: "VRPlayroom"
        FormID: 0x050008B8
        FormType: WorldSpace (71)
        GetFullName: "VR Playroom"
    [RSP+738] 0x0                (size_t) [0]
    [RSP+740] 0xC683AEAD47EE6D78 (size_t) [uint: 14304468900718210424 int: -4142275172991341192]
    [RSP+748] 0xC489068D         (size_t) [3297314445]
    [RSP+750] 0x3F9C61AA80000000 (size_t) [4583645905676140544]
    [RSP+758] 0x0                (size_t) [0]
    [RSP+760] 0x0                (size_t) [0]
    [RSP+768] 0x0                (size_t) [0]
    [RSP+770] 0x101000000000000  (size_t) [72339069014638592]
    [RSP+778] 0x100              (size_t) [256]
    [RSP+780] 0x0                (size_t) [0]
    [RSP+788] 0x7FF7E57E6AB2     (void* -> SkyrimVR.exe+05B6AB2    xor bl, bl |  FUN_1405b6a90_5B6AB2)
    [RSP+790] 0xA                (size_t) [10]
    [RSP+798] 0x0                (size_t) [0]
    [RSP+7A0] 0x0                (size_t) [0]
    [RSP+7A8] 0x0                (size_t) [0]
    [RSP+7B0] 0x0                (size_t) [0]
    [RSP+7B8] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
    [RSP+7C0] 0x8C0400001FB8     (size_t) [153948807765944]
    [RSP+7C8] 0x7FF7E68F6DB8     (char*) "TESInitThread"
    [RSP+7D0] 0x0                (size_t) [0]
    [RSP+7D8] 0x0                (size_t) [0]
    [RSP+7E0] 0x0                (size_t) [0]
    [RSP+7E8] 0x0                (size_t) [0]
    [RSP+7F0] 0x0                (size_t) [0]
    [RSP+7F8] 0xA                (size_t) [10]
    [RSP+800] 0x0                (size_t) [0]
    [RSP+808] 0x7FF7E57E42C0     (void* -> SkyrimVR.exe+05B42C0    call 0x00007FF7E57E6D70 |  BSGeometryListCullingProcess::sub_1405ACBD0_5B42C0)
    [RSP+810] 0x7FF7E821C9B0     (SkyrimSpeechRecognition*)
    [RSP+818] 0x7FF7E821C9B0     (SkyrimSpeechRecognition*)
    [RSP+820] 0xA                (size_t) [10]
    [RSP+828] 0x7FF700000002     (size_t) [140698833649666]
    [RSP+830] 0x0                (size_t) [0]
    [RSP+838] 0x7FF7E65BAF0A     (void* -> SkyrimVR.exe+138AF0A    mov ebx, eax |  FUN_14138adec_138AF0A)
    [RSP+840] 0xA                (size_t) [10]
    [RSP+848] 0x0                (size_t) [0]
    [RSP+850] 0x0                (size_t) [0]
    [RSP+858] 0x0                (size_t) [0]
    [RSP+860] 0x0                (size_t) [0]
    [RSP+868] 0x0                (size_t) [0]
    [RSP+870] 0x0                (size_t) [0]
    [RSP+878] 0x7FFD5B90E8D7     (void* -> KERNEL32.DLL+002E8D7    mov ecx, eax)
    [RSP+880] 0x0                (size_t) [0]
    [RSP+888] 0x0                (size_t) [0]
    [RSP+890] 0x0                (size_t) [0]
    [RSP+898] 0x0                (size_t) [0]
    [RSP+8A0] 0x0                (size_t) [0]
    [RSP+8A8] 0x7FFD5D9AC53C     (void* -> ntdll.dll+008C53C    jmp 0x00007FFD5D9AC566)
    [RSP+8B0] 0x0                (size_t) [0]
    [RSP+8B8] 0x0                (size_t) [0]
    [RSP+8C0] 0x4F0FFFFFB30      (size_t) [5433133628208]
    [RSP+8C8] 0x4D0FFFFFB30      (size_t) [5295694674736]
    [RSP+8D0] 0x21               (size_t) [33]
    [RSP+8D8] 0x7FFD5B1358D0     (void* -> KERNELBASE.dll+01158D0    mov [rsp+0x10], rbx)
    [RSP+8E0] 0xF14D9FE500       (void*)
    [RSP+8E8] 0xF14D9FE500       (void*)
    [RSP+8F0] 0x0                (size_t) [0]
    [RSP+8F8] 0x0                (size_t) [0]
    [RSP+900] 0x0                (size_t) [0]
    [RSP+908] 0x0                (size_t) [0]
    [RSP+910] 0x0                (size_t) [0]
    [RSP+918] 0x0                (size_t) [0]
    [RSP+920] 0x0                (size_t) [0]
    [RSP+928] 0x0                (size_t) [0]
    [RSP+930] 0x0                (size_t) [0]
    [RSP+938] 0x0                (size_t) [0]
    [RSP+940] 0x0                (size_t) [0]
    [RSP+948] 0x0                (size_t) [0]
    [RSP+950] 0x0                (size_t) [0]
    [RSP+958] 0x0                (size_t) [0]
    [RSP+960] 0x0                (size_t) [0]
    [RSP+968] 0x0                (size_t) [0]
    [RSP+970] 0x0                (size_t) [0]
    [RSP+978] 0x0                (size_t) [0]
    [RSP+980] 0x0                (size_t) [0]
    [RSP+988] 0x0                (size_t) [0]
    [RSP+990] 0x0                (size_t) [0]
    [RSP+998] 0x0                (size_t) [0]
    [RSP+9A0] 0x0                (size_t) [0]
    [RSP+9A8] 0x0                (size_t) [0]
    [RSP+9B0] 0x0                (size_t) [0]
    [RSP+9B8] 0x0                (size_t) [0]
    [RSP+9C0] 0x0                (size_t) [0]
    [RSP+9C8] 0x0                (size_t) [0]
    [RSP+9D0] 0x0                (size_t) [0]
    [RSP+9D8] 0x0                (size_t) [0]
    [RSP+9E0] 0x0                (size_t) [0]
    [RSP+9E8] 0x0                (size_t) [0]
    [RSP+9F0] 0x0                (size_t) [0]
    [RSP+9F8] 0x0                (size_t) [0]
    [RSP+A00] 0x0                (size_t) [0]
    [RSP+A08] 0x0                (size_t) [0]
    [RSP+A10] 0x0                (size_t) [0]
    [RSP+A18] 0x0                (size_t) [0]
    [RSP+A20] 0x0                (size_t) [0]
    [RSP+A28] 0x0                (size_t) [0]
    [RSP+A30] 0x0                (size_t) [0]
    [RSP+A38] 0x0                (size_t) [0]
    [RSP+A40] 0x0                (size_t) [0]
    [RSP+A48] 0x0                (size_t) [0]
    [RSP+A50] 0x0                (size_t) [0]
    [RSP+A58] 0x0                (size_t) [0]
    [RSP+A60] 0x0                (size_t) [0]
    [RSP+A68] 0x0                (size_t) [0]
    [RSP+A70] 0x0                (size_t) [0]
    [RSP+A78] 0x0                (size_t) [0]
    [RSP+A80] 0x0                (size_t) [0]
    [RSP+A88] 0x0                (size_t) [0]
    [RSP+A90] 0x0                (size_t) [0]
    [RSP+A98] 0x0                (size_t) [0]
    [RSP+AA0] 0x0                (size_t) [0]
    [RSP+AA8] 0x0                (size_t) [0]
    [RSP+AB0] 0x0                (size_t) [0]
    [RSP+AB8] 0x0                (size_t) [0]
    [RSP+AC0] 0x0                (size_t) [0]
    [RSP+AC8] 0x0                (size_t) [0]
    [RSP+AD0] 0x0                (size_t) [0]
    [RSP+AD8] 0x0                (size_t) [0]
    [RSP+AE0] 0x0                (size_t) [0]
    [RSP+AE8] 0x0                (size_t) [0]
    [RSP+AF0] 0x0                (size_t) [0]
    [RSP+AF8] 0x0                (size_t) [0]
    [RSP+B00] 0x0                (size_t) [0]
    [RSP+B08] 0x0                (size_t) [0]
    [RSP+B10] 0x0                (size_t) [0]
    [RSP+B18] 0x0                (size_t) [0]
    [RSP+B20] 0x0                (size_t) [0]
    [RSP+B28] 0x0                (size_t) [0]
    [RSP+B30] 0x0                (size_t) [0]
    [RSP+B38] 0x0                (size_t) [0]
    [RSP+B40] 0x0                (size_t) [0]
    [RSP+B48] 0x0                (size_t) [0]
    [RSP+B50] 0x0                (size_t) [0]
    [RSP+B58] 0x0                (size_t) [0]
    [RSP+B60] 0x0                (size_t) [0]
    [RSP+B68] 0x0                (size_t) [0]
    [RSP+B70] 0x0                (size_t) [0]
    [RSP+B78] 0x0                (size_t) [0]
    [RSP+B80] 0x0                (size_t) [0]
    [RSP+B88] 0x0                (size_t) [0]
    [RSP+B90] 0x0                (size_t) [0]
    [RSP+B98] 0x0                (size_t) [0]
    [RSP+BA0] 0x0                (size_t) [0]
    [RSP+BA8] 0x0                (size_t) [0]
    [RSP+BB0] 0x0                (size_t) [0]
    [RSP+BB8] 0x0                (size_t) [0]
    [RSP+BC0] 0x0                (size_t) [0]
    [RSP+BC8] 0x0                (size_t) [0]
    [RSP+BD0] 0x0                (size_t) [0]
    [RSP+BD8] 0x0                (size_t) [0]
    [RSP+BE0] 0x0                (size_t) [0]
    [RSP+BE8] 0x0                (size_t) [0]
    [RSP+BF0] 0x0                (size_t) [0]
    [RSP+BF8] 0x0                (size_t) [0]
    [RSP+C00] 0x0                (size_t) [0]
    [RSP+C08] 0x0                (size_t) [0]
    [RSP+C10] 0x0                (size_t) [0]
    [RSP+C18] 0x0                (size_t) [0]
    [RSP+C20] 0x0                (size_t) [0]
    [RSP+C28] 0x0                (size_t) [0]
    [RSP+C30] 0x0                (size_t) [0]
    [RSP+C38] 0x0                (size_t) [0]

MODULES:
    XINPUT1_3.dll                          0x000000400000
    steam_api64.dll                        0x000053430000
    X3DAudio1_7.dll                        0x0000554C0000
    binkw64.dll                            0x000180000000
    activeragdoll.dll                      0x02A352040000
    ShieldOfStamina.dll                    0x02A3548D0000
    SkyrimVR.exe                           0x7FF7E5230000
    Weightless.dll                         0x7FFC1FC60000
    WeaponThrowVR.dll                      0x7FFC1FD80000
    WeaponCollision.dll                    0x7FFC1FE60000
    VRPerkExtender.dll                     0x7FFC1FF00000
    VRKeyboard.dll                         0x7FFC1FF40000
    VRIK.dll                               0x7FFC20310000
    VRFpsStabilizer.dll                    0x7FFC20430000
    to_your_face.dll                       0x7FFC204A0000
    TimeFormatChanger.dll                  0x7FFC204E0000
    ThrowingStuffVR.dll                    0x7FFC205C0000
    TheNewGentleman.dll                    0x7FFC20B40000
    Subtitles.dll                          0x7FFC20C80000
    stuf_vr.dll                            0x7FFC20D20000
    SteedsOfUltimaVR.dll                   0x7FFC20D50000
    StaffEnchanting.dll                    0x7FFC20DF0000
    stablehands.dll                        0x7FFC20E90000
    SprintJumpVR.dll                       0x7FFC20F70000
    SpellWheelVR.dll                       0x7FFC20FD0000
    SpellAutoAimVR.dll                     0x7FFC21130000
    SoundRecordDistributor.dll             0x7FFC21190000
    SoakingWet.dll                         0x7FFC21270000
    SmartTalk.dll                          0x7FFC21370000
    SlaveTatsNG.dll                        0x7FFC215C0000
    SkyUI-VR.dll                           0x7FFC217E0000
    skyrimvrtools.dll                      0x7FFC21890000
    skyrimvresl.dll                        0x7FFC21920000
    SkyrimScripting.MessageBox.dll         0x7FFC21A40000
    SkyrimOutfitEquipmentSystemNG.dll      0x7FFC21AE0000
    skyrim-freeze-fix.dll                  0x7FFC21D50000
    skeevr.dll                             0x7FFC21DE0000
    SimplyKnock.dll                        0x7FFC21FD0000
    ShoutProgression.dll                   0x7FFC22000000
    SexLabUtil.dll                         0x7FFC22180000
    SexlabArousedNG.dll                    0x7FFC22250000
    SeamlessArrowNocking.dll               0x7FFC22300000
    SanguineSymphony.dll                   0x7FFC22400000
    RicochetFramework.dll                  0x7FFC22610000
    ProjectCombatEventFixes.dll            0x7FFC228A0000
    PriorityMod.dll                        0x7FFC22940000
    PoachedBugsVR.dll                      0x7FFC22970000
    po3_WashThatBloodOff.dll               0x7FFC22A50000
    po3_Tweaks.dll                         0x7FFC22B00000
    po3_SpellPerkItemDistributor.dll       0x7FFC22C10000
    po3_SimpleOffenceSuppression.dll       0x7FFC22DE0000
    po3_PapyrusExtender.dll                0x7FFC22E90000
    po3_MagicSneakAttacks.dll              0x7FFC231A0000
    po3_KeywordItemDistributor.dll         0x7FFC23280000
    po3_EssentialFavorites.dll             0x7FFC23420000
    po3_EnhancedReanimation.dll            0x7FFC234D0000
    po3_EnhancedInvisibility.dll           0x7FFC23580000
    po3_DynamicLocationPopups.dll          0x7FFC23640000
    po3_DualCastingFix.dll                 0x7FFC23720000
    po3_ConsolePlusPlus.dll                0x7FFC237C0000
    po3_BaseObjectSwapper.dll              0x7FFC23880000
    po3_AnimObjectSwapper.dll              0x7FFC239D0000
    po3_AlchemyXPFix.dll                   0x7FFC23A90000
    PartialAnimationReplacer.dll           0x7FFC23B60000
    PapyrusTweaks.dll                      0x7FFC23C80000
    PapyrusIniManipulator.dll              0x7FFC23D80000
    PAPER.dll                              0x7FFC23E70000
    PairedAnimationImprovements.dll        0x7FFC23EF0000
    OpenAnimationReplacer.dll              0x7FFC23F60000
    OBody.dll                              0x7FFC242C0000
    ObjectImpactFramework.dll              0x7FFC243C0000
    NpcsReactToFire.dll                    0x7FFC245D0000
    NPCSpellVariance.dll                   0x7FFC246B0000
    NPCsNamesDistributor.dll               0x7FFC24780000
    no-esp.dll                             0x7FFC248C0000
    NGIO-NG.dll                            0x7FFC24A90000
    NextGenDecapitations.dll               0x7FFC24C80000
    MusicTypeDistributor.dll               0x7FFC24EB0000
    MumsTheWord.dll                        0x7FFC24F70000
    MuDynamicNPCReplacer.dll               0x7FFC24FF0000
    MuDynamicNormalMap.dll                 0x7FFC25130000
    MoreInformativeConsole.dll             0x7FFC25500000
    Modex.dll                              0x7FFC25630000
    misvr.dll                              0x7FFC25860000
    mfgfix.dll                             0x7FFC258B0000
    MergeMapper.dll                        0x7FFC259B0000
    MenuMouseFix.dll                       0x7FFC25A90000
    MCMHelper.dll                          0x7FFC25B00000
    MaxsuAIProcessFix.dll                  0x7FFC25BE0000
    magevr_plugin.dll                      0x7FFC25C50000
    LocationalDamageSKSEVR.dll             0x7FFC25CC0000
    kxWhereAreYou.dll                      0x7FFC25D60000
    JContainersVR.dll                      0x7FFC25E10000
    ISPVR.dll                              0x7FFC260F0000
    InteractiveActivatorsVR.dll            0x7FFC261B0000
    instant_equip_vr.dll                   0x7FFC26290000
    InstantlySkipDialogueNG.dll            0x7FFC262D0000
    Inertia.dll                            0x7FFC26380000
    IncreaseActorLimit.dll                 0x7FFC26560000
    ImWalkinHereVR.dll                     0x7FFC265F0000
    ImmersiveCrossbowReloadVR.dll          0x7FFC266A0000
    higgs_vr.dll                           0x7FFC26720000
    hdtSMP64.dll                           0x7FFC26810000
    HairColourSyncNg.dll                   0x7FFC27040000
    Fuz Ro D'oh.dll                        0x7FFC270E0000
    fiss.dll                               0x7FFC27170000
    FaceGenFixes.dll                       0x7FFC271B0000
    Experience.dll                         0x7FFC27210000
    encounter_zones_unlocked_vr.dll        0x7FFC275D0000
    EnchantmentArtExtender.dll             0x7FFC27610000
    DropOnDeath.dll                        0x7FFC27710000
    DragonWar.dll                          0x7FFC277C0000
    DovaVRLocomotion.dll                   0x7FFC27870000
    DismemberingFramework.dll              0x7FFC27910000
    DialogueMovementEnabler.dll            0x7FFC27BB0000
    DeviousDevices.dll                     0x7FFC27C60000
    DeviousCurses.dll                      0x7FFC27F10000
    DescriptionFramework.dll               0x7FFC28050000
    DeathIdleFix.dll                       0x7FFC28160000
    CrashLogger.dll                        0x7FFC28350000
    CoreImpactFramework.dll                0x7FFC28650000
    ControllerFixVR.dll                    0x7FFC288F0000
    ConsoleUtilSSE.dll                     0x7FFC28950000
    CombatMusicFix_NG.dll                  0x7FFC28AB0000
    cbp.dll                                0x7FFC28B10000
    BehaviorDataInjector.dll               0x7FFC28C40000
    AutoSneakVR.dll                        0x7FFC28DA0000
    ArousedByTouch.dll                     0x7FFC28E00000
    ArmoryDataManipulator.dll              0x7FFC28EB0000
    AnimationQueueFix.dll                  0x7FFC28F90000
    XAudio2_9.dll                          0x7FFC29000000
    AIAgent.dll                            0x7FFC290A0000
    AHZmoreHUDPlugin.dll                   0x7FFC292D0000
    AHZmoreHUDInventory.dll                0x7FFC29360000
    DualWieldBlockVR.dll                   0x7FFC5B6A0000
    console_selection_fix.dll              0x7FFC6E4E0000
    gameoverlayrenderer64.dll              0x7FFC72380000
    vrclient_x64.dll                       0x7FFC72530000
    ANDR_PapyrusFunctions.dll              0x7FFC732B0000
    sksevr_1_4_15.dll                      0x7FFC733D0000
    tbbmalloc.dll                          0x7FFC73550000
    tbb12.dll                              0x7FFC735B0000
    EngineFixesVR.dll                      0x7FFC73610000
    sksevr_steam_loader.dll                0x7FFC73740000
    openvr_api.dll                         0x7FFC73780000
    AcGenral.DLL                           0x7FFC73820000
    steamclient64.dll                      0x7FFC75A80000
    OPENGL32.dll                           0x7FFC7BEE0000
    vstdlib_s64.dll                        0x7FFC7CE00000
    tier0_s64.dll                          0x7FFC7CED0000
    diskCacheEnabler.dll                   0x7FFC7EC60000
    XAudio2_7.dll                          0x7FFC814E0000
    AntVRCompat.dll                        0x7FFCA5B30000
    d3dx9_42.dll                           0x7FFCA5B50000
    CONCRT140.dll                          0x7FFCA7300000
    GLU32.dll                              0x7FFCB0320000
    ResampleDmo.DLL                        0x7FFCC4C20000
    DSOUND.DLL                             0x7FFCC4CE0000
    winmmbase.dll                          0x7FFCC4D80000
    AudioDevProps2.dll                     0x7FFCE95B0000
    ASM.Plugin.AudioDevProps2.dll          0x7FFD02670000
    nvppex.dll                             0x7FFD06D30000
    nvwgf2umx.dll                          0x7FFD071C0000
    nvgpucomp64.dll                        0x7FFD0CA00000
    nvspcap64.dll                          0x7FFD1D9C0000
    NvMemMapStoragex.dll                   0x7FFD20F90000
    nvldumdx.dll                           0x7FFD21810000
    xinput1_4.dll                          0x7FFD22D20000
    inputhost.dll                          0x7FFD30150000
    WSOCK32.dll                            0x7FFD306D0000
    ProductInfo.dll                        0x7FFD30710000
    ondemandconnroutehelper.dll            0x7FFD309F0000
    ncryptsslp.dll                         0x7FFD311E0000
    Save&LoadAcceleratorForSKSECosaves.dll 0x7FFD32F10000
    iertutil.dll                           0x7FFD36750000
    urlmon.dll                             0x7FFD36A20000
    MPR.dll                                0x7FFD38030000
    VCRUNTIME140_1.dll                     0x7FFD38AB0000
    VCRUNTIME140.dll                       0x7FFD3AAB0000
    MSVCP140.dll                           0x7FFD3AD80000
    WININET.dll                            0x7FFD3C8D0000
    Oleacc.dll                             0x7FFD3CC70000
    srvcli.dll                             0x7FFD3D2D0000
    Windows.UI.dll                         0x7FFD3E110000
    NvMessageBus.dll                       0x7FFD3EE00000
    MSVCP140_ATOMIC_WAIT.dll               0x7FFD40850000
    nvapi64.dll                            0x7FFD409D0000
    textinputframework.dll                 0x7FFD42870000
    DINPUT8.dll                            0x7FFD443D0000
    AudioSes.dll                           0x7FFD45FB0000
    igc64.dll                              0x7FFD470D0000
    igdgmm64.dll                           0x7FFD4B8C0000
    IntelControlLib.dll                    0x7FFD4C060000
    ControlLib.dll                         0x7FFD4C2C0000
    igd10um64xe.DLL                        0x7FFD4C360000
    igd10iumd64.dll                        0x7FFD4D610000
    drvstore.dll                           0x7FFD4D9A0000
    WINMM.dll                              0x7FFD4DD50000
    cryptnet.dll                           0x7FFD4DE10000
    CoreUIComponents.dll                   0x7FFD4DFD0000
    MMDevAPI.DLL                           0x7FFD4F500000
    VERSION.dll                            0x7FFD4FB90000
    rasadhlp.dll                           0x7FFD4FC20000
    msdmo.dll                              0x7FFD502E0000
    wevtapi.dll                            0x7FFD506C0000
    WINHTTP.dll                            0x7FFD50DD0000
    dhcpcsvc.DLL                           0x7FFD51110000
    fwpuclnt.dll                           0x7FFD51720000
    directxdatabasehelper.dll              0x7FFD52410000
    WINNSI.DLL                             0x7FFD54F20000
    tdh.dll                                0x7FFD55670000
    PropSys.dll                            0x7FFD55810000
    D3DCOMPILER_47.dll                     0x7FFD55B90000
    Microsoft.Internal.WarpPal.dll         0x7FFD56260000
    dcomp.dll                              0x7FFD56280000
    CoreMessaging.dll                      0x7FFD56910000
    Secur32.dll                            0x7FFD56CB0000
    WTSAPI32.dll                           0x7FFD56CC0000
    apphelp.dll                            0x7FFD56CF0000
    uxtheme.dll                            0x7FFD56DD0000
    dwmapi.dll                             0x7FFD56ED0000
    dxcore.dll                             0x7FFD57210000
    resourcepolicyclient.dll               0x7FFD57BD0000
    dbghelp.dll                            0x7FFD57E10000
    AVRT.dll                               0x7FFD58070000
    d3d11.dll                              0x7FFD58080000
    dxgi.dll                               0x7FFD58310000
    windows.storage.dll                    0x7FFD58670000
    HID.DLL                                0x7FFD58EE0000
    IPHLPAPI.DLL                           0x7FFD59350000
    DNSAPI.dll                             0x7FFD59390000
    netutils.dll                           0x7FFD59590000
    schannel.DLL                           0x7FFD596C0000
    rsaenh.dll                             0x7FFD59810000
    UMPDC.dll                              0x7FFD598B0000
    kernel.appcore.dll                     0x7FFD598D0000
    powrprof.dll                           0x7FFD599F0000
    ntmarta.dll                            0x7FFD59A60000
    SspiCli.dll                            0x7FFD59BE0000
    MSWSOCK.dll                            0x7FFD59EB0000
    USERENV.dll                            0x7FFD59F60000
    cryptsp.dll                            0x7FFD5A170000
    CRYPTBASE.DLL                          0x7FFD5A190000
    MSASN1.dll                             0x7FFD5A1E0000
    wldp.dll                               0x7FFD5A250000
    NTASN1.dll                             0x7FFD5A340000
    ncrypt.dll                             0x7FFD5A390000
    devobj.dll                             0x7FFD5A6D0000
    CFGMGR32.dll                           0x7FFD5A700000
    DPAPI.DLL                              0x7FFD5A780000
    bcrypt.dll                             0x7FFD5A960000
    profapi.dll                            0x7FFD5A990000
    msvcp_win.dll                          0x7FFD5AA70000
    wintypes.dll                           0x7FFD5AB20000
    win32u.dll                             0x7FFD5AC90000
    bcryptPrimitives.dll                   0x7FFD5ACC0000
    gdi32full.dll                          0x7FFD5AD70000
    CRYPT32.dll                            0x7FFD5AEA0000
    KERNELBASE.dll                         0x7FFD5B020000
    ucrtbase.dll                           0x7FFD5B420000
    WINTRUST.dll                           0x7FFD5B630000
    msvcrt.dll                             0x7FFD5B6C0000
    GDI32.dll                              0x7FFD5B770000
    PSAPI.DLL                              0x7FFD5B7A0000
    sechost.dll                            0x7FFD5B7B0000
    KERNEL32.DLL                           0x7FFD5B8E0000
    WS2_32.dll                             0x7FFD5B9B0000
    shcore.dll                             0x7FFD5BA80000
    IMM32.DLL                              0x7FFD5BC10000
    advapi32.dll                           0x7FFD5BE30000
    combase.dll                            0x7FFD5BEF0000
    OLEAUT32.dll                           0x7FFD5C280000
    SHELL32.dll                            0x7FFD5C380000
    SETUPAPI.dll                           0x7FFD5CAE0000
    RPCRT4.dll                             0x7FFD5CF70000
    clbcatq.dll                            0x7FFD5D090000
    imagehlp.dll                           0x7FFD5D250000
    SHLWAPI.dll                            0x7FFD5D280000
    NSI.dll                                0x7FFD5D380000
    ole32.dll                              0x7FFD5D390000
    MSCTF.dll                              0x7FFD5D540000
    USER32.dll                             0x7FFD5D6B0000
    ntdll.dll                              0x7FFD5D920000

SKSE PLUGINS:
    activeragdoll.dll
    AHZmoreHUDInventory.dll v0.1.0.18
    AHZmoreHUDPlugin.dll v1.1
    AIAgent.dll
    ANDR_PapyrusFunctions.dll
    AnimationQueueFix.dll v1.0.1
    AntVRCompat.dll
    ArmoryDataManipulator.dll
    ArousedByTouch.dll
    AutoSneakVR.dll
    BehaviorDataInjector.dll v0.1.3
    cbp.dll
    CombatMusicFix_NG.dll v1
    console_selection_fix.dll
    ConsoleUtilSSE.dll v1.5.1
    ControllerFixVR.dll
    CoreImpactFramework.dll v1.2.5
    CrashLogger.dll v1.16
    DeathIdleFix.dll v1.0.1
    DescriptionFramework.dll v2.1.2
    DeviousCurses.dll
    DeviousDevices.dll v3.0.0.1
    DialogueMovementEnabler.dll v2.2.0.1
    diskCacheEnabler.dll
    DismemberingFramework.dll v1.2.2
    DovaVRLocomotion.dll
    DragonWar.dll v1.0.1
    DropOnDeath.dll v1
    DualWieldBlockVR.dll
    EnchantmentArtExtender.dll v2.0.4
    encounter_zones_unlocked_vr.dll
    EngineFixesVR.dll
    Experience.dll v3.7.3
    FaceGenFixes.dll v1.0.3
    fiss.dll
    Fuz Ro D'oh.dll v1.7.10.10
    HairColourSyncNg.dll
    hdtSMP64.dll
    higgs_vr.dll
    ImmersiveCrossbowReloadVR.dll
    ImWalkinHereVR.dll v1.5
    IncreaseActorLimit.dll
    Inertia.dll v1.1
    instant_equip_vr.dll
    InstantlySkipDialogueNG.dll v1.1.1
    InteractiveActivatorsVR.dll v1.1.4
    ISPVR.dll v1.1.1
    JContainersVR.dll v4.2.11
    kxWhereAreYou.dll
    LocationalDamageSKSEVR.dll
    magevr_plugin.dll
    MaxsuAIProcessFix.dll v1
    MCMHelper.dll v1.5
    MenuMouseFix.dll
    MergeMapper.dll v1.5
    mfgfix.dll v1.0.4
    misvr.dll
    Modex.dll v0.0.1
    MoreInformativeConsole.dll v1.2.2
    MuDynamicNormalMap.dll v2.0.5
    MuDynamicNPCReplacer.dll v1.1.2
    MumsTheWord.dll v2.1
    MusicTypeDistributor.dll v1.4
    NextGenDecapitations.dll v1.4.3
    NGIO-NG.dll v1.5.9
    no-esp.dll
    NPCsNamesDistributor.dll v2.5.1
    NPCSpellVariance.dll v1
    NpcsReactToFire.dll
    ObjectImpactFramework.dll v1.6.7
    OBody.dll v4.4.3
    OpenAnimationReplacer.dll v2.3.6
    PairedAnimationImprovements.dll v1.0.2
    PAPER.dll v2.2.4
    PapyrusIniManipulator.dll v1.9.7
    PapyrusTweaks.dll v4.1.1
    PartialAnimationReplacer.dll v0.1
    po3_AlchemyXPFix.dll v1.0.0.1
    po3_AnimObjectSwapper.dll v1.1.0.1
    po3_BaseObjectSwapper.dll v3.4.1.1
    po3_ConsolePlusPlus.dll v1.3.0.1
    po3_DualCastingFix.dll v1.0.0.1
    po3_DynamicLocationPopups.dll v1.0.1.1
    po3_EnhancedInvisibility.dll v1.3.0.1
    po3_EnhancedReanimation.dll v1.5.1.1
    po3_EssentialFavorites.dll v2.2.0.1
    po3_KeywordItemDistributor.dll v3.4.0.1
    po3_MagicSneakAttacks.dll v1.3.0.1
    po3_PapyrusExtender.dll v6.1.0.1
    po3_SimpleOffenceSuppression.dll v2.1.0.1
    po3_SpellPerkItemDistributor.dll v7.1.3.1
    po3_Tweaks.dll v1.14.1.1
    po3_WashThatBloodOff.dll v2.0.0.1
    PoachedBugsVR.dll v0.6
    PriorityMod.dll
    ProjectCombatEventFixes.dll v1
    RicochetFramework.dll v1.0.2
    SanguineSymphony.dll v1.1
    SeamlessArrowNocking.dll
    SexlabArousedNG.dll v0.0.0.1
    SexLabUtil.dll
    ShieldOfStamina.dll v1.1.0.1
    ShoutProgression.dll
    SimplyKnock.dll
    skeevr.dll
    skyrim-freeze-fix.dll v0.0.4
    SkyrimOutfitEquipmentSystemNG.dll v1
    SkyrimScripting.MessageBox.dll
    skyrimvresl.dll v1.2
    skyrimvrtools.dll
    SkyUI-VR.dll
    SlaveTatsNG.dll v0.8.1
    SmartTalk.dll v1.0.4
    SoakingWet.dll v1.2.1
    SoundRecordDistributor.dll v1.5
    SpellAutoAimVR.dll
    SpellWheelVR.dll
    SprintJumpVR.dll
    stablehands.dll v1.1.1
    StaffEnchanting.dll v1.1
    SteedsOfUltimaVR.dll
    stuf_vr.dll
    Subtitles.dll v0.6.2
    TheNewGentleman.dll v4.2.4
    ThrowingStuffVR.dll
    TimeFormatChanger.dll v1.2.1
    to_your_face.dll
    VRFpsStabilizer.dll
    VRIK.dll
    VRKeyboard.dll v1
    VRPerkExtender.dll v1.0.1
    WeaponCollision.dll v2.0.1
    WeaponThrowVR.dll
    Weightless.dll v1.3

PLUGINS:
    Light: 67    Regular: 198    Total: 265
    [ 0]     Skyrim.esm
    [ 1]     Update.esm
    [ 2]     Dragonborn.esm
    [ 3]     Dawnguard.esm
    [ 4]     HearthFires.esm
    [ 5]     SkyrimVR.esm
    [ 6]     Unofficial Skyrim Special Edition Patch.esp
    [ 7]     Immersive Wenches.esp
    [ 8]     Heels Sound.esm
    [ 9]     RaceCompatibility.esm
    [ A]     GKBWavesReborn.esp
    [ B]     ZaZAnimationPack.esm
    [ C]     Apachii_DivineEleganceStore.esm
    [ D]     UndergroundBathhouse.esm
    [ E]     High Poly Head.esm
    [ F]     SexLab.esm
    [10]     SexLabAroused.esm
    [11]     CreatureFramework.esm
    [12]     Fertility Mode.esm
    [13]     SexLab - Sexual Fame [SLSF].esm
    [14]     Devious Devices - Assets.esm
    [15]     Devious Devices - Integration.esm
    [16]     Devious Devices - Expansion.esm
    [17]     Devious Devices - Contraptions.esm
    [18]     SkyUI_SE.esp
    [19]     RaceMenu.esp
    [1A]     RaceMenuPlugin.esp
    [1B]     RaceMenuMorphsCBBE.esp
    [1C]     FNIS.esp
    [1D]     ActionReaction.esp
    [1E]     FadeTattoos.esp
    [1F]     FlufyFoxAnimObjects.esp
    [20]     RapeTattoos.esp
    [21]     EVE - Barrels with Physics VR.esp
    [22]     Animal_Research.esp
    [23]     MysticismMagic.esp
    [24]     Devious Bandit Overhaul.esp
    [25]     SexLab_Solutions.esp
    [26]     troublesofheroine.esp
    [27]     SeranaDialogAddon.esp
    [28]     UBE_AllRace.esp
    [29]     50 More Perk Points.esp
    [2A]     MoreNastyCritters.esp
    [2B]     CaptiveFollowers.esp
    [2C]     DragonWar.esp
    [2D]     Public Whore.esp
    [2E]     BaboInteractiveDia.esp
    [2F]     SnoipehMoreCreatures.esp
    [30]     COR_AllRace.esp
    [31]     animal_mansion.esp
    [32]     SLSFFameComments.esp
    [33]     Better Vampire NPCs.esp
    [34]     CustomComments.esp
    [35]     SexLab Beastess.esp
    [36]     Arcanum.esp
    [37]     SexLab Approach.esp
    [38]     Neiva_Deep_Water_Follower_1_Form.esp
    [39]     KS Hairdo's.esp
    [3A]     DarkDesiresCircleOfLust.esp
    [3B]     Bandit Paradise.esp
    [3C]     Apachii_DivineEleganceStore_Patch.esp
    [3D]     PROTEUS.esp
    [3E]     SimpleSlavery.esp
    [3F]     Triumvirate - Mage Archetypes.esp
    [40]     notice board.esp
    [41]     Apocalypse - Magic of Skyrim.esp
    [42]     Convenient Horses.esp
    [43]     Missives.esp
    [44]     submissivelola_est.esp
    [45]     ELAF Serve Time.esp
    [46]     NoticeMeSenpai.esp
    [47]     UB_NPCs.esp
    [48]     CaptivePlayer.esp
    [49]     OrkishBountyHunters.esp
    [4A]     SL Dirty Deeds Missives.esp
    [4B]     SteedsOfUltimaVR.esp
    [4C]     The Amazing World of Bikini Armors REMASTERED.esp
    [4D]     Ultimate VR Telekinesis.esp
    [4E]     MF_RadiantProstitution.esp
    [4F]     Devious Brothels.esp
    [50]     TW3_femaleArmors_zzjay.esp
    [51]     TNTR.esp
    [52]     AstridReborn.esp
    [53]     bodyscars.esp
    [54]     BlockingAndFlash.esp
    [55]     Crimson Blood Armor.esp
    [56]     Conduit.esp
    [57]     PhaserRave_DragonsBloodAttributes.esp
    [58]     _GSPoses.esp
    [59]     Evelynn KDA Follower UBE.esp
    [5A]     LustmordVampireArmor.esp
    [5B]     ESO Altmer Armor by NewrMind43.esp
    [5C]     DX Pornstar SE.esp
    [5D]     DX Purse.esp
    [5E]     DropOnDeath.esp
    [5F]     higgs_vr.esp
    [60]     SexLabHorribleHarassment.esp
    [61]     LazyHeels.esp
    [62]     KSWigsSMP.esp
    [63]     Koralina's Eyebrows.esp
    [64]     Kala_Eyes.esp
    [65]     MikanEyes All in one SE.esp
    [66]     MageVR.esp
    [67]     GiftByHandVR.esp
    [68]     Metalsabers Beautiful Orcs of Skyrim.esp
    [69]     NoStagger.esp
    [6A]     VR Refit - Mine Chop and Drop.esp
    [6B]     RealisticMiningAndChoppingVR.esp
    [6C]     RaceMenuHH.esp
    [6D]     RaceCompatibilityUSKPOverride.esp
    [6E]     Serana Hood Removal.esp
    [6F]     NPCSelectForMCM.esp
    [70]     ShowRaceMenuAlternative.esp
    [71]     Simple Realistic Archery VR.esp
    [72]     StrangeRunes.esp
    [73]     SFO_SkinFeatureOverlays.esp
    [74]     UIExtensions.esp
    [75]     SpellWheelVR.esp
    [76]     vrik.esp
    [77]     VrikForceAction.esp
    [78]     VREquip.esp
    [79]     ShieldWard.esp
    [7A]     XPMSE.esp
    [7B]     AHZmoreHUDInventory.esp
    [7C]     WetFunction.esp
    [7D]     AHZmoreHUD.esp
    [7E]     Moolgogi Follower Ahri.esp
    [7F]     Bijin NPCs.esp
    [80]     Bijin Wives.esp
    [81]     Rayne.esp
    [82]     Bijin Warmaidens.esp
    [83]     [COCO]KDA_Ahri_Full.esp
    [84]     kart_COR_facepaint.esp
    [85]     CT_AskToShowRoom.esp
    [86]     CiriOutfit.esp
    [87]     COR-faceparts_eye.esp
    [88]     TrissMerigoldW3.esp
    [89]     GildFlail.esp
    [8A]     UBH-HighDGcomPatch.esp
    [8B]     Jinxxed Followers - Palutena.esp
    [8C]     Hinata Follower.esp
    [8D]     Kyoe_BanginBrows_Vanillamatch.esp
    [8E]     NarutoGals.esp
    [8F]     True Orcs - Extreme.esp
    [90]     Playroom_2_Alpha.esp
    [91]     ub_cell_bedroom.esp
    [92]     ub_cell_darkarea.esp
    [93]     ub_cell_cavern.esp
    [94]     ub_cell_maintenance_room.esp
    [95]     ChunLiFollower.esp
    [96]     FMS_FemaleMakeupSuite.esp
    [97]     Heart-To-Heart__Lollia.esp
    [98]     JR_OBody_CBPCHotSwap.esp
    [99]     NSV Spell Copies.esp
    [9A]     No PC Fall Damage.esp
    [9B]     VR Sprint Fix.esp
    [9C]     WeaponThrowVR.esp
    [9D]     AIAgent.esp
    [9E]     AnubAnimObj.esp
    [9F]     CreatureSummoner.esp
    [A0]     sr_FillHerUp.esp
    [A1]     NCK30Obj.esp
    [A2]     PsycheAnimationObjects.esp
    [A3]     SLAL_ProxyAnimObjects.esp
    [A4]     SLALAnimObjBillyy.esp
    [A5]     SLAnimLoader.esp
    [A6]     Elemental Eyes.esp
    [A7]     Convenient Horses - VR.esp
    [A8]     DovaVRLocomotion.esp
    [A9]     dragonbodieslouter.esp
    [AA]     DBVO.esp
    [AB]     HG Hairdos 2.esp
    [AC]     ImmersiveSpellcastingVR.esp
    [AD]     [Melodic] Amet Bikini.esp
    [AE]     SimplyKnock.esp
    [AF]     The Dark Arts.esp
    [B0]     SDA Convenient Horses Patch.esp
    [B1]     Smoke Bombs - VR.esp
    [B2]     [Dint999] BDOr_Hairstyles.esp
    [B3]     DTVR.esp
    [B4]     Spank That Ass.esp
    [B5]     Follower Slavery Mod.esp
    [B6]     PWComments.esp
    [B7]     SexLab Aroused Creatures.esp
    [B8]     SexLab Extra Voices.esp
    [B9]     SexualPersuasion.esp
    [BA]     SLNights.esp
    [BB]     SexLabDefeat.esp
    [BC]     SL Dirty Deeds Missives - 1.4.2 - Race Edits.esp
    [BD]     PWPatch.esp
    [BE]     Ordinator - Perks of Skyrim.esp
    [BF]     Ordinator - Replace Attack Speed.esp
    [C0]     Ordinator - VR Patch.esp
    [C1]     Apocalypse - Ordinator Compatibility Patch.esp
    [C2]     MysticOrdinator.esp
    [C3]     nwsFollowerFramework.esp
    [C4]     Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
    [C5]     Modern Brawl Bug Fix.esp
    [FE:  0] Expressive Facegen Morphs.esl
    [FE:  1] Eye Fix Slider.esl
    [FE:  2] hdtHighHeel.esm
    [FE:  3] StormCalling.esl
    [FE:  4] ThalmorDoNotReportCrimes.esl
    [FE:  5] TheNewGentleman.esp
    [FE:  6] AnimatedShips.esl
    [FE:  7] ECE Sliders for Racemenu.esl
    [FE:  8] StridingSiltStrider.esl
    [FE:  9] KittySpellPack01.esl
    [FE:  A] Aero.esl
    [FE:  B] AncientBloodII.esl
    [FE:  C] Astral.esl
    [FE:  D] Ghostlight.esl
    [FE:  E] Icebloom.esl
    [FE:  F] WildwakerMagic.esl
    [FE: 10] SexLabUtil1.esl
    [FE: 11] Dismembering Framework.esm
    [FE: 12] Lightpower.esl
    [FE: 13] EnchantmentArtExtender.esl
    [FE: 14] Destructible Skyrim.esp
    [FE: 15] SLSF Reloaded.esp
    [FE: 16] EvenMoreMakeup.esp
    [FE: 17] CBBE.esp
    [FE: 18] InteractiveActivatorsVR.esp
    [FE: 19] Smart Talk - MCM.esp
    [FE: 1A] BakaMotionData.esp
    [FE: 1B] CrossbowReloadVR.esp
    [FE: 1C] MinAI.esp
    [FE: 1D] QOSLewdMarks.esp
    [FE: 1E] Brows.esp
    [FE: 1F] MEI - Maven Elenwen Ingun.esp
    [FE: 20] [TheMilkDrinker] NiseDovaArmor.esp
    [FE: 21] TheEyesOfBeauty.esp
    [FE: 22] WAVY Waterfalls Effect.esp
    [FE: 23] UBE_headparts_patch.esp
    [FE: 24] CompleteVanillaEyeOverhaul_CVEObyLDD.esp
    [FE: 25] DuneborneFollowers.esp
    [FE: 26] SSKMovingBoats.esp
    [FE: 27] SSKBoat - ExtendedFerryTravel.esp
    [FE: 28] Rainbows over Waterfalls.esp
    [FE: 29] SSKBoat - Animated Ships.esp
    [FE: 2A] DX FetishFashion II.esp
    [FE: 2B] DX Fetish Fashion Volume 1 SE.esp
    [FE: 2C] DX StLouis SE.esp
    [FE: 2D] Sounds of Towns and Cities.esp
    [FE: 2E] DragonsUseThuum.esp
    [FE: 2F] SimpleSlaveryRebuild.esp
    [FE: 30] PaarthurnaxQuestExpansion.esp
    [FE: 31] Clouds AIO.esp
    [FE: 32] Yvanni Follower.esp
    [FE: 33] Rainbows over player homes.esp
    [FE: 34] OW_Mercy.esp
    [FE: 35] OW_Widowmaker.esp
    [FE: 36] FDE Fura.esp
    [FE: 37] Haunting Harmonies of Hjaalmarch.esp
    [FE: 38] Haunted Shipwrecks.esp
    [FE: 39] Mai_followerCBBE.esp
    [FE: 3A] allowProgressBugFix.esp
    [FE: 3B] CrimeFactionAlikr.esp
    [FE: 3C] Bandit Lines Expansion.esp
    [FE: 3D] MimicChestBOS.esp
    [FE: 3E] Brawl Lines Expansion.esp
    [FE: 3F] Botox SE.esp
    [FE: 40] BnP - Skinfix.esp
    [FE: 41] Civil War Lines Expansion.esp
    [FE: 42] DX Necromancer Robes.esp
 

 

Posted
On 12/24/2025 at 6:43 PM, DirtyLola said:

Yeeeeeeeeeee!!! I got in!!! 🤩 It seems the "OBody" were to blame, so I disabled them and cleared my save. I entered the club and then, right after the loading screen finished, I opened the console just in case, disabled collisions (tcl), and walked straight through the walls into the main hall, bypassing the corridor. Goddamn, this place is so damn hot 🔥 it's definitely the best establishment in Skyrim, and maybe even in all Tamriel! Love it ❤️ Thank you so much for all the work and your love which you put into this mod! By the way, my banners fit the interior perfectly, hehehe ☺️

enb2025_12_24_20_13_09.png.c98f2461c4975a7ef24c1a60bafec842.pngenb2025_12_24_20_10_24.png.6ca64cb5d87c1d8ac1928eccfdefb45d.png


I've used Circle of Lust 1.9.9 for about a year, and I've also used 2.0.0, (currently still using 1.9.9). I have OBODY NG. I've never had issues, weird. 

  • 2 weeks later...
Posted (edited)
On 12/24/2025 at 3:43 PM, DirtyLola said:

Yeeeeeeeeeee!!! I got in!!! 🤩 It seems the "OBody" were to blame, so I disabled them and cleared my save. I entered the club and then, right after the loading screen finished, I opened the console just in case, disabled collisions (tcl), and walked straight through the walls into the main hall, bypassing the corridor. Goddamn, this place is so damn hot 🔥 it's definitely the best establishment in Skyrim, and maybe even in all Tamriel! Love it ❤️ Thank you so much for all the work and your love which you put into this mod! By the way, my banners fit the interior perfectly, hehehe ☺️

enb2025_12_24_20_13_09.png.c98f2461c4975a7ef24c1a60bafec842.pngenb2025_12_24_20_10_24.png.6ca64cb5d87c1d8ac1928eccfdefb45d.png

You can also blacklist certain mods from OBody in its OBody_presetDistributionConfig.json

"blacklistedNpcsPluginFemale": ["DarkDesiresCircleOfLust.esp"],

"blacklistedNpcsPluginMale": ["DarkDesiresCircleOfLust.esp"],

Edited by GregariousGibbon
Posted
1 hour ago, GregariousGibbon said:

You can also blacklist certain mods from OBody in its OBody_presetDistributionConfig.json

"blacklistedNpcsPluginFemale": ["DarkDesiresCircleOfLust.esp"],

"blacklistedNpcsPluginMale": ["DarkDesiresCircleOfLust.esp"],

Thank you so much, I didn't even know that OBody had such a useful feature.

Posted

So, I love this mod, it's probably my very favorite brothel mod.  The ambiance, music, animations, and outfits are all really well done, and I'm thoroughly enjoying it.

 

That said, I predominantly use OStim for scenes in the game - I have a ton of animations for it, and I use VSU (Various States of Undress) to control what my character has on/off during specific scenes (One example is Caenarvon's Cosplay Gala pack which typically has two versions of each piece of clothing.  Think a dress, and then a lewd version of the same dress with the top pulled down and the bottom hiked up, and VSU will automatically switch depending on the actions of the scene.) 

However, Circle of Lust's scene settings likes to dress/undress my character in the scene.  That would be fine and all, if it only happened IN the club.  It's also affecting my OStim scenes outside of the club.  Every single scene I start, it'll unequip my character's boots and navel piercing, despite me going through and setting OStim AND VSU to keep said pieces of equipment equipped when in a scene.    

 

So, if my character throws down her OProstitution lantern and gets propositioned, every time I start a scene with Circle of Lust installed (even if I haven't even interacted with the club at all), every time OStim scenes starts up, off the heels go, and off the navel piercing goes, and I have to go into my inventory and reequip them again.  If said character has gone through the quest line for Circle of Lust, within the club often times it'll try to equip the heels and stalkings that come with the Circle of Lust mod, which is fine and all, but again - the tendency to equip/unequip happens even outside the club in all of my OStim scenes.

 

Is there a workaround to make it so Circle of Lust doesn't control what my character's wearing?  I looked through the MCM in hopes that perhaps I could turn it off, and even went into Sexlab's equipment manager, but still, it'll usually just unequip my boots/piercings.  I've tried messing with my load order so OStim and Sexlab are after Circle of Lust, but still, CoL likes to try to manage my equipment in OStim scenes, and if possible, I'd like to disable that aspect of the mod.

Posted
On 1/14/2026 at 12:54 PM, Cursedtoy said:

So, I love this mod, it's probably my very favorite brothel mod.  The ambiance, music, animations, and outfits are all really well done, and I'm thoroughly enjoying it.

 

That said, I predominantly use OStim for scenes in the game - I have a ton of animations for it, and I use VSU (Various States of Undress) to control what my character has on/off during specific scenes (One example is Caenarvon's Cosplay Gala pack which typically has two versions of each piece of clothing.  Think a dress, and then a lewd version of the same dress with the top pulled down and the bottom hiked up, and VSU will automatically switch depending on the actions of the scene.) 

However, Circle of Lust's scene settings likes to dress/undress my character in the scene.  That would be fine and all, if it only happened IN the club.  It's also affecting my OStim scenes outside of the club.  Every single scene I start, it'll unequip my character's boots and navel piercing, despite me going through and setting OStim AND VSU to keep said pieces of equipment equipped when in a scene.    

 

So, if my character throws down her OProstitution lantern and gets propositioned, every time I start a scene with Circle of Lust installed (even if I haven't even interacted with the club at all), every time OStim scenes starts up, off the heels go, and off the navel piercing goes, and I have to go into my inventory and reequip them again.  If said character has gone through the quest line for Circle of Lust, within the club often times it'll try to equip the heels and stalkings that come with the Circle of Lust mod, which is fine and all, but again - the tendency to equip/unequip happens even outside the club in all of my OStim scenes.

 

Is there a workaround to make it so Circle of Lust doesn't control what my character's wearing?  I looked through the MCM in hopes that perhaps I could turn it off, and even went into Sexlab's equipment manager, but still, it'll usually just unequip my boots/piercings.  I've tried messing with my load order so OStim and Sexlab are after Circle of Lust, but still, CoL likes to try to manage my equipment in OStim scenes, and if possible, I'd like to disable that aspect of the mod.

 

Hi, sorry I don't maintain this mod much these days. Anyway, I don't remember putting in anything that controls what the player wears, except in the club or when having sex with Morana or another girl from the club. It would be great if there was an MCM for it. If I ever come back to updating the mod, I might add it. 

 

 

Posted (edited)

Ok so for some reason, despite running pandora after installing this mod, my character is still stuck in that t-pose.

The only difference I can think of is that I have Sexlab P+, no SLAL, and Pandora instead of normal Sexlab, but I thought P+ is literally just plain better?

EDIT: oh fucking wonderful, now I'm just getting the fucking t-pose even without all this. God, fixing this is gonna suuuuuck.

Edited by Immortanengineer
Posted
23 minutes ago, Immortanengineer said:

Okay, aus irgendeinem Grund steckt mein Charakter trotz des Starts von Pandora nach der Installation dieses Mods immer noch in dieser T-Pose fest.

Der einzige Unterschied, der mir einfällt, ist, dass ich Sexlab P+ habe, kein SLAL, und Pandora anstelle des normalen Sexlab, aber ich dachte, P+ sei einfach nur besser?

 

Does "The Circle of Lust" work with the "normal" SexLab?

If so, then the problem is probably switching to "SexLab plus+"... because you can't use the "normal" SexLab animations; you have to convert them. But that's all explained in the "SexLab plus+" description.

(I've switched back to the "normal" SexLab—I actually want to play sometime instead of constantly dealing with mod incompatibilities!)

Posted
27 minutes ago, Miauzi said:

If so, then the problem is probably switching to "SexLab plus+"... because you can't use the "normal" SexLab animations; you have to convert them. But that's all explained in the "SexLab plus+" description.

That's why I've downloaded patches for those animations.

Generally every other sexlab related mod I've downloaded while using P+ has worked, so it came as somewhat of a surprise to see this one not.

Anyways, installing this seems to have completely borked my shit and, as I said in that edit, I'm now having to figure out why I'm getting T-posing with it uninstalled, so quite frankly I don't think I'm going to revisit this mod again for a while and I have more pressing issues to worry about.

Posted
On 1/20/2026 at 11:52 PM, Miauzi said:

 

Does "The Circle of Lust" work with the "normal" SexLab?

If so, then the problem is probably switching to "SexLab plus+"... because you can't use the "normal" SexLab animations; you have to convert them. But that's all explained in the "SexLab plus+" description.

(I've switched back to the "normal" SexLab—I actually want to play sometime instead of constantly dealing with mod incompatibilities!)

I also tried sexlab P+ and found it broke more mods than it was worth fixing it. 

Posted

Hey thanks for the great mod, everything works fine! The only thing I'm trying to work out is this :

 

Some of the NPCs clothes and heels seem to be unobtainable for my character. 

 

Say I want to try on the Mistress's platform heels. For some reason, I can't find them using additem menu, searching certain keywords, etc. But the shoes appear on the Mistress character, so the asset is in there somewhere...

 

Using console 'inv', I see the item ID equipped on the Mistress, no problem. But trying to add the item ID to my character, I get a notification "Black Platform Heels added" but nothing in my inventory...

 

Is there any way to equip the club NPC outfit on the player character?

Posted

Hello first of all love the mod but having a slight issue so you see the club shows up just fine along with everything else but once I try to start a sex scene it cuts to a black screen and when it eventually comes back well my PC and the girl I asked just standing there at which point if I use the sexlab quick scene shout it will start a scene with the girl and the mod recognizes that sex event

So any idea what is preventing me from just starting a scene through the dialogue? why the fade to black and then nothing?

Posted

Got in the club and asked if they had work for me. Told to see the Mistress. I find her and she only has one line and no jobs. Now what?

Posted

Ok, tried alternate start. Got to the club, had sex with Morana, left club with her, teleported back and had more sex. And now? Talk to the Mistress, nothing. Just what am I supposed to do now? 

  • 2 weeks later...
Posted
On 2/5/2026 at 8:35 PM, spider2222 said:

Hello first of all love the mod but having a slight issue so you see the club shows up just fine along with everything else but once I try to start a sex scene it cuts to a black screen and when it eventually comes back well my PC and the girl I asked just standing there at which point if I use the sexlab quick scene shout it will start a scene with the girl and the mod recognizes that sex event

So any idea what is preventing me from just starting a scene through the dialogue? why the fade to black and then nothing?

 

I am not sure why it didn't work for you. I will check it out.

Posted
On 2/7/2026 at 1:07 PM, bubba999 said:

Ok, tried alternate start. Got to the club, had sex with Morana, left club with her, teleported back and had more sex. And now? Talk to the Mistress, nothing. Just what am I supposed to do now? 

 

Talk to Morana outside the club.

Posted
11 hours ago, darkdesires04 said:

 

I am not sure why it didn't work for you. I will check it out.


No no dont I am so sorry I forgot to update on here turned out I had the non-sexlab version installed and just had the misconception that I got it from here when in fact I downloaded from here as well just never installed this version

Now everything is fine. Thank you very much

Posted

Hi,

 

Great mod, I like it a lot :).  I'm stuck in a situation where I cannot finish the mistress quest.  I could be wrong but I believe I am forced to become a vampire to progress further.  Thing is I don't really intend to become one.  I was wondering if it would be feasible to have a different conclusion and remain human, or maybe even be turned into a Succubus?  You could use PSQ, it has been ported to Skyrim SE a while back and is very stable, well the succubus part is, the flying part no so much, you need another mod to make it work.

 

Just a suggestion and I want to congratulate you on a well made mod 👍

 

Thanks for reading.

Posted
Vor 5 Stunden schrieb Snook001:

Hallo,

 

Toller Mod, gefällt mir sehr gut. :)Ich stecke in einer Situation fest, in der ich die Quest mit der Geliebten nicht abschließen kann. Ich könnte mich irren, aber ich glaube, ich muss zum Vampir werden, um weiterzukommen. Das Problem ist nur, dass ich das eigentlich gar nicht vorhabe. Ich frage mich, ob es möglich wäre, die Quest anders zu beenden und Mensch zu bleiben oder mich vielleicht sogar in einen Sukkubus zu verwandeln? Man könnte PSQ verwenden; es wurde vor einiger Zeit für Skyrim SE portiert und läuft sehr stabil – zumindest der Sukkubus-Teil. Das Fliegen hingegen nicht so gut; dafür braucht man eine zusätzliche Mod.

 

Nur ein Vorschlag und ich möchte Ihnen zu der gelungenen Mod gratulieren 👍

 

Danke fürs Lesen.

 

You won't necessarily become a vampire—your companion will bite you (you're her "food source")—but since "vampirism" is treated like an illness, you can be cured by a "deity" at the Temple of Solitude at any time (within 3 days of infection). The cure has no effect on the quest progression in the club!

 

You can transform into a succubus at any time through your own roleplaying—there's no direct connection (trigger)... and to my knowledge, it's not intended (there's only one succubus in this mod, and that's the club leader herself!).

 

Personally, I prefer "Children of Lilith" for my succubus roleplay—I have more freedom in terms of appearance and transformation than with PSQ.

Posted (edited)

@darkdesires04 So after completing this mods main quest I got the lust ability.

Is there no way to set the lust bar to auto hide like the health and stamina bars do?

Also I have skyui and two active effects from the lust power increasing my speech and barter- stuck on my screen with no timers...

Edited by shardoom
Posted

Last night I went to the club for the first time, and I liked it a lot. I think this mod will stay in my load order for a long time :)

 

To calm down a bit afterwards, I went adventuring with Morana, and she's definitely too powerful for my taste. I'm one of those weird people who still want to play a bit of vanilla-adjacent Skyrim in between all the sexy stuff. So I'd like to change Morana's stats and take away some of her perks and spells. Is that ok or will it break something later in the quest, when she might be scripted to use a specific one of her abilities (no spoilers though, please)?

I assume that won't be an issue with Clove and Evelynn since they are optional additions.

 

Also, I've got the same problem with the mistress's outfit as mentioned in this post:

 

On 12/14/2025 at 9:29 PM, dopestar2010 said:

Hello there, I have a problem with some clothes not fitting correctly to the NPCs.
Is there a way to fix it? 

It does not affect the optional clothing, that can be downloaded.

Screenshot2025-12-14211542.thumb.png.bd4730d763b6784ece7c812e2da71c4b.png

 

 

 

And lastly, before trying out this mod, I was concerned my computer might not be able to handle it. As a point of reference for anyone with the same concerns: I have a 1060 (6GB), 16GB Ram, no ENB. In the main area of the club the framerate will drop noticably when looking in certain directions, but it's not a big deal. Apart from that it runs smoothly (so far).

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...