I am sorry I have not been active lately. I spent most of the holidays with my family and getting some much needed rest and relaxation. While I am still grinding away at things, my modding activity is severely limited as I am now in the final few months of my PhD. From now until my dissertation defense this summer, I will likely not be doing much modding. I would like to think I will have a few months free after I defend, but I do not know when I may start working after I graduate.
I will try to mod when I have free time... I just may not have much for the next few months. Thanks for your understanding.
The mod now requires Dynamic Magic Modification Framework (DMMF)
Functionality is broadly the same. A few bugs that were reported (mainly enchanted weapons not draining charge properly) should be fixed.
You can now select which resource is used for casting for both players and NPCs (magicka vs health vs stamina) as well as set cost multipliers for each.
The json configuration system has been depreciated. A much more advanced configuration system can now be used with DMMF directly.
If you experience any issues, please do the following:
Confirm you have all required mods installed
Make sure you are on the latest version with all update files installed
Read through the description and look for known issues or updates
Make sure ControlledCasting.json is in your Data folder and is a valid json file.
If you've done the above and still have issues:
Please leave a comment or make a bug report
Include a link to the crash log and a link to the ControlledCasting.log (note this log will reset each time you restart the game so please copy it right after your crash/issue occurs)
If you copy and paste your logs directs, please use spoilers to prevent overly long messages
In addition to the logs, please give as much information as possible:
-Who was casting a spell (you or an NPC)? -Which NPC(s)? -Which spell(s)? -Where were you or the NPC(s) located? -If you think it is related to another mod, which mod?
In general, Controlled Casting should be compatible with everything, however, some mods add spells that are poorly/strangely made and cause issues. I have done my best to add fail-safes to the mod to prevent crashes in these cases, however, I cannot test every possible permutation of mod combinations so there may be incompatibilities I did not foresee.
Hello! I'm dying to get this mod working in VR, as the cast time makes mage play in VR feel awful. I have got the mod loaded with no crashes and it appears in the MCM just fine. Only issue is that none of the multipliers actually change cast time. Likely reason would be that VR uses it's own version of SKSE and address library. As far as I am aware they have feature parity with the flat skyrim versions so in theory it should just need recompiling for the VR versions and then will work fine. Would that be something you think would be possible?
I made the mod using commonlib NG which means it should work for all game versions (including VR) assuming the particular function I am hooking has been RE'd for all game versions. As far as I am aware, this should be the case. I see no reason why it isn't working in VR, though I am unable to test it. I don't know if other VR users have experience issues or not, as you are the first confirmed VR user.
I can only recommend that you double check you have all requirements installed and up to date.
Load the game, set debug to true in the MCM and then after you play the game for a bit, can you send your ControlledCasting.log? Please use spoilers or upload to a file share website as to not clog up the comments with a long copy/paste.
This is the only one I can find. I'll have another play with it and see what else I can find.
Spoiler:
Show
[2024-02-05 20:54:47.816] [log] [info] [ControlledCasting.cpp:479] GetChargeTimeVHook hook set! [2024-02-05 20:54:48.413] [log] [info] [main.cpp:34] Post Load [2024-02-05 20:54:48.729] [log] [info] [main.cpp:47] Post Post Load [2024-02-05 20:59:28.643] [log] [info] [main.cpp:26] Data Loaded [2024-02-05 20:59:28.643] [log] [info] [ControlledCasting.cpp:638] Retrieved global variables from .esp [2024-02-05 20:59:28.644] [log] [info] [config.cpp:17] Attempting to access ControlledCasting.json [2024-02-05 20:59:28.644] [log] [info] [config.cpp:33] no parse error [2024-02-05 20:59:28.644] [log] [info] [config.cpp:39] About to iterate through all 0 spells in the json [2024-02-05 20:59:37.681] [log] [info] [main.cpp:42] Post Load Game
Just tried it again and vanilla/mysticism fireball spell had no charge time adjustment and vanilla/mysticism ice storm caused a crash. I've added the crash log below.
Edit: it appears the second spell I used was "greater blink" from a spell mod.
[2024-02-08 15:36:27.645] [log] [info] [ControlledCasting.cpp:479] GetChargeTimeVHook hook set! [2024-02-08 15:36:28.267] [log] [info] [main.cpp:34] Post Load [2024-02-08 15:36:28.588] [log] [info] [main.cpp:47] Post Post Load [2024-02-08 15:40:54.748] [log] [info] [main.cpp:26] Data Loaded [2024-02-08 15:40:54.748] [log] [info] [ControlledCasting.cpp:638] Retrieved global variables from .esp [2024-02-08 15:40:54.748] [log] [info] [config.cpp:17] Attempting to access ControlledCasting.json [2024-02-08 15:40:54.748] [log] [info] [config.cpp:33] no parse error [2024-02-08 15:40:54.748] [log] [info] [config.cpp:39] About to iterate through all 0 spells in the json [2024-02-08 15:41:19.197] [log] [info] [main.cpp:42] Post Load Game [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:450] origin is 1.1 [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:195] Returning charge time for Larana's Greater Blink spell. [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:228] Getting school and difficulty [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:326] The casting type is: 1 [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:327] The original charge time was: 0.100000024 [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:343] The new charge time is: 0.025000006 [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:454] newTime is 0.025000006 [2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:458] k is 43.999992
Thanks for send the logs. I will try to take a closer look this weekend, but probably can't do much troubleshooting until then. Ultimately, there isn't much I can test on my end since I don't have VR. But I will look at the code where it is crashing and see if I can figure out any potential issues.
Interesting, I'm on VR also and experiencing the same issue, installed just fine, appears in the MCM, however doesn't actually change any of the cast times.
Hey, sorry it's been awhile. I got busy IRL and stopped modding for a few months. I'm back at it now though. I am doing a re-work of this mod and will take a look at the VR issues.
spamming lightning spells renders them useless with vfx missing just sound plays. i don't think it is this mod but maybe it helps it occur more often? anyone encounter this bug?
Thank you so much AlchemicaMateria for this amazing mod!
I was having an issue with DMMF initially, but after I got it working this mod is awesome!
I love instant casting fireballs and the likes, which leads me to my question.
Is there a way to be able to spam projectile spells like fireball while holding down the button?
So, basically as long as I hold down my cast key, I'll rapid fire off fireballs or whatever spell it is?
I don't mind or care about the spell costs, as that will help with balancing, but I figure with instant casting I shouldn't have to keep tapping the button.
However, if that isn't possible or too difficult to implement, then thanks anyway and I'll make due with what I have!
Sorry for my noobness, but what number do I have to put in order to insta cast a fireball? Cloaks are insta casting, which is great, but other destro spells there's still the charging animation for 1,5 seconds
Is there please some way to affect only ward charge up times? Some overhauls kinda make wards work like shields, but with the increased casting times I am using for all spells to balance them out, this path is closed :(, any idea on what I could do?
Other than that, this mod can bring attack commitment to mages and so is essential for modern mage gameplay
You should look into making your own configuration file for DMMF (the mod this mod requires). You should be able set up an option that only effects wards by setting a condition that it must have the effect archetype that wards have (I think its like accumulate magnitude or something like that). If you need help, let me know and I can try to help.
Would it be possible to add a modifier for the charge time that affects dual-casting?
Keep up the good work.
Edit: Saw that you already had a separate mod Dual Casting effects charge time for this. Made some modifiers to the config, and made it an override instead of a multiplier, and now it works with the instant casting from this mod! (Would still be cool to have an MCM to tweak these settings though :) *wink* )
So very cool you added the ability to change what resource is used during casting, setting it to health totally makes your character a blood mage. That was really cool to stumble across.
Yup, there are some other mods that utilize DMMF (my mod that this mod relies on) to make some blood magic mods use health. This might be better if you want it just for specific spells. Otherwise, you can use Controlled Casting to affect all of your spells if you prefer it that way.
156 comments
I will try to mod when I have free time... I just may not have much for the next few months. Thanks for your understanding.
The mod now requires Dynamic Magic Modification Framework (DMMF)
Functionality is broadly the same. A few bugs that were reported (mainly enchanted weapons not draining charge properly) should be fixed.
You can now select which resource is used for casting for both players and NPCs (magicka vs health vs stamina) as well as set cost multipliers for each.
The json configuration system has been depreciated. A much more advanced configuration system can now be used with DMMF directly.
If you experience any issues, please do the following:
If you've done the above and still have issues:
- Please leave a comment or make a bug report
- Include a link to the crash log and a link to the ControlledCasting.log (note this log will reset each time you restart the game so please copy it right after your crash/issue occurs)
- If you copy and paste your logs directs, please use spoilers to prevent overly long messages
- In addition to the logs, please give as much information as possible:
-Who was casting a spell (you or an NPC)?-Which NPC(s)?
-Which spell(s)?
-Where were you or the NPC(s) located?
-If you think it is related to another mod, which mod?
In general, Controlled Casting should be compatible with everything, however, some mods add spells that are poorly/strangely made and cause issues. I have done my best to add fail-safes to the mod to prevent crashes in these cases, however, I cannot test every possible permutation of mod combinations so there may be incompatibilities I did not foresee.
I can only recommend that you double check you have all requirements installed and up to date.
Load the game, set debug to true in the MCM and then after you play the game for a bit, can you send your ControlledCasting.log? Please use spoilers or upload to a file share website as to not clog up the comments with a long copy/paste.
[2024-02-05 20:54:47.816] [log] [info] [ControlledCasting.cpp:479] GetChargeTimeVHook hook set!
[2024-02-05 20:54:48.413] [log] [info] [main.cpp:34] Post Load
[2024-02-05 20:54:48.729] [log] [info] [main.cpp:47] Post Post Load
[2024-02-05 20:59:28.643] [log] [info] [main.cpp:26] Data Loaded
[2024-02-05 20:59:28.643] [log] [info] [ControlledCasting.cpp:638] Retrieved global variables from .esp
[2024-02-05 20:59:28.644] [log] [info] [config.cpp:17] Attempting to access ControlledCasting.json
[2024-02-05 20:59:28.644] [log] [info] [config.cpp:33] no parse error
[2024-02-05 20:59:28.644] [log] [info] [config.cpp:39] About to iterate through all 0 spells in the json
[2024-02-05 20:59:37.681] [log] [info] [main.cpp:42] Post Load Game
Edit: it appears the second spell I used was "greater blink" from a spell mod.
CrashLoggerSSE v1-12-1-0 Dec 22 2023 02:20:56
Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FF7429A7DBC SkyrimVR.exe+0547DBCmov [rbx], ecx
SYSTEM SPECS:
OS: Microsoft Windows 10 Home v10.0.19045
CPU: AuthenticAMD AMD Ryzen 9 3900X 12-Core Processor
GPU #1: Nvidia AD103 [GeForce RTX 4080]
GPU #2: Microsoft Basic Render Driver
PHYSICAL MEMORY: 18.21 GB/31.93 GB
GPU MEMORY: 5.01/14.92 GB
VR SPECS:
Model: Meta Quest 3
Manufacturer: Oculus
Tracking System: oculus
Hardware Revision: 23
Driver Version: 1.64.0
Render Model: generic_hmd
Additional Data:
Expected Controller Type: oculus_touch
Controller Type: rift
Display Frequency: 90
Wireless: false
Charging: false
Update Available: false
PROBABLE CALL STACK:
[ 0] 0x7FF7429A7DBC SkyrimVR.exe+0547DBC -> 33320+0x4F1Cmov [rbx], ecx
[ 1] 0x7FF8AC9CCCC8 ControlledCasting.dll+003CCC8movaps xmm6, [rsp+0xD0] | C:\Mods\Development\commonlibSSE NG\Controlled Casting\src\ControlledCasting.cpp:461 ?Update@GetChargeTimeVHook@ControlledCasting@@SAXPEAVMagicCaster@RE@@M@Z
[ 2] 0x7FF7429A5EAE SkyrimVR.exe+0545EAE -> 33320+0x300Etest sil, sil
[ 3] 0x7FF742A9BE68 SkyrimVR.exe+063BE68 -> 37829+0x248add rsi, 0x08
[ 4] 0x7FF742B1F025 SkyrimVR.exe+06BF025 -> 39373+0xFB5mov rcx, [0x00007FF7453EAB30]
[ 5] 0x7FF8AB9D8C8B higgs_vr.dll+0038C8Bcmp byte ptr [0x00007FF8ABA629A0], 0x00 | D:\Steam\steamapps\common\SkyrimVR\src\sksevr\higgs_vr\src\hooks.cpp:589 ?PlayerCharacter_Update_Hook@@YAXPEAVPlayerCharacter@@M@Z
[ 6] 0x7FF742A1BC90 SkyrimVR.exe+05BBC90 -> 35565+0x1180mov rax, [0x00007FF74544B9F0]
[ 7] 0x7FF742A1AE47 SkyrimVR.exe+05BAE47 -> 35565+0x337cmp byte ptr [0x00007FF74544B76B], 0x00
[ 8] 0x7FF8ABB2EEF9 hdtSMP64.dll+00BEEF9cmp byte ptr [rbx+0x08], 0x00 | C:\Games\Faster HDT-SMP\sksevr_2_00_12\src\sksevr\hdtSMP64\Hooks.cpp:314 ?onFrame@UnkEngine@hdt@@QEAAXXZ
[ 9] 0x7FF8AAE59DA7 MuJointFix.dll+0029DA7call 0x00007FF8AAE76F70 | D:\VS\MuJointFix\src\Hook.cpp:25 ?onFrame@UnkEngine@Mus@@QEAAXXZ
[10] 0x7FF742A16E94 SkyrimVR.exe+05B6E94 -> 35551+0x124test bl, bl
[11] 0x7FF742A142C5 SkyrimVR.exe+05B42C5 -> 35413+0x65C5call 0x00007FF742A16F00
[12] 0x7FF7437EAF0A SkyrimVR.exe+138AF0A -> 101985+0xBBDAmov ebx, eax
[13] 0x7FF97C267344 KERNEL32.DLL+0017344
[14] 0x7FF97D7626B1 ntdll.dll+00526B1
REGISTERS:
RAX 0x1830D64A500 (NiNode*)
Name: "PrimaryMagicAimNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 6
Name: "RightWandShakeNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 3
Name: "RightWandNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 3
Name: "RoomNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 0
Name: "SnapWalkOffsetNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 0
Name: "HeightOffsetNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 0
Name: "FollowOffset"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 0
Name: "FollowNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 2
Name: "PlayerWorldNode"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking TESObjectREFR: {}
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Checking Parent: 6
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking Parent: 0
RTTIName: "BSMultiBoundNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking Parent: 15
Name: "ObjectLODRoot"
RTTIName: "NiNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking Parent: 3
Name: "shadow scene node"
RTTIName: "ShadowSceneNode"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Checking Parent: 1
Name: "WorldRoot Node"
RTTIName: "SceneGraph"
Flags: kSelectiveUpdate | kSelectiveUpdateTransforms | kSelectiveUpdateController
Name: "PrimaryMagicAimNode"
RCX 0x453B99B9 (size_t) [1161533881]
RDX 0x0 (size_t) [0]
RBX 0x0 (size_t) [0]
RSP 0x545731F1C0 (void*)
RBP 0x545731F289 (void*)
RSI 0x7FF8ACA51B38 (char*) "Update"
RDI 0x18472F23E00 (ActorMagicCaster*)
R8 0x7FF8ACA6C380 (void* -> ControlledCasting.dll+00DC380 | __pioinfo_DC380)
R9 0x545731E9F0 (void*)
R10 0x0 (size_t) [0]
R11 0x545731EDE0 (void*)
R12 0x0 (size_t) [0]
R13 0x0 (size_t) [0]
R14 0x7FF743B0F0C8 (void* -> SkyrimVR.exe+16AF0C8and [rbp+0x7FF7429A], cl)
R15 0x701 (size_t) [1793]
STACK:
[RSP+0 ] 0x0 (size_t) [0]
[RSP+8 ] 0x0 (size_t) [0]
[RSP+10 ] 0x7FF8ACA518A0 (char*) "C:\Mods\Development\commonlibSSE NG\Controlled Casting\src\ControlledCasting.cpp"
[RSP+18 ] 0x7FF8ACA51B38 (char*) "Update"
[RSP+20 ] 0x7FF8ACA518A0 (char*) "C:\Mods\Development\commonlibSSE NG\Controlled Casting\src\ControlledCasting.cpp"
[RSP+28 ] 0x7FF8AC9CCCC8 (void* -> ControlledCasting.dll+003CCC8movaps xmm6, [rsp+0xD0] | C:\Mods\Development\commonlibSSE NG\Controlled Casting\src\ControlledCasting.cpp:461 ?Update@GetChargeTimeVHook@ControlledCasting@@SAXPEAVMagicCaster@RE@@M@Z)
[RSP+30 ] 0x18472F23E00 (ActorMagicCaster*)
[RSP+38 ] 0x545731F3A0 (MagicItemDataCollector*)
[RSP+40 ] 0x7FF8ACA51B38 (char*) "Update"
[RSP+48 ] 0x545731F270 (void*)
[RSP+50 ] 0x545731F270 (void*)
[RSP+58 ] 0x5457310102 (char*) "/WT"
[RSP+60 ] 0x7FF8ACA51B60 (char*) "k is {}"
[RSP+68 ] 0x7 (size_t) [7]
[RSP+70 ] 0x7FF8ACA518A0 (char*) "C:\Mods\Development\commonlibSSE NG\Controlled Casting\src\ControlledCasting.cpp"
[RSP+78 ] 0x185000001CA (void*)
[RSP+80 ] 0x7FF8ACA51B38 (char*) "Update"
[RSP+88 ] 0x185FFFFFFFF (void*)
[RSP+90 ] 0x7FF8ACA518A0 (char*) "C:\Mods\Development\commonlibSSE NG\Controlled Casting\src\ControlledCasting.cpp"
[RSP+98 ] 0x185000001CA (void*)
[RSP+A0 ] 0x7FF8ACA51B38 (char*) "Update"
[RSP+A8 ] 0x768 (size_t) [1896]
[RSP+B0 ] 0x184422FFFFE (void*)
[RSP+B8 ] 0xBF85FD4057FD (size_t) [210582200408061]
[RSP+C0 ] 0x0 (size_t) [0]
[RSP+C8 ] 0x0 (size_t) [0]
[RSP+D0 ] 0x0 (size_t) [0]
[RSP+D8 ] 0x0 (size_t) [0]
[RSP+E0 ] 0x3CB70000 (size_t) [1018626048]
[RSP+E8 ] 0x0 (size_t) [0]
[RSP+F0 ] 0x430FD258 (size_t) [1125110360]
[RSP+F8 ] 0x0 (size_t) [0]
[RSP+100] 0x3CB70000 (size_t) [1018626048]
[RSP+108] 0x0 (size_t) [0]
[RSP+110] 0x18472F23E00 (ActorMagicCaster*)
[RSP+118] 0x1 (size_t) [1]
[RSP+120] 0x545731F3F0 (void*)
[RSP+128] 0x7FF7429A5EAE (void* -> SkyrimVR.exe+0545EAEtest sil, sil)
[RSP+130] 0x184959F82A0 (void*)
[RSP+138] 0x1 (size_t) [1]
[RSP+140] 0x184CC984D00 (SpellItem*)
File: "Dishonored Blink.esp"
Flags: 0x00000008 kInitialized
Name: "Greater Blink"
FormID: 0xFE30BD69
FormType: Spell (22)
GetFullName: "Greater Blink"
[RSP+148] 0x184CC984D00 (SpellItem*)
File: "Dishonored Blink.esp"
Flags: 0x00000008 kInitialized
Name: "Greater Blink"
FormID: 0xFE30BD69
FormType: Spell (22)
GetFullName: "Greater Blink"
[RSP+150] 0x545731F608 (void*)
[RSP+158] 0x545731F450 (void*)
[RSP+160] 0x1 (size_t) [1]
[RSP+168] 0x8 (size_t) [8]
[RSP+170] 0x1824B170000 (void*)
[RSP+178] 0x545731F3F9 (void*)
[RSP+180] 0x3 (size_t) [3]
[RSP+188] 0x7FF97D735BA1 (void* -> ntdll.dll+0025BA1test eax, eax)
[RSP+190] 0x1824B270000 (void*)
[RSP+198] 0x18200000000 (void*)
[RSP+1A0] 0x20 (size_t) [32]
[RSP+1A8] 0x3CB70000 (size_t) [1018626048]
[RSP+1B0] 0x0 (size_t) [0]
[RSP+1B8] 0x0 (size_t) [0]
[RSP+1C0] 0x0 (size_t) [0]
[RSP+1C8] 0x0 (size_t) [0]
[RSP+1D0] 0x1000101000000 (size_t) [281479288455168]
[RSP+1D8] 0x7FF97D7607C0 (void* -> ntdll.dll+00507C0add rsp, 0x48)
[RSP+1E0] 0x7FF743B0F0C8 (void* -> SkyrimVR.exe+16AF0C8and [rbp+0x7FF7429A], cl)
[RSP+1E8] 0x0 (size_t) [0]
[RSP+1F0] 0x185F1077240 (void*)
[RSP+1F8] 0x4 (size_t) [4]
[RSP+200] 0x5400000001 (size_t) [360777252865]
[RSP+208] 0x0 (size_t) [0]
[RSP+210] 0x939BFFFFFFFF (size_t) [162298224181247]
[RSP+218] 0x0 (size_t) [0]
[RSP+220] 0x500000000 (size_t) [21474836480]
[RSP+228] 0x545731F500 (void*)
[RSP+230] 0x18400000000 (void*)
[RSP+238] 0x0 (size_t) [0]
[RSP+240] 0x185DF0EE1A0 (char*) "sksevr_1_4_15.dll"
[RSP+248] 0x7FF97D7347B1 (void* -> ntdll.dll+00247B1mov r9d, eax)
[RSP+250] 0x7FF900000000 (size_t) [140707423584256]
[RSP+258] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+260] 0x15 (size_t) [21]
[RSP+268] 0x0 (size_t) [0]
[RSP+270] 0x0 (size_t) [0]
[RSP+278] 0x1822CB8AAD0 (void*)
[RSP+280] 0xF (size_t) [15]
[RSP+288] 0x7FF92F730309 (void* -> usvfs_x64.dll+00D0309test rax, rax)
[RSP+290] 0x42A62C8B422B8AB8 (size_t) [4802575029259438776]
[RSP+298] 0x4231EAE7 (size_t) [1110567655]
[RSP+2A0] 0x42852EC841FAFBFA (size_t) [4793288816041065466]
[RSP+2A8] 0x42AE3E80 (size_t) [1118715520]
[RSP+2B0] 0x201000700000000 (size_t) [144396693117337600]
[RSP+2B8] 0x0 (size_t) [0]
[RSP+2C0] 0x6AEA8 (size_t) [437928]
[RSP+2C8] 0x6AEA8 (size_t) [437928]
[RSP+2D0] 0xFFFFFFFF3F800000 (size_t) [uint: 18446744070479937536 int: -3229614080]
[RSP+2D8] 0x7FF8FFFFFFFF (size_t) [140707423584255]
[RSP+2E0] 0xFFFFFFFF (size_t) [4294967295]
[RSP+2E8] 0x0 (size_t) [0]
[RSP+2F0] 0x185DF0879D0 (void*)
[RSP+2F8] 0x7FF92F674C4A (void* -> usvfs_x64.dll+0014C4Amov rdx, rax)
[RSP+300] 0x5400000000 (size_t) [360777252864]
[RSP+308] 0x1 (size_t) [1]
[RSP+310] 0x0 (size_t) [0]
[RSP+318] 0x7FF92F73027A (void* -> usvfs_x64.dll+00D027Atest rax, rax)
[RSP+320] 0xC183F70AC13832EB (size_t) [uint: 13944260496832606955 int: -4502483576876944661]
[RSP+328] 0x422A9218 (size_t) [1110086168]
[RSP+330] 0x0 (size_t) [0]
[RSP+338] 0x0 (size_t) [0]
[RSP+340] 0x0 (size_t) [0]
[RSP+348] 0x545731EF70 (void*)
[RSP+350] 0x184B0A4BA00 (void*)
[RSP+358] 0x7FF742B49122 (void* -> SkyrimVR.exe+06E9122mov rax, rbx)
[RSP+360] 0xAF8EFF1D399D (size_t) [193028700322205]
[RSP+368] 0x7FF92F73027A (void* -> usvfs_x64.dll+00D027Atest rax, rax)
[RSP+370] 0x0 (size_t) [0]
[RSP+378] 0x7FF7425771B1 (void* -> SkyrimVR.exe+01171B1mov r14, [rsp+0x40])
[RSP+380] 0x184E1277940 (void*)
[RSP+388] 0x7FF742B380BE (void* -> SkyrimVR.exe+06D80BEcmp [0x00007FF74545FE58], eax)
[RSP+390] 0x0 (size_t) [0]
[RSP+398] 0x0 (size_t) [0]
[RSP+3A0] 0x0 (size_t) [0]
[RSP+3A8] 0x0 (size_t) [0]
[RSP+3B0] 0x0 (size_t) [0]
[RSP+3B8] 0x0 (size_t) [0]
[RSP+3C0] 0x0 (size_t) [0]
[RSP+3C8] 0x0 (size_t) [0]
[RSP+3D0] 0x430FD258 (size_t) [1125110360]
[RSP+3D8] 0x0 (size_t) [0]
[RSP+3E0] 0x3CB70000 (size_t) [1018626048]
[RSP+3E8] 0x0 (size_t) [0]
[RSP+3F0] 0x768 (size_t) [1896]
[RSP+3F8] 0x1824B173160 (void*)
[RSP+400] 0x0 (size_t) [0]
[RSP+408] 0x1830CEFC100 (PlayerCharacter*)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Flags: 0x00000408 kInitialized
FormID: 0x00000014
FormType: ActorCharacter (62)
[RSP+410] 0x1830CEFC2A8 (void*)
[RSP+418] 0x69 (size_t) [105]
[RSP+420] 0x3 (size_t) [3]
[RSP+428] 0x7FF742A9BE68 (void* -> SkyrimVR.exe+063BE68add rsi, 0x08)
[RSP+430] 0x43160000 (size_t) [1125515264]
[RSP+438] 0x69 (size_t) [105]
[RSP+440] 0x0 (size_t) [0]
[RSP+448] 0x0 (size_t) [0]
[RSP+450] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+458] 0x0 (size_t) [0]
[RSP+460] 0x0 (size_t) [0]
[RSP+468] 0x0 (size_t) [0]
[RSP+470] 0x3CB596DF (size_t) [1018533599]
[RSP+478] 0x0 (size_t) [0]
[RSP+480] 0x3CB596DF (size_t) [1018533599]
[RSP+488] 0x0 (size_t) [0]
[RSP+490] 0x0 (size_t) [0]
[RSP+498] 0xFFFFFFFF (size_t) [4294967295]
[RSP+4A0] 0x1830CEFC100 (PlayerCharacter*)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Flags: 0x00000408 kInitialized
FormID: 0x00000014
FormType: ActorCharacter (62)
[RSP+4A8] 0x7FF742B1F025 (void* -> SkyrimVR.exe+06BF025mov rcx, [0x00007FF7453EAB30])
[RSP+4B0] 0x69 (size_t) [105]
[RSP+4B8] 0x0 (size_t) [0]
[RSP+4C0] 0x545731F770 (void*)
[RSP+4C8] 0x0 (size_t) [0]
[RSP+4D0] 0x856C (size_t) [34156]
[RSP+4D8] 0x5400000000 (size_t) [360777252864]
[RSP+4E0] 0x7FF800000000 (size_t) [140703128616960]
[RSP+4E8] 0x7FF8A47F0000 (void* -> vrclient_x64.dll+0080000mov rcx, r12)
[RSP+4F0] 0x5400000000 (size_t) [360777252864]
[RSP+4F8] 0x7FF90011400C (size_t) [140707424714764]
[RSP+500] 0x200000000 (size_t) [8589934592]
[RSP+508] 0x1847599B330 (bhkRagdollPenetrationUtil*)
[RSP+510] 0x185DF0879D0 (void*)
[RSP+518] 0x0 (size_t) [0]
[RSP+520] 0x0 (size_t) [0]
[RSP+528] 0x856C (size_t) [34156]
[RSP+530] 0x185DF0879D0 (void*)
[RSP+538] 0xDE7E00000000 (size_t) [244632747245568]
[RSP+540] 0x10 (size_t) [16]
[RSP+548] 0x30 (size_t) [48]
[RSP+550] 0x0 (size_t) [0]
[RSP+558] 0x0 (size_t) [0]
[RSP+560] 0x45B7353900000000 (size_t) [5023542428284485632]
[RSP+568] 0x0 (size_t) [0]
[RSP+570] 0x0 (size_t) [0]
[RSP+578] 0x8000000080000000 (size_t) [uint: 9223372039002259456 int: -9223372034707292160]
[RSP+580] 0x0 (size_t) [0]
[RSP+588] 0x182694C0300 (void*)
[RSP+590] 0x1824B173160 (void*)
[RSP+598] 0x7FF8ADEC58DB (void* -> steamclient64.dll+07F58DBtest eax, eax)
[RSP+5A0] 0x545731F880 (void*)
[RSP+5A8] 0x182694C0468 (void*)
[RSP+5B0] 0x182694C042A (void*)
[RSP+5B8] 0x8000000080000000 (size_t) [uint: 9223372039002259456 int: -9223372034707292160]
[RSP+5C0] 0x545731F7A0 (void*)
[RSP+5C8] 0x545731F7A8 (void*)
[RSP+5D0] 0x545731F900 (void*)
[RSP+5D8] 0x7FF8ADEC2301 (void* -> steamclient64.dll+07F2301movzx eax, dil)
[RSP+5E0] 0x7FF800000000 (size_t) [140703128616960]
[RSP+5E8] 0x18200000000 (void*)
[RSP+5F0] 0x7FF8AEBE9FC8 (CSteamClient*)
[RSP+5F8] 0x182694C0468 (void*)
[RSP+600] 0x0 (size_t) [0]
[RSP+608] 0x0 (size_t) [0]
[RSP+610] 0x545731F820 (void*)
[RSP+618] 0x545731F830 (void*)
[RSP+620] 0x3F95BE5032477AE9 (size_t) [4581777447569554153]
[RSP+628] 0x545731F8B0 (void*)
[RSP+630] 0x45B6BF9C453A0A3F (size_t) [5023413112275601983]
[RSP+638] 0x7FF745416E62 (void* -> SkyrimVR.exe+2FB6E62cmp byte ptr [rdi], 0x00)
[RSP+640] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+648] 0x185ED63D800 (TESObjectREFR*)
Object Reference:
File: "MajesticMountains.esp"
Modified by: Skyrim.esm -> Update.esm -> MajesticMountains.esp
Flags: 0x00018809 kDestructible | kInitialized
FormID: 0x0006E03F
FormType: Static (34)
File: "Vigilant.esm"
Flags: 0x00008009 kDestructible | kInitialized
FormID: 0x0D024487
FormType: Reference (61)
[RSP+650] 0x0 (size_t) [0]
[RSP+658] 0x0 (size_t) [0]
[RSP+660] 0x0 (size_t) [0]
[RSP+668] 0x0 (size_t) [0]
[RSP+670] 0x0 (size_t) [0]
[RSP+678] 0x0 (size_t) [0]
[RSP+680] 0x0 (size_t) [0]
[RSP+688] 0x0 (size_t) [0]
[RSP+690] 0x0 (size_t) [0]
[RSP+698] 0x0 (size_t) [0]
[RSP+6A0] 0x0 (size_t) [0]
[RSP+6A8] 0x0 (size_t) [0]
[RSP+6B0] 0x3CB596DF (size_t) [1018533599]
[RSP+6B8] 0x0 (size_t) [0]
[RSP+6C0] 0x0 (size_t) [0]
[RSP+6C8] 0x1 (size_t) [1]
[RSP+6D0] 0x0 (size_t) [0]
[RSP+6D8] 0x0 (size_t) [0]
[RSP+6E0] 0x1830CEFC100 (PlayerCharacter*)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Flags: 0x00000408 kInitialized
FormID: 0x00000014
FormType: ActorCharacter (62)
[RSP+6E8] 0x1 (size_t) [1]
[RSP+6F0] 0x1830CEFC100 (PlayerCharacter*)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Flags: 0x00000408 kInitialized
FormID: 0x00000014
FormType: ActorCharacter (62)
[RSP+6F8] 0x7FF8AB9D8C8B (void* -> higgs_vr.dll+0038C8Bcmp byte ptr [0x00007FF8ABA629A0], 0x00 | D:\Steam\steamapps\common\SkyrimVR\src\sksevr\higgs_vr\src\hooks.cpp:589 ?PlayerCharacter_Update_Hook@@YAXPEAVPlayerCharacter@@M@Z)
[RSP+700] 0x7FF8AEBE9FC0 (CSteamClient*)
[RSP+708] 0x7FF743B42230 (void* -> SkyrimVR.exe+16E2230and [rdx-0x4C], ch)
[RSP+710] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+718] 0x7FF742B20F52 (void* -> SkyrimVR.exe+06C0F52test al, al)
[RSP+720] 0x0 (size_t) [0]
[RSP+728] 0x0 (size_t) [0]
[RSP+730] 0x1 (size_t) [1]
[RSP+738] 0x1830CEFC100 (PlayerCharacter*)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Flags: 0x00000408
Name: "Larana"
FormID: 0x00000014
FormType: ActorCharacter (62)
Object Reference:
File: "ShowRaceMenu Power.esp"
Modified by: Skyrim.esm -> Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp -> Knockdown Immunity.esp -> ShowRaceMenu Power.esp
Flags: 0x00040009 kDestructible | kInitialized
Name: "Larana"
FormID: 0x00000007
FormType: NPC (43)
Flags: 0x00000408 kInitialized
FormID: 0x00000014
FormType: ActorCharacter (62)
[RSP+740] 0x1 (size_t) [1]
[RSP+748] 0x7FF742A1BC90 (void* -> SkyrimVR.exe+05BBC90mov rax, [0x00007FF74544B9F0])
[RSP+750] 0x7FF743B42230 (void* -> SkyrimVR.exe+16E2230and [rdx-0x4C], ch)
[RSP+758] 0x0 (size_t) [0]
[RSP+760] 0xD (size_t) [13]
[RSP+768] 0x7FF74337A3E9 (void* -> SkyrimVR.exe+0F1A3E9mov rcx, [rsi+0x150])
[RSP+770] 0x182767BFD80 (Main*)
[RSP+778] 0x7FF742A0A170 (void* -> SkyrimVR.exe+05AA170cmp rbx, [rax])
[RSP+780] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+788] 0x7FF97AFD507D (void* -> KERNELBASE.dll+005507Dnop [rax+rax*1], eax)
[RSP+790] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+798] 0x0 (size_t) [0]
[RSP+7A0] 0x0 (size_t) [0]
[RSP+7A8] 0x0 (size_t) [0]
[RSP+7B0] 0x1 (size_t) [1]
[RSP+7B8] 0x7FF742A1AE47 (void* -> SkyrimVR.exe+05BAE47cmp byte ptr [0x00007FF74544B76B], 0x00)
[RSP+7C0] 0x182767BFD80 (Main*)
[RSP+7C8] 0x182767BFD80 (Main*)
[RSP+7D0] 0x1 (size_t) [1]
[RSP+7D8] 0x1 (size_t) [1]
[RSP+7E0] 0xFFFFFFFFFFFFFFFE (size_t) [uint: 18446744073709551614 int: -2]
[RSP+7E8] 0x0 (size_t) [0]
[RSP+7F0] 0x0 (size_t) [0]
[RSP+7F8] 0x150904 (size_t) [1378564]
[RSP+800] 0x0 (size_t) [0]
[RSP+808] 0x7FF8ABB2EEF9 (void* -> hdtSMP64.dll+00BEEF9cmp byte ptr [rbx+0x08], 0x00 | C:\Games\Faster HDT-SMP\sksevr_2_00_12\src\sksevr\hdtSMP64\Hooks.cpp:314 ?onFrame@UnkEngine@hdt@@QEAAXXZ)
[RSP+810] 0x182767BFD80 (Main*)
[RSP+818] 0x0 (size_t) [0]
[RSP+820] 0x0 (size_t) [0]
[RSP+828] 0x0 (size_t) [0]
[RSP+830] 0x150904 (size_t) [1378564]
[RSP+838] 0x0 (size_t) [0]
[RSP+840] 0x0 (size_t) [0]
[RSP+848] 0x7FF8AAE59DA7 (void* -> MuJointFix.dll+0029DA7call 0x00007FF8AAE76F70 | D:\VS\MuJointFix\src\Hook.cpp:25 ?onFrame@UnkEngine@Mus@@QEAAXXZ)
[RSP+850] 0x0 (size_t) [0]
[RSP+858] 0x0 (size_t) [0]
[RSP+860] 0x182767BFD80 (Main*)
[RSP+868] 0x150904 (size_t) [1378564]
[RSP+870] 0x150904 (size_t) [1378564]
[RSP+878] 0x7FF742A16E94 (void* -> SkyrimVR.exe+05B6E94test bl, bl)
[RSP+880] 0x0 (size_t) [0]
[RSP+888] 0x0 (size_t) [0]
[RSP+890] 0x0 (size_t) [0]
[RSP+898] 0xA (size_t) [10]
[RSP+8A0] 0x1 (size_t) [1]
[RSP+8A8] 0x0 (size_t) [0]
[RSP+8B0] 0x0 (size_t) [0]
[RSP+8B8] 0xFFFFFFFFFFFFFF00 (size_t) [uint: 18446744073709551360 int: -256]
[RSP+8C0] 0x72800006700 (size_t) [7868380112640]
[RSP+8C8] 0x7FF743B26D00 (void* -> SkyrimVR.exe+16C6D00)
[RSP+8D0] 0x150904 (size_t) [1378564]
[RSP+8D8] 0x14FE (size_t) [5374]
[RSP+8E0] 0x138911BC (size_t) [327750076]
[RSP+8E8] 0x1 (size_t) [1]
[RSP+8F0] 0x425016E3F56 (size_t) [4556984303446]
[RSP+8F8] 0x479 (size_t) [1145]
[RSP+900] 0x0 (size_t) [0]
[RSP+908] 0x7FF742A142C5 (void* -> SkyrimVR.exe+05B42C5call 0x00007FF742A16F00)
[RSP+910] 0xA (size_t) [10]
[RSP+918] 0x0 (size_t) [0]
[RSP+920] 0xA (size_t) [10]
[RSP+928] 0x7FF700000002 (size_t) [140698833649666]
[RSP+930] 0x0 (size_t) [0]
[RSP+938] 0x7FF7437EAF0A (void* -> SkyrimVR.exe+138AF0Amov ebx, eax)
[RSP+940] 0xA (size_t) [10]
[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] 0x7FF97C267344 (void* -> KERNEL32.DLL+0017344mov ecx, eax)
[RSP+980] 0x0 (size_t) [0]
[RSP+988] 0x7FF92F6E4B60 (void* -> usvfs_x64.dll+0084B60push rbx)
[RSP+990] 0x1 (size_t) [1]
[RSP+998] 0x1 (size_t) [1]
[RSP+9A0] 0x0 (size_t) [0]
[RSP+9A8] 0x7FF97D7626B1 (void* -> ntdll.dll+00526B1jmp 0x00007FF97D7626D3)
[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] 0xC627123100000000 (size_t) [uint: 14278401145264144384 int: -4168342928445407232]
[RSP+9E8] 0x0 (size_t) [0]
[RSP+9F0] 0x0 (size_t) [0]
[RSP+9F8] 0x7FF97B0ADE30 (void* -> KERNELBASE.dll+012DE30mov [rsp+0x10], rbx)
[RSP+A00] 0x545731E340 (void*)
[RSP+A08] 0x3FFCDE96E6008000 (size_t) [4610804858205798400]
[RSP+A10] 0x7FF9BD2DCC01 (size_t) [140710597479425]
[RSP+A18] 0x545731E340 (void*)
[RSP+A20] 0x7FF97D762690 (void* -> ntdll.dll+0052690sub rsp, 0x78)
[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]
[RSP+C40] 0x0 (size_t) [0]
[RSP+C48] 0x0 (size_t) [0]
[RSP+C50] 0x0 (size_t) [0]
[RSP+C58] 0x0 (size_t) [0]
[RSP+C60] 0x0 (size_t) [0]
[RSP+C68] 0x0 (size_t) [0]
[RSP+C70] 0x0 (size_t) [0]
[RSP+C78] 0x0 (size_t) [0]
[RSP+C80] 0x0 (size_t) [0]
[RSP+C88] 0x0 (size_t) [0]
[RSP+C90] 0x0 (size_t) [0]
[RSP+C98] 0x0 (size_t) [0]
[RSP+CA0] 0x0 (size_t) [0]
[RSP+CA8] 0x0 (size_t) [0]
[RSP+CB0] 0x0 (size_t) [0]
[RSP+CB8] 0x0 (size_t) [0]
[RSP+CC0] 0x0 (size_t) [0]
[RSP+CC8] 0x0 (size_t) [0]
[RSP+CD0] 0x0 (size_t) [0]
[RSP+CD8] 0x0 (size_t) [0]
[RSP+CE0] 0x0 (size_t) [0]
[RSP+CE8] 0x0 (size_t) [0]
[RSP+CF0] 0x0 (size_t) [0]
[RSP+CF8] 0x0 (size_t) [0]
[RSP+D00] 0x0 (size_t) [0]
[RSP+D08] 0x0 (size_t) [0]
[RSP+D10] 0x0 (size_t) [0]
[RSP+D18] 0x0 (size_t) [0]
[RSP+D20] 0x0 (size_t) [0]
[RSP+D28] 0x0 (size_t) [0]
[RSP+D30] 0x0 (size_t) [0]
[RSP+D38] 0x0 (size_t) [0]
[RSP+D40] 0x0 (size_t) [0]
[RSP+D48] 0x0 (size_t) [0]
[RSP+D50] 0x0 (size_t) [0]
[RSP+D58] 0x0 (size_t) [0]
[RSP+D60] 0x0 (size_t) [0]
[RSP+D68] 0x0 (size_t) [0]
[RSP+D70] 0x0 (size_t) [0]
[RSP+D78] 0x0 (size_t) [0]
[RSP+D80] 0x0 (size_t) [0]
[RSP+D88] 0x0 (size_t) [0]
[RSP+D90] 0x0 (size_t) [0]
[RSP+D98] 0x0 (size_t) [0]
[RSP+DA0] 0x0 (size_t) [0]
[RSP+DA8] 0x0 (size_t) [0]
[RSP+DB0] 0x0 (size_t) [0]
[RSP+DB8] 0x0 (size_t) [0]
[RSP+DC0] 0x0 (size_t) [0]
[RSP+DC8] 0x0 (size_t) [0]
[RSP+DD0] 0x0 (size_t) [0]
[RSP+DD8] 0x0 (size_t) [0]
[RSP+DE0] 0x0 (size_t) [0]
[RSP+DE8] 0x0 (size_t) [0]
[RSP+DF0] 0x0 (size_t) [0]
[RSP+DF8] 0x0 (size_t) [0]
[RSP+E00] 0x0 (size_t) [0]
[RSP+E08] 0x0 (size_t) [0]
[RSP+E10] 0x0 (size_t) [0]
[RSP+E18] 0x0 (size_t) [0]
[RSP+E20] 0x0 (size_t) [0]
[RSP+E28] 0x0 (size_t) [0]
[RSP+E30] 0x0 (size_t) [0]
[RSP+E38] 0x0 (size_t) [0]
MODULES:
XINPUT1_3.dll 0x000000400000
x3daudio1_7.dll 0x000064690000
steam_api64.dll 0x0000646A0000
binkw64.dll 0x000180000000
XAudio2_7.dll 0x018240BE0000
PSAPI.DLL 0x01824B450000
d3d11.dll 0x01824CC20000
activeragdoll.dll 0x018258D10000
PayloadInterpreter.dll 0x01826D140000
ShaderTools.dll 0x01826D670000
SkyrimVR.exe 0x7FF742460000
OPENGL32.dll 0x7FF892690000
_nvngx.dll 0x7FF8A0700000
dragonborn_speaks_naturally.dll 0x7FF8A0930000
d3dcompiler_46e.dll 0x7FF8A0F10000
DINPUT8.dll 0x7FF8A1FF0000
vrclient_x64.dll 0x7FF8A4770000
gameoverlayrenderer64.dll 0x7FF8A4BA0000
ffx_fsr2_api_dx11_x64.dll 0x7FF8A4D30000
WeaponThrowVR.dll 0x7FF8A4F00000
WeaponCollision.dll 0x7FF8A4FD0000
VRKeyboard.dll 0x7FF8A5070000
VRIK.dll 0x7FF8A5440000
VRFpsStabilizer.dll 0x7FF8A5520000
TheNewGentleman.dll 0x7FF8A5590000
StormLightningVR.dll 0x7FF8A5630000
SteedsOfUltimaVR.dll 0x7FF8A5680000
SprintJumpVR.dll 0x7FF8A56F0000
SpellWheelVR.dll 0x7FF8A5750000
SkyUI-VR.dll 0x7FF8A5880000
skyrimvrtools.dll 0x7FF8A5930000
skyrimvresl.dll 0x7FF8A59C0000
PDPerfPlugin.dll 0x7FF8A5AA0000
ffx_fsr2_api_dx12_x64.dll 0x7FF8A5B00000
nvngx_dlss.dll 0x7FF8A5E70000
SkyrimUpscaler.dll 0x7FF8A8FF0000
skeevr.dll 0x7FF8A9140000
ShieldOfStamina.dll 0x7FF8A9330000
D3DCOMPILER_47.dll 0x7FF8A93D0000
SexLabUtil.dll 0x7FF8A98D0000
SexlabArousedNG.dll 0x7FF8A99A0000
SCAR.dll 0x7FF8A9A50000
RogueMasterDetector.dll 0x7FF8A9C30000
RecursionFPSFix.dll 0x7FF8A9D20000
quicklootee-vr.dll 0x7FF8A9E00000
po3_Tweaks.dll 0x7FF8A9EF0000
po3_SplashesOfStorms.dll 0x7FF8A9FC0000
po3_SpellPerkItemDistributor.dll 0x7FF8AA090000
po3_SaveUnbaker.dll 0x7FF8AA210000
po3_PapyrusExtender.dll 0x7FF8AA2C0000
po3_MoonMod.dll 0x7FF8AA550000
po3_LockVariations.dll 0x7FF8AA610000
po3_EssentialFavorites.dll 0x7FF8AA6C0000
po3_EnhancedReanimation.dll 0x7FF8AA770000
po3_EnhancedInvisibility.dll 0x7FF8AA820000
po3_BaseObjectSwapper.dll 0x7FF8AA8D0000
PapyrusUtil.dll 0x7FF8AAA60000
PapyrusTweaks.dll 0x7FF8AABD0000
OBody.dll 0x7FF8AACD0000
NavigateVR.dll 0x7FF8AAD80000
CONCRT140.dll 0x7FF8AADE0000
MuJointFix.dll 0x7FF8AAE30000
MoreInformativeConsole.dll 0x7FF8AAEE0000
MergeMapper.dll 0x7FF8AAFD0000
MCO.dll 0x7FF8AB130000
MCMHelper.dll 0x7FF8AB1C0000
MantellaSubtitles.dll 0x7FF8AB2A0000
main_menu_randomizer.dll 0x7FF8AB350000
LocationalDamageSKSEVR.dll 0x7FF8AB4C0000
JContainersVR.dll 0x7FF8AB560000
instant_equip_vr.dll 0x7FF8AB8A0000
IncreaseActorLimit.dll 0x7FF8AB910000
higgs_vr.dll 0x7FF8AB9A0000
hdtSMP64.dll 0x7FF8ABA70000
hapticskyrimvr_plugin.dll 0x7FF8AC2B0000
DynDOLOD.DLL 0x7FF8AC320000
DynamicArmorVariants.dll 0x7FF8AC3E0000
DynamicAnimationReplacer.dll 0x7FF8AC4C0000
DurabilityVR.dll 0x7FF8AC530000
DialogueMovementEnabler.dll 0x7FF8AC5C0000
CrashLogger.dll 0x7FF8AC670000
CraftingCategories.dll 0x7FF8AC910000
ControlledCasting.dll 0x7FF8AC990000
ConsoleUtilSSE.dll 0x7FF8ACA80000
CombatPathingRevolution.dll 0x7FF8ACBE0000
cbp.dll 0x7FF8ACD10000
BehaviorDataInjector.dll 0x7FF8ACE40000
AutoParallax.dll 0x7FF8ACFA0000
AnimationQueueFix.dll 0x7FF8AD030000
AnimationMotionRevolution.dll 0x7FF8AD0A0000
AddItemMenuSE.dll 0x7FF8AD210000
sksevr_1_4_15.dll 0x7FF8AD3B0000
tier0_s64.dll 0x7FF8AD530000
steamclient64.dll 0x7FF8AD6D0000
D3DCOMPILER_43.dll 0x7FF8AED40000
misvr.dll 0x7FF8B1470000
ENBHelperPlus.dll 0x7FF8BCBC0000
tbb12.dll 0x7FF8BCC20000
tbbmalloc.dll 0x7FF8BCC80000
VRPerkExtender.dll 0x7FF8BD220000
to_your_face.dll 0x7FF8BD370000
mfgfix.dll 0x7FF8BFA60000
EngineFixesVR.dll 0x7FF8C15D0000
d3d12.dll 0x7FF8C1880000
PriorityMod.dll 0x7FF8C4590000
cubemap_reflections.dll 0x7FF8C5B50000
fiss.dll 0x7FF8C70A0000
nvcuda64.dll 0x7FF8C8340000
encounter_zones_unlocked_vr.dll 0x7FF8CA950000
nvspcap64.dll 0x7FF90DD90000
usvfs_x64.dll 0x7FF92F660000
DualWieldBlockVR.dll 0x7FF92FC10000
enbhelpervr.dll 0x7FF92FCF0000
vstdlib_s64.dll 0x7FF92FDA0000
dxgi.dll 0x7FF92FE60000
diskCacheEnabler.dll 0x7FF92FF20000
dar_vr_fix.dll 0x7FF92FFB0000
crouchtododge.dll 0x7FF930480000
ondemandconnroutehelper.dll 0x7FF936E00000
po3_RegionalSaveNames.dll 0x7FF937C10000
MSVCP140_ATOMIC_WAIT.dll 0x7FF93A7B0000
sksevr_steam_loader.dll 0x7FF93C9A0000
d3dx11_43.dll 0x7FF93CBF0000
DINPUT8.dll 0x7FF93CC40000
openvr_api.dll 0x7FF93CC90000
X3DAudio1_7.dll 0x7FF93EB60000
AcGenral.DLL 0x7FF93ED40000
xinput1_4.dll 0x7FF93F3C0000
NvTelemetryBridge64.dll 0x7FF94B1B0000
InputHost.dll 0x7FF94BE60000
Windows.UI.dll 0x7FF94BFC0000
ffx_fsr2_api_x64.dll 0x7FF94E5C0000
d3dx9_42.dll 0x7FF94E5D0000
DSOUND.DLL 0x7FF9526F0000
textinputframework.dll 0x7FF957900000
GLU32.dll 0x7FF95B690000
WSOCK32.dll 0x7FF95F6C0000
WININET.dll 0x7FF9612F0000
VCRUNTIME140_1.dll 0x7FF961D00000
MSVCP140.dll 0x7FF961D10000
VCRUNTIME140.dll 0x7FF961DA0000
MPR.dll 0x7FF961E00000
nvwgf2umx.dll 0x7FF963710000
Oleacc.dll 0x7FF9677E0000
comctl32.DLL 0x7FF967C10000
MMDevApi.dll 0x7FF9689D0000
NvMessageBus.dll 0x7FF969270000
winmmbase.dll 0x7FF9697C0000
iertutil.dll 0x7FF96B020000
urlmon.dll 0x7FF96B2E0000
nvgpucomp64.dll 0x7FF96B4D0000
nvapi64.dll 0x7FF96D890000
WINMM.dll 0x7FF96E090000
srvcli.dll 0x7FF96FC20000
mskeyprotect.dll 0x7FF96FC70000
ncryptsslp.dll 0x7FF96FD20000
AUDIOSES.DLL 0x7FF96FFD0000
Secur32.dll 0x7FF970A10000
NvTelemetryAPI64.dll 0x7FF970A20000
SPINF.dll 0x7FF971540000
nvldumdx.dll 0x7FF971560000
fwpuclnt.dll 0x7FF9731B0000
dbghelp.dll 0x7FF9734A0000
rasadhlp.dll 0x7FF973880000
DEVRTL.dll 0x7FF9738D0000
drvstore.dll 0x7FF974320000
cryptnet.dll 0x7FF974490000
VERSION.dll 0x7FF9744D0000
WindowsCodecs.dll 0x7FF974760000
WINHTTP.dll 0x7FF974920000
twinapi.appcore.dll 0x7FF974BB0000
WindowManagementAPI.dll 0x7FF974DC0000
Ninput.dll 0x7FF974F10000
dhcpcsvc.DLL 0x7FF975750000
avrt.dll 0x7FF975970000
WINNSI.DLL 0x7FF9759A0000
dxcore.dll 0x7FF975DB0000
PROPSYS.dll 0x7FF976590000
WTSAPI32.dll 0x7FF976A70000
d3d11.dll 0x7FF976A90000
wintypes.dll 0x7FF977870000
CoreUIComponents.dll 0x7FF977F40000
CoreMessaging.dll 0x7FF9782A0000
apphelp.dll 0x7FF9785C0000
uxtheme.dll 0x7FF978720000
resourcepolicyclient.dll 0x7FF978880000
dwmapi.dll 0x7FF978980000
kernel.appcore.dll 0x7FF978C70000
windows.storage.dll 0x7FF978E70000
HID.DLL 0x7FF979610000
gpapi.dll 0x7FF979620000
dxgi.dll 0x7FF979650000
tdh.dll 0x7FF979750000
schannel.DLL 0x7FF979D00000
rsaenh.dll 0x7FF979DF0000
ntmarta.dll 0x7FF979F10000
UMPDC.dll 0x7FF97A1C0000
IPHLPAPI.DLL 0x7FF97A1E0000
netutils.dll 0x7FF97A220000
DNSAPI.dll 0x7FF97A230000
POWRPROF.dll 0x7FF97A300000
MSWSOCK.dll 0x7FF97A550000
CRYPTSP.dll 0x7FF97A760000
CRYPTBASE.DLL 0x7FF97A780000
Wldp.dll 0x7FF97A810000
NTASN1.dll 0x7FF97A840000
ncrypt.dll 0x7FF97A880000
MSASN1.dll 0x7FF97A9A0000
devobj.dll 0x7FF97AB70000
DPAPI.DLL 0x7FF97ABD0000
SspiCli.dll 0x7FF97AC90000
USERENV.dll 0x7FF97ACD0000
profapi.dll 0x7FF97AD10000
msvcp_win.dll 0x7FF97ADE0000
ucrtbase.dll 0x7FF97AE80000
KERNELBASE.dll 0x7FF97AF80000
cfgmgr32.dll 0x7FF97B280000
win32u.dll 0x7FF97B2D0000
bcrypt.dll 0x7FF97B300000
WINTRUST.dll 0x7FF97B330000
gdi32full.dll 0x7FF97B3A0000
bcryptPrimitives.dll 0x7FF97B4C0000
CRYPT32.dll 0x7FF97B600000
ole32.dll 0x7FF97B760000
SETUPAPI.dll 0x7FF97B890000
RPCRT4.dll 0x7FF97BD60000
USER32.dll 0x7FF97BE90000
msvcrt.dll 0x7FF97C090000
SHCORE.dll 0x7FF97C130000
SHLWAPI.dll 0x7FF97C1F0000
KERNEL32.DLL 0x7FF97C250000
imagehlp.dll 0x7FF97C310000
clbcatq.dll 0x7FF97C330000
ADVAPI32.dll 0x7FF97C3E0000
WS2_32.dll 0x7FF97C4A0000
sechost.dll 0x7FF97C510000
MSCTF.dll 0x7FF97C5B0000
NSI.dll 0x7FF97C6E0000
GDI32.dll 0x7FF97C6F0000
combase.dll 0x7FF97C7B0000
OLEAUT32.dll 0x7FF97CB70000
SHELL32.dll 0x7FF97CC40000
IMM32.DLL 0x7FF97D6A0000
ntdll.dll 0x7FF97D710000
SKSE PLUGINS:
activeragdoll.dll
AddItemMenuSE.dll
AnimationMotionRevolution.dll
AnimationQueueFix.dll v1.0.1
AutoParallax.dll v1.0.7
BehaviorDataInjector.dll v0.1.3
cbp.dll
CombatPathingRevolution.dll v0.30.1
ConsoleUtilSSE.dll v1.5.1
ControlledCasting.dll v1
CraftingCategories.dll v1.1
CrashLogger.dll v1.12.1
crouchtododge.dll v1.0.2
cubemap_reflections.dll
dar_vr_fix.dll
DialogueMovementEnabler.dll v2.2.0.1
diskCacheEnabler.dll
DualWieldBlockVR.dll
DurabilityVR.dll
DynamicAnimationReplacer.dll v1.1
DynamicArmorVariants.dll v1.0.5
DynDOLOD.DLL v3.0.13
ENBHelperPlus.dll v1
enbhelpervr.dll v1
encounter_zones_unlocked_vr.dll
EngineFixesVR.dll
fiss.dll
hapticskyrimvr_plugin.dll
hdtSMP64.dll
higgs_vr.dll
IncreaseActorLimit.dll
instant_equip_vr.dll
JContainersVR.dll v4.1.13
LocationalDamageSKSEVR.dll
main_menu_randomizer.dll
MantellaSubtitles.dll
MCMHelper.dll v1.5
MCO.dll v1
MergeMapper.dll v1.5
mfgfix.dll
misvr.dll
MoreInformativeConsole.dll v1.1
MuJointFix.dll v2.0.17
NavigateVR.dll
OBody.dll v1
PapyrusTweaks.dll v4.1
PapyrusUtil.dll
PayloadInterpreter.dll v1
po3_BaseObjectSwapper.dll v2.6.1.1
po3_EnhancedInvisibility.dll v1.2.0.1
po3_EnhancedReanimation.dll v1.5.1.1
po3_EssentialFavorites.dll v2.2.0.1
po3_LockVariations.dll v3.2.0.1
po3_MoonMod.dll v2.0.0.1
po3_PapyrusExtender.dll v5.6.1.2
po3_RegionalSaveNames.dll
po3_SaveUnbaker.dll v1.0.4.1
po3_SpellPerkItemDistributor.dll v6.8.2.1
po3_SplashesOfStorms.dll v1.3.0.1
po3_Tweaks.dll v1.8.1.2
PriorityMod.dll
quicklootee-vr.dll v1.2.0.1
RecursionFPSFix.dll v1.1
RogueMasterDetector.dll v1.0.3
SCAR.dll v1.0.7
SexlabArousedNG.dll v0.0.0.1
SexLabUtil.dll
ShaderTools.dll v1.0.2
ShieldOfStamina.dll v1.1.0.1
skeevr.dll
SkyrimUpscaler.dll v1
skyrimvresl.dll v1.1
skyrimvrtools.dll
SkyUI-VR.dll
SpellWheelVR.dll
SprintJumpVR.dll
SteedsOfUltimaVR.dll
StormLightningVR.dll
TheNewGentleman.dll v2.1.1
to_your_face.dll
VRFpsStabilizer.dll
VRIK.dll
VRKeyboard.dll v1
VRPerkExtender.dll v1.0.1
WeaponCollision.dll v2.0.1
WeaponThrowVR.dll
PLUGINS:
Light: 23Regular: 251Total: 274
[ 0] Skyrim.esm
[ 1] Update.esm
[ 2] Dragonborn.esm
[ 3] HearthFires.esm
[ 4] Dawnguard.esm
[ 5] SkyrimVR.esm
[ 6] Unofficial Skyrim Special Edition Patch.esp
[ 7] MajesticMountains_Landscape.esm
[ 8] 3DNPC.esp
[ 9] BSAssets.esm
[ A] BSHeartland.esm
[ B] BS_DLC_patch.esp
[ C] High Poly Head.esm
[ D] Vigilant.esm
[ E] Wyrmstooth.esp
[ F] LegacyoftheDragonborn.esm
[10] Apachii_DivineEleganceStore.esm
[11] Obsidian Mountain Fogs.esm
[12] Lux Via.esp
[13] JK's College of Winterhold.esp
[14] RealisticWaterTwo - Resources.esm
[15] IcyFixes.esm
[16] evgSIRENROOT.esm
[17] Heels Sound.esm
[18] BBLuxurySuite.esm
[19] FISS.esp
[1A] DynDOLOD.esm
[1B] SexLab.esm
[1C] SexLabAroused.esm
[1D] TheNewGentleman.esp
[1E] Falskaar.esm
[1F] MolagBalsInferno.esm
[20] RelicsofHyruleDragonborn.esp
[21] snow elf waifu.esp
[22] TheBawbsWardenOfTheCoast.esp
[23] Unslaad.esm
[24] Vominheim.esm
[25] VR Refit - Mine Chop and Drop.esp
[26] VR_ImmersiveSmithing.esp
[27] Immersive Tree Chopping VR.esp
[28] vrik.esp
[29] SkyUI_SE.esp
[2A] UIExtensions.esp
[2B] Spellsiphon.esp
[2C] SpellWheelVR.esp
[2D] Simple Realistic Archery VR.esp
[2E] Navigate VR - Equipable Dynamic Compass and Maps.esp
[2F] NoStagger.esp
[30] RealisticMiningAndChoppingVR.esp
[31] WeaponThrowVR.esp
[32] higgs_vr.esp
[33] Conduit.esp
[34] Immersive Sounds - Compendium.esp
[35] SoundsofSkyrimComplete.esp
[36] Reverb and Ambiance Overhaul - Skyrim.esp
[37] SMIM-SE-Merged-All.esp
[38] Origins Of Forest - 3D Forest Grass.esp
[39] Folkvangr - Grass and Landscape Overhaul.esp
[3A] Fabled Forests.esp
[3B] waterplants_lily.esp
[3C] Landscape Fixes For Grass Mods.esp
[3D] Laundry.esp
[3E] RaggedFlagonSign.esp
[3F] Rudy Nordic Pottery SSE.esp
[40] RUSTIC SOULGEMS - Unsorted.esp
[41] Diverse Candles.esp
[42] Diverse Foods.esp
[43] Apachii_DivineEleganceStore_Dawnguard_Patch.esp
[44] Apachii_DivineEleganceStore_Patch.esp
[45] BeSeated_3.0.0.esp
[46] BetterResourceWarnings.esp
[47] BlendedRoads.esp
[48] BoundDaggerFix.esp
[49] Cathedral - 3D Pine Grass.esp
[4A] S3DRocks.esp
[4B] GiftByHandVR.esp
[4C] VREquip.esp
[4D] SkyVoice.esp
[4E] JKs Skyrim.esp
[4F] JK's Markarth Outskirts.esp
[50] JK's Whiterun's Outskirts.esp
[51] JK's Blue Palace.esp
[52] Inigo.esp
[53] Lucien.esp
[54] SofiaFollower.esp
[55] WGT.esp
[56] ForgottenCity.esp
[57] AK_RM_PubicStyles_All_In_One.esp
[58] Alpha.esp
[59] DX Pornstar SE.esp
[5A] GalUpdate.esp
[5B] MassMatchMakerSE.esp
[5C] NibblesAnimObjects.esp
[5D] Wyrmstooth VR Patch.esp
[5E] SexLab Eager NPCs.esp
[5F] SexLab-AmorousAdventures.esp
[60] SexLabTools.esp
[61] SLALAnimObjBillyy.esp
[62] SLAnimLoader.esp
[63] COTN - Winterhold.esp
[64] Footprints.esp
[65] Attack_MCO.esp
[66] Apothecary.esp
[67] BladeAndBlunt.esp
[68] ForcefulTongue.esp
[69] Gourmet.esp
[6A] Pilgrim.esp
[6B] Thaumaturgy.esp
[6C] ArcheryV2.esp
[6D] MysticismMagic.esp
[6E] Fluffworks.esp
[6F] DragonWar.esp
[70] Madmen.esp
[71] Stronger Bosses Overhaul.esp
[72] Trade & Barter.esp
[73] AI Overhaul.esp
[74] NW_Sons_of_Skyrim.esp
[75] Koralina's Eyebrows.esp
[76] Gildergreen Regrown.esp
[77] AddItemMenuSE.esp
[78] ArmorOfFallenSoulsArmor.esp
[79] QwibTravelerOutfit.esp
[7A] TW3_femaleArmors_zzjay.esp
[7B] zzMaidOutfits.esp
[7C] 1WR.esp
[7D] ElvishFemaleArmor.esp
[7E] SkyblivionNecromancerRobes.esp
[7F] Collygon - Necrolock.esp
[80] LazyTools.esp
[81] RaceMenu.esp
[82] RaceMenuPlugin.esp
[83] RaceMenuMorphsCBBE.esp
[84] XPMSE.esp
[85] Werewolf Body for VR.esp
[86] Vampire Body for VR.esp
[87] SOSRaceMenu.esp
[88] Z4K_SoulGauge.esp
[89] Morning Fogs SSE.esp
[8A] VisualAnimatedEnchants2023.esp
[8B] dD - Enhanced Blood Main.esp
[8C] Dplay_Block_SparksN.esp
[8D] RealisticWaterTwo.esp
[8E] RealisticWaterTwo - Waves - Wyrmstooth.esp
[8F] ActionReaction.esp
[90] SC_HorseReplacer.esp
[91] Equestrian - An SC Horses Overhaul.esp
[92] Bandit War.esp
[93] PAN_NPCs_Males3.esp
[94] PAN_NPCs_Males2.esp
[95] PAN_NPCs_Males.esp
[96] Modpocalypse NPCs (v4) SSE.esp
[97] Northbourne NPCs Resources.esp
[98] Northbourne NPCs of Falkreath Hold.esp
[99] Northbourne NPCs of Haafingar .esp
[9A] Northbourne NPCs of Hjaalmarch.esp
[9B] Northbourne NPCs of the Rift.esp
[9C] Northbourne NPCs of Winterhold.esp
[9D] Northbourne NPCs of Whiterun Hold.esp
[9E] NITHI NPCS - Dawnguard DLC - Fort Dawnguard - Men.esp
[9F] NWS_Eola.esp
[A0] SeranaDialogAddon.esp
[A1] High Poly Head Vampire Fix.esp
[A2] HLIORemi.esp
[A3] Sapphire Castle.esp
[A4] BBLS_SKSE64_Patch.esp
[A5] BBLuxurySuiteENM.esp
[A6] Brows.esp
[A7] KS Hairdo's.esp
[A8] CommunityOverlays1_0T30.esp
[A9] CommunityOverlays2_31T50.esp
[AA] CommunityOverlays3.esp
[AB] FMS_FemaleMakeupSuite.esp
[AC] Kyoe_BanginBrows_Vanillamatch.esp
[AD] Leah Lilith Jewelry.esp
[AE] MikanEyes All in one SE.esp
[AF] SFO_SkinFeatureOverlays.esp
[B0] slordars_body_freckles.esp
[B1] TheEyesOfBeauty.esp
[B2] Tullius Eyes.esp
[B3] OrbOfDivines.esp
[B4] NAT-ENB.esp
[B5] NAT-ENB - WYRMSTOOTH patch.esp
[B6] NAT-ENB - BEYOND SKYRIM BRUMA patch.esp
[B7] Fixed body collision.esp
[B8] SunHelmSurvival.esp
[B9] SunHelmWyrmstoothPatch.esp
[BA] Azurite Mists.esp
[BB] MaximumCarnage.esp
[BC] WetFunction.esp
[BD] nwsFollowerFramework.esp
[BE] Adamant.esp
[BF] Survival Effect Displays Enabled.esp
[C0] SteedsOfUltimaVR.esp
[C1] Unwanted Glow remover - VR.esp
[C2] Embers XD.esp
[C3] Lux.esp
[C4] Lux - Vigilant patch.esp
[C5] Paraphernalia Magicka - Mysticism Patch.esp
[C6] DynDOLOD.esp
[C7] FNIS.esp
[C8] Realm of Lorkhan - Custom Alternate Start - Choose your own adventure.esp
[C9] Synthesis.esp
[CA] Mantella.esp
[CB] [Dint999] BDOr_Hairstyles.esp
[CC] 018Auri.esp
[CD] 0Kaidan.esp
[CE] Apocalypse - Magic of Skyrim.esp
[CF] Bloodworm.esp
[D0] BWB - Kaidan 2 Extra Dialogue.esp
[D1] Clockwork.esp
[D2] Darkend.esp
[D3] Darkglade.esp
[D4] Darkstorm.esp
[D5] DHSpell.esp
[D6] Dreamborne Islands.esp
[D7] Dwarfsphere.esp
[D8] FloatingSwordFollower.esp
[D9] FloatingSwordFollower_VRPatch.esp
[DA] ForgottenMagic_Redone.esp
[DB] Geralt.esp
[DC] GrandPaladinSE.esp
[DD] HeartOfTheReach.esp
[DE] Helgen Reborn.esp
[DF] HothFollower.esp
[E0] INFERNAL FLAME.esp
[E1] iUnlock - A Simple and Immersive Unlock Spell.esp
[E2] Levionte_Yennefer.esp
[E3] Luna_GoV.esp
[E4] Maelstrom.esp
[E5] mihailslenderman.esp
[E6] MistySkye.esp
[E7] MoonAndStar_MAS.esp
[E8] moonpath.esp
[E9] Morgaine Custom voiced follower.esp
[EA] MorthalBarrow.esp
[EB] MrissiTailOfTroubles.esp
[EC] Silah Female Dragon.esp
[ED] Styx.esp
[EE] The Shadow of Meresis.esp
[EF] Triumvirate - Mage Archetypes.esp
[F0] Undeath.esp
[F1] Wrath Of Nature.esp
[F2] Spellforge.esp
[F3] ElysiumEstate.esp
[F4] TW3MO.esp
[F5] Immersive Citizens - AI Overhaul.esp
[F6] ShowRaceMenu Power.esp
[F7] LetYourHairDown.esp
[F8] Memorable Bounties - Witcher Inspired Quests.esp
[F9] Spellforge - Library.esp
[FA] MannequinDesigns.esp
[FE: 0] Vanilla Script MicroOptimizations.esp
[FE: 1] UHDAP - en0.esp
[FE: 2] UHDAP - en1.esp
[FE: 3] UHDAP - en2.esp
[FE: 4] UHDAP - en3.esp
[FE: 5] UHDAP - en4.esp
[FE: 6] UHDAP - MusicHQ.esp
[FE: 7] Landscape and Water Fixes.esp
[FE: 8] MajesticMountains_Parallax.esp
[FE: 9] Lux - Resources.esp
[FE: A] Lux Orbis - Master plugin.esm
[FE: B] Lux - Master plugin.esm
[FE: C] Animated Ice Floes.esp
[FE: D] IceLODFull.esl
[FE: E] IceShaderDisabled.esl
[FE: F] Partitioned snow Meshes.esl
[FE: 10] ProjectedGlacierSnow.esl
[FE: 11] RASS - Visual Effects.esl
[FE: 12] 1WR.esl
[FE: 13] 1DustAdeptArmor.esl
[FE: 14] Lightened Skyrim - merged.esp
[FE: 15] VigilantHiResPackSE.esl
[FE: 16] PraedysSkeletons.esl
it does seem to be doing something!
[2024-02-08 15:36:27.645] [log] [info] [ControlledCasting.cpp:479] GetChargeTimeVHook hook set!
[2024-02-08 15:36:28.267] [log] [info] [main.cpp:34] Post Load
[2024-02-08 15:36:28.588] [log] [info] [main.cpp:47] Post Post Load
[2024-02-08 15:40:54.748] [log] [info] [main.cpp:26] Data Loaded
[2024-02-08 15:40:54.748] [log] [info] [ControlledCasting.cpp:638] Retrieved global variables from .esp
[2024-02-08 15:40:54.748] [log] [info] [config.cpp:17] Attempting to access ControlledCasting.json
[2024-02-08 15:40:54.748] [log] [info] [config.cpp:33] no parse error
[2024-02-08 15:40:54.748] [log] [info] [config.cpp:39] About to iterate through all 0 spells in the json
[2024-02-08 15:41:19.197] [log] [info] [main.cpp:42] Post Load Game
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:450] origin is 1.1
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:195] Returning charge time for Larana's Greater Blink spell.
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:228] Getting school and difficulty
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:326] The casting type is: 1
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:327] The original charge time was: 0.100000024
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:343] The new charge time is: 0.025000006
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:454] newTime is 0.025000006
[2024-02-08 15:44:31.953] [log] [info] [ControlledCasting.cpp:458] k is 43.999992
Thank you so much AlchemicaMateria for this amazing mod!
I was having an issue with DMMF initially, but after I got it working this mod is awesome!
I love instant casting fireballs and the likes, which leads me to my question.
Is there a way to be able to spam projectile spells like fireball while holding down the button?
So, basically as long as I hold down my cast key, I'll rapid fire off fireballs or whatever spell it is?
I don't mind or care about the spell costs, as that will help with balancing, but I figure with instant casting I shouldn't have to keep tapping the button.
However, if that isn't possible or too difficult to implement, then thanks anyway and I'll make due with what I have!
Is there please some way to affect only ward charge up times? Some overhauls kinda make wards work like shields, but with the increased casting times I am using for all spells to balance them out, this path is closed :(, any idea on what I could do?
Other than that, this mod can bring attack commitment to mages and so is essential for modern mage gameplay
10/10 mod
Brilliant mod, that works great.
Would it be possible to add a modifier for the charge time that affects dual-casting?
Keep up the good work.
Edit: Saw that you already had a separate mod Dual Casting effects charge time for this. Made some modifiers to the config, and made it an override instead of a multiplier, and now it works with the instant casting from this mod! (Would still be cool to have an MCM to tweak these settings though :) *wink* )