GithubHelp home page GithubHelp logo

aers / enginefixesskyrim64 Goto Github PK

View Code? Open in Web Editor NEW
145.0 17.0 48.0 5.65 MB

WIP skse64 plugin to fix stuff in Skyrim SE (and probably VR at some point)

License: MIT License

C++ 95.36% C 0.02% CMake 3.26% Python 1.36%

enginefixesskyrim64's Introduction

EngineFixes

Build Dependencies

End User Dependencies

Credits

  • fgenesis - CreateArmorNodeNullptrCrash
  • himika - scatter table implementation from libskyrim (LE), plus tons of research function/variable names
  • meh321 - research into tree LOD function (SSE fixes), bugfixes LE & port permissions
  • Nukem - more stuff than I can mention
  • sheson - skse plugin preloader for LE alongside meh
  • skse team - duh
  • Sniffleman - Misc Fixes + CommonLibSSE
  • kassent - useful information from the source code of various skse plugins
  • Kole6738 - cosave cleaner idea+code
  • LStewieAL - https://www.nexusmods.com/skyrim/users/2232669?tab=user+files&BH=0

enginefixesskyrim64's People

Contributors

aers avatar caketheliar avatar epinter avatar fgenesis avatar nukem9 avatar ousnius avatar qudix avatar ryan-rsm-mckenzie avatar shad0wshayd3 avatar vermunds avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

enginefixesskyrim64's Issues

Double perk apply fix not working on AE

I tried building and debugging this plugin and found out that the condition if(shouldClear) in do_handle function never pass the test since oldRank is passed as uint8_t and the value is lost due to truncation.

I also tried fixing this by changing oldRank variable to uint16_t then the value got passed successfully into do_handle function. But the game crashed soon after HandleAddRf function is called. If I commented out HandleAddRf call then the game run normally but double perk bug persists.

There's also some strange problem tied to compiler optimization setting. If I set optimization to none then all perks do not work at all but if I set optimization to maximize speed then double perk problem appears.

Broken sound in 2.10.1.5.50

Sound effects aren't playing with the new version of the mod enabled (footsteps, weapon sounds, ambient music, etc.).

EngineFixes.dll: couldn't load plugin (00000241)

First time using the mod and every time I try and launch the game I get this error. I have uninstalled and reinstalled SKSE64 on Vortex many times now, have manually import the Skyrim Script Extender files and have followed the installation guide to no avail. I cannot figure out what I am doing wrong.

The console reads:

[13:10:27] [info] Starting SKSE v0.2.2.3... be aware that messages that start without a colored [timestamp] prefix are logs from the Script Extender and its loaded mods.
[13:10:27] [info] SKSE is active
SKSE64 runtime: initialize (version = 2.2.3 01062800 01D9D683F823A655, os = 10.0 (22621))
imagebase = 0000000140000000
reloc mgr imagebase = 0000000140000000
config path = C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\skse.ini
plugin directory = C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins
scanning plugin directory C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins
checking plugin EngineFixes.dll
loading plugin "6.1.1"
plugin EngineFixes.dll (00000001 6.1.1 00000006) couldn't load plugin 577 (handle 1)
dispatch message (0) to plugin listeners
no listeners registered
dispatch message (1) to plugin listeners
no listeners registered

I am very new to modding Skyrim so any explanation would be greatly appreciated.

When going from 5.6.0 to 5.7.0 it's not working.

I have ensured that the my settings from my old .toml were transferred over. As I have a backup of it.

What happens is my game loads, but I believe it skips something. I've experienced this before, and when I revert to the 5.6.0 it works again. The game loads too fast when I updated, I think it's skipping something.

Here's some pictures of what you'll find:

5.6.0 pics - https://imgur.com/a/aFXnJaT
5.7.0 pics - https://imgur.com/a/PXvA32h

I've tried with & without the AnimatedStaticReload.dll. I have got the animation crash limit fix as well.

I think it's SKSE that's causing the issue. As this isn't updated for latest SKSE.

[Suggestion] Increase Journal capacity

Hi there,
there is an issue in Skyrim for which I have never seen a solution. It is not a crash bug, but makes long games unplayable.

The Journal has finite slots for quests (AFAIK 128 for regular and 128 for radiant quests). When you reach this limit (and you can reach this limit with modded games), the Journal starts to lose quests. The quests still work, they are just not displayed in the Journal anymore, so you can't select them to see their quest markers.

Check this video - a new quest started and it "pushed out" the downmost quest from the list. It is a bit confusing, because when I made the video, I didn't know about this bug, so what happens here is the following:

  • I complete a subtask in the downmost quest (Tools of the trade)
  • As you can see this does not complete the Tools of the trade, however
  • it triggers a new quest (Sanamia's Journal's - Lake Ilinalta) which makes
  • the Tools of the Trade disappear. It still works, so if I chance upon anew item, it will update, but it is not visible in the Journal.

https://youtu.be/Dzy-kd8ovT8

It would be awesome if you could do something about this, like increasing the limit of how many quests the Journal can hold.

BR,
Tango

[Suggestion] Remove 80 bones limit per mesh in SSE

Not sure how deep this engine limitation buried within Skyrim SE/AE; but maybe, it is possible to patch?
Description of this problem: if given the mesh with 81 or more bones (for example, LE mods of chinese dresses with physics run through NIF Optimizer), this part of mesh that skinned on bones #81, #82. will start stretch to presumable 0,0,0 coordinates of the world.
Can be fixed by separating mesh pieces into smaller parts each, where each part contains 80 or less bones.
Problem does not exists in legendary edition, hence why all those 100+ bones outfits exists
COCO Bloom Youth legendary edition mod on nexusmods, if you need examples, can be easily downloaded and contains skirt with 178 bones.

Skyrim 1.6.640 broke Engine Fixes

New skyrim update broke all SKSE plugins by changing around the code, and now every SKSE plugin will need an update including SSE Engine fixes.
image

Crash during a fight

i get crush during a fight (when i cut npc head) here what log says:
Unhandled native exception occurred at 0x7FFFE38896EB (tbbmalloc.dll+196EB) on thread 3144!

FrameworkName: NetScriptFramework
FrameworkVersion: 15
FrameworkArchitecture: x64
GameLibrary: SkyrimSE
GameLibraryVersion: 18
ApplicationName: SkyrimSE.exe
ApplicationVersion: 1.5.97.0
VersionInfo: Successfully loaded
Time: 12 Feb 2022 14:05:01.868

Possible relevant objects (19)
{
[ 1] Character(FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312))
[ 1] TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312)
[ 1] BSFlattenedBoneTree(Name: NPC Root [Root])
[ 1] BSFaceGenNiNode(Name: BSFaceGenNiNodeSkinned)
[ 12] BSFadeNode(Name: skeleton.nif, Owner: Character(FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312)))
[ 18] BSDynamicTriShape(Name: (00047036)[0]/ (000DB5D0) [60%])
[ 32] NiNode(Name: KFHeight)
[ 56] NiNode(Name: (000DB5CF)[0]/ (000DB5D0) [60%])
[ 58] NiNode(Name: NPC)
[ 72] BGSBodyPartData(FormId: 0000001D, File: Skyrim.esm)
[ 73] NiNode(Name: NPC)
[ 76] NiNode(Name: NPC Head [Head])
[ 103] NiNode(Name: DismemberedLimb1 Head1)
[ 104] NiNode(Name: NPC Head [Head])
[ 178] BSDynamicTriShape(Name: MaleMouthHumanoidDefault)
[ 182] NiNode(Name: NPC Spine2 [Spn2])
[ 190] NiNode(Name: NPC Spine1C [Spn1])
[ 272] NiNode(Name: PCloudSnowFlakes02-Emitter)
[ 274] BSTriShape(Name: EditorMarker)
}

Probable callstack
{
[0] 0x7FFFE38896EB (tbbmalloc.dll+196EB)
[1] 0xFFFFFFFFFFFFFFFE
[2] 0x2
[3] 0x1C4D0537DC0
[4] 0x7FF6CD3A9EB8 (SkyrimSE.exe+C29EB8) BSFixedString::Release_C29E80+38
[5] 0x7FF6CD3E9AED (SkyrimSE.exe+C69AED) BSFlattenedBoneTree::unk_C69A60+8D
[6] 0x7FF6CD3EA834 (SkyrimSE.exe+C6A834) BSFlattenedBoneTree::dtor_C6A820+14
[7] 0x7FF6CD3D80BC (SkyrimSE.exe+C580BC) NiNode::unk_C58020+9C
[8] 0x7FF6CD3D7B16 (SkyrimSE.exe+C57B16) NiNode::unk_C57AF0+26
[9] 0x7FF6CD3D9244 (SkyrimSE.exe+C59244) NiNode::dtor_C59230+14
[10] 0x7FF6CC94A43B (SkyrimSE.exe+1CA43B) unk_1CA090+3AB
[11] 0x7FF6CCD7239B (SkyrimSE.exe+5F239B) unk_5F2140+25B
[12] 0x7FF6CCD72A7D (SkyrimSE.exe+5F2A7D) PlayerCharacter::unk_5F25F0+48D
[13] 0x7FF6CCD47BC3 (SkyrimSE.exe+5C7BC3) BSTaskPool_HandleTask_5C6EE0+CE3
[14] 0x7FF6CCD41CF0 (SkyrimSE.exe+5C1CF0) BSTaskPool::unk_5C1BE0+110
[15] 0x7FFFDCCD808C (skse64_1_5_97.dll+1808C)
[16] 0x1BFE78C9401
[17] 0x7FF6CF777860 (SkyrimSE.exe+2FF7860)
}

Registers
{
AX: 0x0 (NULL)
BX: 0x1C4D0526148 (void*)
CX: 0x1 (u8):[1]
DX: 0x1 (u8):[1]
SI: 0x1C1489CA500 (BSFlattenedBoneTree*) -> (Name: NPC Root [Root])
DI: 0x10 (u8):[16]
BP: 0x8C6E2FED40 (void*)
SP: 0x8C6E2FED20 (void*)
IP: 0x7FFFE38896EB (tbbmalloc.dll+196EB) (void*)
R8: 0x0 (NULL)
R9: 0x7FF6CC882440 (SkyrimSE.exe+102440) (void*)
R10: 0x1C285FF3D30 (void*)
R11: 0x8C6E2FEEE8 (BSTArrayBase::IAllocatorFunctor*)
R12: 0x1C4D0524000 (void*)
R13: 0x1C2867C9C00 (BSFaceGenNiNode*) -> (Name: BSFaceGenNiNodeSkinned)
R14: 0x1C1B7381000 (Character*) -> (FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312))
R15: 0x0 (NULL)
Flags: 0x10246
XMM0: (double)0 / (float)0
XMM1: (double)5.31928807316847E-315 / (float)2.69
XMM2: (double)5.31928807316847E-315 / (float)2.69
XMM3: (double)5.30595330067509E-315 / (float)2.046511
XMM4: (double)-1.17321169926837E-11 / (float)0.7137092
XMM5: (double)225.702850607176 / (float)-4.452326
XMM6: (double)4.90674695450206E-315 / (float)0.002717018
XMM7: (double)1.60735421411561E-314 / (float)-29.21764
XMM8: (double)1.56513470192952E-314 / (float)-0.02561378
XMM9: (double)0 / (float)0
XMM10: (double)0 / (float)0
XMM11: (double)0 / (float)0
XMM12: (double)0 / (float)0
XMM13: (double)0 / (float)0
XMM14: (double)0 / (float)0
XMM15: (double)0 / (float)0
}

Stack
{
[SP+0] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+8] 0x2 (u8):[2]
[SP+10] 0x1C4D0537DC0 (void*)
[SP+18] 0x7FF6CD3A9EB8 (SkyrimSE.exe+C29EB8) (void*)
[SP+20] 0x0 (NULL)
[SP+28] 0x8C6E2FEDE0 (void*)
[SP+30] 0x0 (NULL)
[SP+38] 0x7FFFE38857C3 (tbbmalloc.dll+157C3) (void*)
[SP+40] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+48] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+50] 0x1C6B34CF700 (BSFadeNode*) -> (Name: skeleton.nif, Owner: Character(FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312)))
[SP+58] 0x1C6B34CF700 (BSFadeNode*) -> (Name: skeleton.nif, Owner: Character(FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312)))
[SP+60] 0x1 (u8):[1]
[SP+68] 0x0 (NULL)
[SP+70] 0x8C6E2FEF09 (void*)
[SP+78] 0x7FF6CD3E9AED (SkyrimSE.exe+C69AED) (void*)
[SP+80] 0x1C2861F63A8 (BSDynamicTriShape**) -> (Name: (00047036)[0]/ (000DB5D0) [60%])
[SP+88] 0x1C4D0537DC0 (void*)
[SP+90] 0x8C6E2FEF09 (void*)
[SP+98] 0x7FFFE3883911 (tbbmalloc.dll+13911) (void*)
[SP+A0] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+A8] 0x1 (u8):[1]
[SP+B0] 0x1C1489CA500 (BSFlattenedBoneTree*) -> (Name: NPC Root [Root])
[SP+B8] 0x7FF6CD3EA834 (SkyrimSE.exe+C6A834) (void*)
[SP+C0] 0x1 (u8):[1]
[SP+C8] 0x0 (NULL)
[SP+D0] 0x1C285FF3D50 (void*)
[SP+D8] 0x7FF6CC877C6E (SkyrimSE.exe+F7C6E) (void*)
[SP+E0] 0x0 (NULL)
[SP+E8] 0x7FF6CD3D80BC (SkyrimSE.exe+C580BC) (void*)
[SP+F0] 0x1C1489D8E00 (NiNode*) -> (Name: KFHeight)
[SP+F8] 0x1C6B34CF700 (BSFadeNode*) -> (Name: skeleton.nif, Owner: Character(FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312)))
[SP+100] 0x1 (u8):[1]
[SP+108] 0x1 (u8):[1]
[SP+110] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+118] 0x7FF6CC94DB15 (SkyrimSE.exe+1CDB15) (void*)
[SP+120] 0x1C1489D8E00 (NiNode*) -> (Name: KFHeight)
[SP+128] 0x7FF6CD3D7B16 (SkyrimSE.exe+C57B16) (void*)
[SP+130] 0xFFFFFFFFFFFFFFFF (i64):[-1]
[SP+138] 0x0 (NULL)
[SP+140] 0x1 (u8):[1]
[SP+148] 0x3 (u8):[3]
[SP+150] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+158] 0x7FF6CC94DB53 (SkyrimSE.exe+1CDB53) (void*)
[SP+160] 0x1C1489D8E00 (NiNode*) -> (Name: KFHeight)
[SP+168] 0x7FF6CD3D9244 (SkyrimSE.exe+C59244) (void*)
[SP+170] 0x1 (u8):[1]
[SP+178] 0x3 (u8):[3]
[SP+180] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+188] 0x1C286009900 (BSDynamicTriShape*) -> (Name: (00047036)[0]/ (000DB5D0) [60%])
[SP+190] 0x2 (u8):[2]
[SP+198] 0x7FF6CC94A43B (SkyrimSE.exe+1CA43B) (void*)
[SP+1A0] 0x1C2861F4480 (NiNode**) -> (Name: KFHeight)
[SP+1A8] 0x0 (NULL)
[SP+1B0] 0x1C285FE4900 (NiNode*) -> (Name: (000DB5CF)[0]/ (000DB5D0) [60%])
[SP+1B8] 0x1C0CBC70500 (void*)
[SP+1C0] 0x1C1489D9940 (NiNode*) -> (Name: NPC)
[SP+1C8] 0x7FF6CDCA11A8 (SkyrimSE.exe+15211A8) (void*)
[SP+1D0] 0x8C6E2FEF20 (ScrapHeap**)
[SP+1D8] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+1E0] 0x8C6E2FEF88 (void*)
[SP+1E8] 0x7FF6CCD72E12 (SkyrimSE.exe+5F2E12) (void*)
[SP+1F0] 0x7FF6CDCA11A8 (SkyrimSE.exe+15211A8) (void*)
[SP+1F8] 0x8C6E2FEF20 (ScrapHeap**)
[SP+200] 0x1BFA5656720 (ScrapHeap*)
[SP+208] 0x1C2861F4480 (NiNode**) -> (Name: KFHeight)
[SP+210] 0x1C100000003 (void*)
[SP+218] 0x7FF600000002 (u64):[140694538682370]
[SP+220] 0x1 (u8):[1]
[SP+228] 0x0 (NULL)
[SP+230] 0x1C0CD070CC0 (BGSBodyPartData*) -> (FormId: 0000001D, File: Skyrim.esm)
[SP+238] 0x1C877C4AE80 (NiNode*) -> (Name: NPC)
[SP+240] 0x1C1489D9940 (NiNode*) -> (Name: NPC)
[SP+248] 0x7FF6CCD7239B (SkyrimSE.exe+5F239B) (void*)
[SP+250] 0x1C1489DA340 (NiNode*) -> (Name: NPC Head [Head])
[SP+258] 0x1C877C4AE01 (void*)
[SP+260] 0x0 (NULL)
[SP+268] 0x1C1489D9900 (void*)
[SP+270] 0x68 (u8):[104]
[SP+278] 0x7FF6CDA3B04A (SkyrimSE.exe+12BB04A) (void*)
[SP+280] 0x1BFE78A7078 (void*)
[SP+288] 0x400844E2AC0 (u64):[4400266226368]
[SP+290] 0x24500000106 (u64):[2495375999238]
[SP+298] 0x7FF6CE53348C (SkyrimSE.exe+1DB348C) (void*)
[SP+2A0] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+2A8] 0x1C160EA0FC0 (NiFloatExtraData**)
[SP+2B0] 0x1BFA5656050 (void*)
[SP+2B8] 0x400844E2AC0 (u64):[4400266226368]
[SP+2C0] 0x2CD00000170 (u64):[3079491551600]
[SP+2C8] 0x7FF6CE533488 (SkyrimSE.exe+1DB3488) (void*)
[SP+2D0] 0x1 (u8):[1]
[SP+2D8] 0x1C14130D100 (NiFloatExtraData**)
[SP+2E0] 0x2400000001 (u64):[154618822657]
[SP+2E8] 0x3F8000003F800000 (u64):[4575657222473777152] (f64):[0.00781250184809323] (f32):[1]
[SP+2F0] 0x1C23F800000 (u64):[1933800636416] (f32):[1]
[SP+2F8] 0x1BFE78A7078 (void*)
[SP+300] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+308] 0x8C6E2FF170 (void*)
[SP+310] 0x1C1489DA340 (NiNode*) -> (Name: NPC Head [Head])
[SP+318] 0x1C1B7381000 (Character*) -> (FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312))
[SP+320] 0x1C6B34CF700 (BSFadeNode*) -> (Name: skeleton.nif, Owner: Character(FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312)))
[SP+328] 0x1C1489DA0C0 (NiNode*) -> (Name: DismemberedLimb1 Head1)
[SP+330] 0x1C8541DE340 (NiNode*) -> (Name: NPC Head [Head])
[SP+338] 0x0 (NULL)
[SP+340] 0x8C6E2FF170 (void*)
[SP+348] 0x7FF6CCD72A7D (SkyrimSE.exe+5F2A7D) (void*)
[SP+350] 0x1C1489DA0C0 (NiNode*) -> (Name: DismemberedLimb1 Head1)
[SP+358] 0x3 (u8):[3]
[SP+360] 0x1C8541DE340 (NiNode*) -> (Name: NPC Head [Head])
[SP+368] 0x1C1489DA340 (NiNode*) -> (Name: NPC Head [Head])
[SP+370] 0x0 (NULL)
[SP+378] 0x1 (u8):[1]
[SP+380] 0x1C89A3F5AD0 (void*)
[SP+388] 0x0 (NULL)
[SP+390] 0x1C85422ABC0 (bhkRigidBody*)
[SP+398] 0x7FF6CD537D6C (SkyrimSE.exe+DB7D6C) (char*) "H??$?"
[SP+3A0] 0x1C600000000 (void*)
[SP+3A8] 0x1BF9ED96B40 (void*)
[SP+3B0] 0x8C6E2FF250 (void*)
[SP+3B8] 0x1BF9ED90000 (void*)
[SP+3C0] 0x0 (NULL)
[SP+3C8] 0x1BF9ED902B4 (void*)
[SP+3D0] 0x1C1B754ACF8 (char*) "DismemberedLimb1 Head1"
[SP+3D8] 0x426FFDE5433EB76F (u64):[4787324090035648367] (f32):[190.7165]
[SP+3E0] 0x3F76FB013E82C73C (u64):[4573118454403614524] (f64):[0.00561047063836089] (f32):[0.2554263]
[SP+3E8] 0x10000000040 (u64):[1099511627840]
[SP+3F0] 0xE80000008A (u64):[996432412810]
[SP+3F8] 0x7FF6CE53348C (SkyrimSE.exe+1DB348C) (void*)
[SP+400] 0x0 (NULL)
[SP+408] 0x1C28620A040 (NiFloatExtraData**)
[SP+410] 0x0 (NULL)
[SP+418] 0x1006E2FF1E9 (u64):[1101360263657]
[SP+420] 0xED00000095 (u64):[1017907249301]
[SP+428] 0x7FF6CE533488 (SkyrimSE.exe+1DB3488) (void*)
[SP+430] 0x1BF9ED90000 (void*)
[SP+438] 0x1C854A20080 (NiFloatExtraData**)
[SP+440] 0x2400000001 (u64):[154618822657]
[SP+448] 0x3F8000003F800000 (u64):[4575657222473777152] (f64):[0.00781250184809323] (f32):[1]
[SP+450] 0xC48691123F800000 (i64):[-4285578487835656192] (f32):[1]
[SP+458] 0x42702CFE433EA79A (u64):[4787375874456332186] (f32):[190.6547]
[SP+460] 0xBED6F4AD3F670244 (i64):[-4695296536556928444] (f32):[0.9023783]
[SP+468] 0x3EDAAFC6BDC71C15 (u64):[4529125643396783125] (f32):[-0.09722153]
[SP+470] 0x3EA999743F576197 (u64):[4515308825973580183] (f32):[0.8413329]
[SP+478] 0xBEAE4DC8BD6A9870 (i64):[-4706739035988912016] (f32):[-0.05727428]
[SP+480] 0xC0BCC0003F7042EF (i64):[-4558557615508929809] (f64):[-7360.00096799502] (f32):[0.9385213]
[SP+488] 0x42E91200BE2C0000 (u64):[4821404670476681216] (f32):[-0.1679688]
[SP+490] 0xC4868EA53F800000 (i64):[-4285581155010347008] (f32):[1]
[SP+498] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+4A0] 0x1C6F44163E0 (bhkBlendCollisionObject*)
[SP+4A8] 0x7FF6CD5660E7 (SkyrimSE.exe+DE60E7) (void*)
[SP+4B0] 0xBF7FFC58BC2D35DC (i64):[-4647718832378661412] (f64):[-0.00780901586661062] (f32):[-0.01057192]
[SP+4B8] 0x3F7FFC5800000000 (u64):[4575653201319034880] (f64):[0.00780901312828064]
[SP+4C0] 0xBC2D35DC (u32):[3157079516] (f32):[-0.01057192]
[SP+4C8] 0x0 (NULL)
[SP+4D0] 0xC79256743F800000 (i64):[-4066092456280588288] (f32):[1]
[SP+4D8] 0xC6506CD6C71A2A71 (i64):[-4156702786343785871] (f32):[-39466.44]
[SP+4E0] 0x3F801D85 (u32):[1065360773] (f32):[1.000901]
[SP+4E8] 0xBED6F4AD3F670244 (i64):[-4695296536556928444] (f32):[0.9023783]
[SP+4F0] 0x3EDAAFC6BDC71C15 (u64):[4529125643396783125] (f32):[-0.09722153]
[SP+4F8] 0x3EA999743F576197 (u64):[4515308825973580183] (f32):[0.8413329]
[SP+500] 0xBEAE4DC8BD6A9870 (i64):[-4706739035988912016] (f32):[-0.05727428]
[SP+508] 0xC0BCC0003F7042EF (i64):[-4558557615508929809] (f64):[-7360.00096799502] (f32):[0.9385213]
[SP+510] 0x42E91200BE2C0000 (u64):[4821404670476681216] (f32):[-0.1679688]
[SP+518] 0x3F800000 (u32):[1065353216] (f32):[1]
[SP+520] 0x0 (NULL)
[SP+528] 0x0 (NULL)
[SP+530] 0x0 (NULL)
[SP+538] 0x0 (NULL)
[SP+540] 0x0 (NULL)
[SP+548] 0x0 (NULL)
[SP+550] 0x7FF6CF777784 (SkyrimSE.exe+2FF7784) (void*)
[SP+558] 0x1 (u8):[1]
[SP+560] 0x7FF6CF777780 (SkyrimSE.exe+2FF7780) (void*)
[SP+568] 0x7FF6CF777788 (SkyrimSE.exe+2FF7788) (void*)
[SP+570] 0x8C6E2FF5E0 (void*)
[SP+578] 0x0 (NULL)
[SP+580] 0x8C6E2FF3B0 (BSDynamicTriShape**) -> (Name: MaleMouthHumanoidDefault)
[SP+588] 0x7FF6CCD47BC3 (SkyrimSE.exe+5C7BC3) (void*)
[SP+590] 0x1C1B7381000 (Character*) -> (FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312))
[SP+598] 0x1C89A440100 (void*)
[SP+5A0] 0x1C1489DBEC0 (NiNode*) -> (Name: NPC Spine2 [Spn2])
[SP+5A8] 0x1C0D3E18100 (bhkWorldM*)
[SP+5B0] 0x1C286936200 (BSFaceGenAnimationData*)
[SP+5B8] 0x7FFFB7714F36 (mfgfix.dll+4F36) (void*)
[SP+5C0] 0x7FF6CC780000 (SkyrimSE.exe+0) (char*) "MZ?"
[SP+5C8] 0x1C800000000 (void*)
[SP+5D0] 0x1C286936200 (BSFaceGenAnimationData*)
[SP+5D8] 0x7FF63EB2B8C2 (u64):[140695590582466] (f32):[0.3490658]
[SP+5E0] 0x1C876F951C0 (NiNode*) -> (Name: NPC Spine1C [Spn1])
[SP+5E8] 0x7FF6CF777780 (SkyrimSE.exe+2FF7780) (void*)
[SP+5F0] 0x8C6E00F600 (u64):[603140978176]
[SP+5F8] 0x1C286936200 (BSFaceGenAnimationData*)
[SP+600] 0x0 (NULL)
[SP+608] 0x0 (NULL)
[SP+610] 0x1C800000000 (void*)
[SP+618] 0x1C286936420 (void*)
[SP+620] 0x3C8B4397 (u32):[1015759767] (f32):[0.017]
[SP+628] 0x0 (NULL)
[SP+630] 0x0 (NULL)
[SP+638] 0x0 (NULL)
[SP+640] 0x0 (NULL)
[SP+648] 0x7FF600000002 (u64):[140694538682370]
[SP+650] 0xC79311F2 (u32):[3348304370] (f32):[-75299.89]
[SP+658] 0x0 (NULL)
[SP+660] 0x4650B259 (u32):[1179693657] (f32):[13356.59]
[SP+668] 0x0 (NULL)
[SP+670] 0x4064B186 (u32):[1080340870] (f32):[3.573335]
[SP+678] 0x7FF6CD55B31F (SkyrimSE.exe+DDB31F) (void*)
[SP+680] 0x3F800000 (u32):[1065353216] (f32):[1]
[SP+688] 0x0 (NULL)
[SP+690] 0x1C28674EB00 (BSDynamicTriShape*) -> (Name: MaleMouthHumanoidDefault)
[SP+698] 0x7FF6CD3FE37D (SkyrimSE.exe+C7E37D) (void*)
[SP+6A0] 0xB30CA81833AE118B (i64):[-5544872219300195957]
[SP+6A8] 0xBF6D5BEA3EBFCC77 (i64):[-4652961778370622345] (f64):[-0.00358386755942202] (f32):[0.3746068]
[SP+6B0] 0x0 (NULL)
[SP+6B8] 0x0 (NULL)
[SP+6C0] 0x1C6E261F700 (bhkRigidBodyT*)
[SP+6C8] 0x7FF6CD55B31F (SkyrimSE.exe+DDB31F) (void*)
[SP+6D0] 0x8C6E2FF4A0 (void*)
[SP+6D8] 0x3E23D4DB3F1B07FD (u64):[4477656492658067453] (f32):[0.6055906]
[SP+6E0] 0x0 (NULL)
[SP+6E8] 0x0 (NULL)
[SP+6F0] 0xB30CA81833AE118B (i64):[-5544872219300195957]
[SP+6F8] 0xBF6D5BEA3EBFCC77 (i64):[-4652961778370622345] (f64):[-0.00358386755942202] (f32):[0.3746068]
[SP+700] 0x0 (NULL)
[SP+708] 0x0 (NULL)
[SP+710] 0x1C0D3E18100 (bhkWorldM*)
[SP+718] 0x7FF6CD53437C (SkyrimSE.exe+DB437C) (void*)
[SP+720] 0x0 (NULL)
[SP+728] 0x7FFFE3889251 (tbbmalloc.dll+19251) (void*)
[SP+730] 0xC650C389 (u32):[3327181705] (f32):[-13360.88]
[SP+738] 0x0 (NULL)
[SP+740] 0x0 (NULL)
[SP+748] 0x7FF6CCD999AF (SkyrimSE.exe+6199AF) (void*)
[SP+750] 0x47D23064 (u32):[1204957284] (f32):[107616.8]
[SP+758] 0x1BFA5656050 (void*)
[SP+760] 0xC650767B (u32):[3327161979] (f32):[-13341.62]
[SP+768] 0x0 (NULL)
[SP+770] 0x435CF139 (u32):[1130164537] (f32):[220.9423]
[SP+778] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+780] 0x3F800000 (u32):[1065353216] (f32):[1]
[SP+788] 0x7FF6CF777784 (SkyrimSE.exe+2FF7784) (void*)
[SP+790] 0x7FF6CF777788 (SkyrimSE.exe+2FF7788) (void*)
[SP+798] 0x1 (u8):[1]
[SP+7A0] 0x0 (NULL)
[SP+7A8] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+7B0] 0x0 (NULL)
[SP+7B8] 0x0 (NULL)
[SP+7C0] 0x47D23C5CC739F138 (u64):[5175265290979242296] (f32):[-47601.22]
[SP+7C8] 0x7FF6CF777784 (SkyrimSE.exe+2FF7784) (void*)
[SP+7D0] 0x1 (u8):[1]
[SP+7D8] 0x7FF6CF777780 (SkyrimSE.exe+2FF7780) (void*)
[SP+7E0] 0x7FF6CF777788 (SkyrimSE.exe+2FF7788) (void*)
[SP+7E8] 0x1C034BF3620 (BSTCommonScrapHeapMessageQueue**)
[SP+7F0] 0x0 (NULL)
[SP+7F8] 0x1BFE78C93C8 (BSTCommonScrapHeapMessageQueue)
[SP+800] 0x0 (NULL)
[SP+808] 0x7FF6CCD41CF0 (SkyrimSE.exe+5C1CF0) (void
)
[SP+810] 0x1BFE78C93C8 (BSTCommonScrapHeapMessageQueue)
[SP+818] 0x1 (u8):[1]
[SP+820] 0x0 (NULL)
[SP+828] 0x0 (NULL)
[SP+830] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+838] 0xBE8FCD41 (u32):[3197095233] (f32):[-0.2808628]
[SP+840] 0x3F75B20A (u32):[1064677898] (f32):[0.9597479]
[SP+848] 0x0 (NULL)
[SP+850] 0x0 (NULL)
[SP+858] 0x0 (NULL)
[SP+860] 0x0 (NULL)
[SP+868] 0x0 (NULL)
[SP+870] 0x1C877C5DE40 (NiNode
) -> (Name: PCloudSnowFlakes02-Emitter)
[SP+878] 0x7FF6CD3F17AF (SkyrimSE.exe+C717AF) (void*)
[SP+880] 0x1C6F4562080 (BSTriShape*) -> (Name: EditorMarker)
[SP+888] 0x8 (u8):[8]
[SP+890] 0x3E74FE7C3F6E8F55 (u64):[4500501737243578197] (f32):[0.9318746]
[SP+898] 0xBE6B21F13E8BA01B (i64):[-4725646063975030757] (f32):[0.2727059]
[SP+8A0] 0xBD899E963F7890AC (i64):[-4789122360584662868] (f32):[0.9709575]
[SP+8A8] 0x7FF821642A4E (KERNELBASE.dll+42A4E) (void*)
[SP+8B0] 0x0 (NULL)
[SP+8B8] 0x0 (NULL)
[SP+8C0] 0x1C100000019 (void*)
[SP+8C8] 0x1C1B7381000 (Character*) -> (FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312))
[SP+8D0] 0x1C8AF157214 (void*)
[SP+8D8] 0xFE4F0 (u32):[1041648]
[SP+8E0] 0x1C100020000 (void*)
[SP+8E8] 0x8CAF157214 (u64):[604232839700]
[SP+8F0] 0x0 (NULL)
[SP+8F8] 0x7FF6CCD725C6 (SkyrimSE.exe+5F25C6) (void*)
[SP+900] 0x1C1B7381000 (Character*) -> (FormId: 000FE4F0, File: Unofficial Skyrim Special Edition Patch.esp, BaseForm: TESNPC(Name: ???????????????????????????? ?????????????? ????????, FormId: FF006312))
[SP+908] 0x8C6E7FF4F0 (void*)
[SP+910] 0x1C000020000 (void*)
[SP+918] 0x0 (NULL)
[SP+920] 0x7FF600000001 (u64):[140694538682369]
[SP+928] 0x300 (u16):[768]
[SP+930] 0x8C6E7FF600 (void*)
[SP+938] 0x7FF6CD26DBE3 (SkyrimSE.exe+AEDBE3) (void*)
[SP+940] 0x1C0CBC4FE40 (void*)
[SP+948] 0x7FFFDCCD808C (skse64_1_5_97.dll+1808C) (void*)
[SP+950] 0x1BFE78C9401 (void*)
[SP+958] 0x7FF6CF777860 (SkyrimSE.exe+2FF7860) (void*)
[SP+960] 0x0 (NULL)
[SP+968] 0x1158 (u16):[4440]
[SP+970] 0x7FF6CF777860 (SkyrimSE.exe+2FF7860) (void*)
[SP+978] 0x7FF6CCD344E1 (SkyrimSE.exe+5B44E1) (void*)
[SP+980] 0x7FF6CF777860 (SkyrimSE.exe+2FF7860) (void*)
[SP+988] 0x0 (NULL)
[SP+990] 0x7FF6CF777860 (SkyrimSE.exe+2FF7860) (void*)
[SP+998] 0x0 (NULL)
[SP+9A0] 0x0 (NULL)
[SP+9A8] 0x7FF6CCDC0E67 (SkyrimSE.exe+640E67) (void*)
[SP+9B0] 0x7FF6CF777860 (SkyrimSE.exe+2FF7860) (void*)
[SP+9B8] 0x7FF6CCE61684 (SkyrimSE.exe+6E1684) (void*)
[SP+9C0] 0x7FF600000000 (u64):[140694538682368]
[SP+9C8] 0x1294 (u16):[4756]
[SP+9D0] 0xFFFFFFFFFFFFFFFE (i64):[-2]
[SP+9D8] 0x1 (u8):[1]
[SP+9E0] 0x0 (NULL)
[SP+9E8] 0x7FF6CD3B2A81 (SkyrimSE.exe+C32A81) (void*)
[SP+9F0] 0x0 (NULL)
[SP+9F8] 0x0 (NULL)
[SP+A00] 0x0 (NULL)
[SP+A08] 0x0 (NULL)
[SP+A10] 0x2 (u8):[2]
[SP+A18] 0x7FF6CF777810 (SkyrimSE.exe+2FF7810) (void*)
[SP+A20] 0x0 (NULL)
[SP+A28] 0x1C0CBC4FE40 (void*)
[SP+A30] 0x7FF6CF7777B0 (SkyrimSE.exe+2FF77B0) (BSJobs::JobThread*)
[SP+A38] 0x7FF6CD3B4C48 (SkyrimSE.exe+C34C48) (void*)
[SP+A40] 0x3 (u8):[3]
[SP+A48] 0x3 (u8):[3]
[SP+A50] 0x0 (NULL)
[SP+A58] 0x7FC (u16):[2044]
[SP+A60] 0x0 (NULL)
[SP+A68] 0x0 (NULL)
[SP+A70] 0x0 (NULL)
[SP+A78] 0x0 (NULL)
[SP+A80] 0x0 (NULL)
[SP+A88] 0x0 (NULL)
[SP+A90] 0x7FF6CF7777B0 (SkyrimSE.exe+2FF77B0) (BSJobs::JobThread*)
[SP+A98] 0x7FF6CD38D6BD (SkyrimSE.exe+C0D6BD) (void*)
[SP+AA0] 0x4A938 (u32):[305464]
[SP+AA8] 0x4A937 (u32):[305463]
[SP+AB0] 0x0 (NULL)
[SP+AB8] 0x1BFE78BCD88 (void*)
[SP+AC0] 0x7FF6CF7777B0 (SkyrimSE.exe+2FF77B0) (BSJobs::JobThread*)
[SP+AC8] 0x0 (NULL)
[SP+AD0] 0x0 (NULL)
[SP+AD8] 0x7FF8232A54E0 (KERNEL32.DLL+154E0) (void*)
[SP+AE0] 0x0 (NULL)
[SP+AE8] 0x0 (NULL)
[SP+AF0] 0x0 (NULL)
[SP+AF8] 0x0 (NULL)
[SP+B00] 0x0 (NULL)
[SP+B08] 0x7FF823FA485B (ntdll.dll+485B) (void*)
[SP+B10] 0x0 (NULL)
[SP+B18] 0x0 (NULL)
[SP+B20] 0x0 (NULL)
[SP+B28] 0x0 (NULL)
[SP+B30] 0x0 (NULL)
[SP+B38] 0x0 (NULL)
[SP+B40] 0x9F3080DC00000000 (i64):[-6975934140415737856]
[SP+B48] 0x0 (NULL)
[SP+B50] 0x4F0FFFFFB30 (u64):[5433133628208]
[SP+B58] 0x7FF8217427A0 (KERNELBASE.dll+1427A0) (void*)
[SP+B60] 0x8C6E2FDE40 (void*)
[SP+B68] 0xE44A77C00007FF8B (i64):[-1996651818267443317]
[SP+B70] 0x7FF8BE44A77C (u64):[140706320787324] (f32):[-0.1920452]
[SP+B78] 0x8C6E2FDE40 (void*)
[SP+B80] 0x0 (NULL)
[SP+B88] 0x0 (NULL)
[SP+B90] 0x0 (NULL)
[SP+B98] 0x0 (NULL)
[SP+BA0] 0x0 (NULL)
[SP+BA8] 0x0 (NULL)
[SP+BB0] 0x0 (NULL)
[SP+BB8] 0x0 (NULL)
[SP+BC0] 0x0 (NULL)
[SP+BC8] 0x0 (NULL)
[SP+BD0] 0x0 (NULL)
[SP+BD8] 0x0 (NULL)
[SP+BE0] 0x0 (NULL)
[SP+BE8] 0x0 (NULL)
[SP+BF0] 0x0 (NULL)
[SP+BF8] 0x0 (NULL)
[SP+C00] 0x0 (NULL)
[SP+C08] 0x0 (NULL)
[SP+C10] 0x0 (NULL)
[SP+C18] 0x0 (NULL)
[SP+C20] 0x0 (NULL)
[SP+C28] 0x0 (NULL)
[SP+C30] 0x0 (NULL)
[SP+C38] 0x0 (NULL)
[SP+C40] 0x0 (NULL)
[SP+C48] 0x0 (NULL)
[SP+C50] 0x0 (NULL)
[SP+C58] 0x0 (NULL)
[SP+C60] 0x0 (NULL)
[SP+C68] 0x0 (NULL)
[SP+C70] 0x0 (NULL)
[SP+C78] 0x0 (NULL)
[SP+C80] 0x0 (NULL)
[SP+C88] 0x0 (NULL)
[SP+C90] 0x0 (NULL)
[SP+C98] 0x0 (NULL)
[SP+CA0] 0x0 (NULL)
[SP+CA8] 0x0 (NULL)
[SP+CB0] 0x0 (NULL)
[SP+CB8] 0x0 (NULL)
[SP+CC0] 0x0 (NULL)
[SP+CC8] 0x0 (NULL)
[SP+CD0] 0x0 (NULL)
[SP+CD8] 0x0 (NULL)
[SP+CE0] 0x0 (NULL)
[SP+CE8] 0x0 (NULL)
[SP+CF0] 0x0 (NULL)
[SP+CF8] 0x0 (NULL)
[SP+D00] 0x0 (NULL)
[SP+D08] 0x0 (NULL)
[SP+D10] 0x0 (NULL)
[SP+D18] 0x0 (NULL)
[SP+D20] 0x0 (NULL)
[SP+D28] 0x0 (NULL)
[SP+D30] 0x0 (NULL)
[SP+D38] 0x0 (NULL)
[SP+D40] 0x0 (NULL)
[SP+D48] 0x0 (NULL)
[SP+D50] 0x0 (NULL)
[SP+D58] 0x0 (NULL)
[SP+D60] 0x0 (NULL)
[SP+D68] 0x0 (NULL)
[SP+D70] 0x0 (NULL)
[SP+D78] 0x0 (NULL)
[SP+D80] 0x0 (NULL)
[SP+D88] 0x0 (NULL)
[SP+D90] 0x0 (NULL)
[SP+D98] 0x0 (NULL)
[SP+DA0] 0x0 (NULL)
[SP+DA8] 0x0 (NULL)
[SP+DB0] 0x0 (NULL)
[SP+DB8] 0x0 (NULL)
[SP+DC0] 0x0 (NULL)
[SP+DC8] 0x0 (NULL)
[SP+DD0] 0x0 (NULL)
[SP+DD8] 0x0 (NULL)
[SP+DE0] 0x0 (NULL)
[SP+DE8] 0x0 (NULL)
[SP+DF0] 0x0 (NULL)
[SP+DF8] 0x0 (NULL)
[SP+E00] 0x0 (NULL)
[SP+E08] 0x0 (NULL)
[SP+E10] 0x0 (NULL)
[SP+E18] 0x0 (NULL)
[SP+E20] 0x0 (NULL)
[SP+E28] 0x0 (NULL)
[SP+E30] 0x0 (NULL)
[SP+E38] 0x0 (NULL)
[SP+E40] 0x0 (NULL)
[SP+E48] 0x0 (NULL)
[SP+E50] 0x0 (NULL)
[SP+E58] 0x0 (NULL)
[SP+E60] 0x0 (NULL)
[SP+E68] 0x0 (NULL)
[SP+E70] 0x0 (NULL)
[SP+E78] 0x0 (NULL)
[SP+E80] 0x0 (NULL)
[SP+E88] 0x0 (NULL)
[SP+E90] 0x0 (NULL)
[SP+E98] 0x0 (NULL)
[SP+EA0] 0x0 (NULL)
[SP+EA8] 0x0 (NULL)
[SP+EB0] 0x0 (NULL)
[SP+EB8] 0x0 (NULL)
[SP+EC0] 0x0 (NULL)
[SP+EC8] 0x0 (NULL)
[SP+ED0] 0x0 (NULL)
[SP+ED8] 0x0 (NULL)
[SP+EE0] 0x0 (NULL)
[SP+EE8] 0x0 (NULL)
[SP+EF0] 0x0 (NULL)
[SP+EF8] 0x0 (NULL)
[SP+F00] 0x0 (NULL)
[SP+F08] 0x0 (NULL)
[SP+F10] 0x0 (NULL)
[SP+F18] 0x0 (NULL)
[SP+F20] 0x0 (NULL)
[SP+F28] 0x0 (NULL)
[SP+F30] 0x0 (NULL)
[SP+F38] 0x0 (NULL)
[SP+F40] 0x0 (NULL)
[SP+F48] 0x0 (NULL)
[SP+F50] 0x0 (NULL)
[SP+F58] 0x0 (NULL)
[SP+F60] 0x0 (NULL)
[SP+F68] 0x0 (NULL)
[SP+F70] 0x0 (NULL)
[SP+F78] 0x0 (NULL)
[SP+F80] 0x0 (NULL)
[SP+F88] 0x0 (NULL)
[SP+F90] 0x0 (NULL)
[SP+F98] 0x0 (NULL)
[SP+FA0] 0x0 (NULL)
[SP+FA8] 0x0 (NULL)
[SP+FB0] 0x0 (NULL)
[SP+FB8] 0x0 (NULL)
[SP+FC0] 0x0 (NULL)
[SP+FC8] 0x0 (NULL)
[SP+FD0] 0x0 (NULL)
[SP+FD8] 0x0 (NULL)
[SP+FE0] 0x0 (NULL)
[SP+FE8] 0x0 (NULL)
[SP+FF0] 0x0 (NULL)
[SP+FF8] 0x0 (NULL)
}

Modules
{
SkyrimSE.exe: 0x7FF6CC780000
ntdll.dll: 0x7FF823FA0000
KERNEL32.DLL: 0x7FF823290000
KERNELBASE.dll: 0x7FF821600000
apphelp.dll: 0x7FF81EA30000
USER32.dll: 0x7FF821FE0000
win32u.dll: 0x7FF821980000
GDI32.dll: 0x7FF822190000
gdi32full.dll: 0x7FF8219B0000
msvcp_win.dll: 0x7FF821AD0000
ucrtbase.dll: 0x7FF821D20000
ADVAPI32.dll: 0x7FF823620000
msvcrt.dll: 0x7FF8221D0000
sechost.dll: 0x7FF822D60000
RPCRT4.dll: 0x7FF823CB0000
SHELL32.dll: 0x7FF822370000
ole32.dll: 0x7FF821E40000
combase.dll: 0x7FF8238E0000
WS2_32.dll: 0x7FF8234A0000
SETUPAPI.dll: 0x7FF822E20000
X3DAudio1_7.dll: 0x7FF808900000
OLEAUT32.dll: 0x7FF823E80000
DINPUT8.dll: 0x7FF8088B0000
binkw64.dll: 0x180000000
WINHTTP.dll: 0x7FF81D870000
steam_api64.dll: 0x5B530000
IPHLPAPI.DLL: 0x7FF8201B0000
MSVCP140.dll: 0x7FF8027B0000
WSOCK32.dll: 0x7FF81BEF0000
d3dx9_42.dll: 0x7FF81BC50000
VCRUNTIME140.dll: 0x7FF802790000
HID.DLL: 0x7FF81FE80000
WINMM.dll: 0x7FF8179A0000
dxgi.dll: 0x7FF81ED80000
SHLWAPI.dll: 0x7FF8236D0000
VCRUNTIME140_1.dll: 0x7FF81A4E0000
XINPUT1_3.dll: 0x400000
d3d11.dll: 0x1BF9F080000
D3DCOMPILER_43.dll: 0x7FFFF46D0000
d3dx11_43.dll: 0x7FF8071B0000
IMM32.DLL: 0x7FF823C60000
x3daudio1_7.dll: 0x5B520000
skse64_steam_loader.dll: 0x7FF807170000
VERSION.dll: 0x7FF81B8D0000
windows.storage.dll: 0x7FF81F610000
wintypes.dll: 0x7FF81F480000
inputhost.dll: 0x7FF8074D0000
CoreMessaging.dll: 0x7FF81E740000
SHCORE.dll: 0x7FF823350000
profapi.dll: 0x7FF8213C0000
bcryptPrimitives.dll: 0x7FF821B70000
CRYPTBASE.DLL: 0x7FF820CF0000
steamclient64.dll: 0x7FFFC7E90000
CRYPT32.dll: 0x7FF821490000
imagehlp.dll: 0x7FF822E00000
PSAPI.DLL: 0x7FF8221C0000
MSWSOCK.dll: 0x7FF820AB0000
bcrypt.dll: 0x7FF820E70000
tier0_s64.dll: 0x7FFFF4C60000
Secur32.dll: 0x7FF816360000
vstdlib_s64.dll: 0x7FF8070E0000
SSPICLI.DLL: 0x7FF8208A0000
FPSFixPlugin.dll: 0x7FF805D70000
NetScriptFramework.Runtime.dll: 0x7FF805D40000
dbghelp.dll: 0x7FF81CC00000
mscoree.dll: 0x7FFFECE10000
mscoreei.dll: 0x7FFFE9B90000
kernel.appcore.dll: 0x7FF820680000
clr.dll: 0x7FFFDC030000
VCRUNTIME140_CLR0400.dll: 0x7FF81BC30000
ucrtbase_clr0400.dll: 0x7FFFFD040000
mscorlib.ni.dll: 0x7FFFC6890000
clrjit.dll: 0x7FFFF4580000
wldp.dll: 0x7FF820DC0000
amsi.dll: 0x7FF811D00000
USERENV.dll: 0x7FF820BA0000
MpOav.dll: 0x7FF811C80000
MPCLIENT.DLL: 0x7FF817560000
WINTRUST.dll: 0x7FF821CB0000
MSASN1.dll: 0x7FF820D50000
gpapi.dll: 0x7FF820B40000
System.ni.dll: 0x7FFFC5C10000
System.Core.ni.dll: 0x7FFFBC650000
urlmon.dll: 0x7FF81AB20000
iertutil.dll: 0x7FF81A860000
srvcli.dll: 0x7FF81B8A0000
netutils.dll: 0x7FF820130000
PROPSYS.dll: 0x7FF81A3E0000
NetScriptFramework.SkyrimSE.dll: 0x7FFFEF270000
CRYPTSP.dll: 0x7FF820D00000
rsaenh.dll: 0x7FF8205E0000
System.Numerics.ni.dll: 0x7FFFF83D0000
System.Runtime.Serialization.ni.dll: 0x7FFFDCE10000
System.Data.ni.dll: 0x7FFFBBCD0000
System.Data.dll: 0x7FFFDBCC0000
System.Xml.ni.dll: 0x7FFFBB420000
ScrambledBugs.dll: 0x1BFC07C0000
ScrambledBugsNE.dll: 0x7FFFF82F0000
hostfxr.dll: 0x7FF808840000
hostpolicy.dll: 0x7FFFF4C00000
coreclr.dll: 0x7FFFC5130000
System.Private.CoreLib.dll: 0x7FFFBAB20000
clrjit.dll: 0x7FFFEF130000
icu.dll: 0x7FFFE3500000
System.Runtime.dll: 0x7FF81B1C0000
System.Runtime.InteropServices.dll: 0x7FF81AFF0000
System.Text.Json.dll: 0x7FFFF44A0000
System.IO.FileSystem.dll: 0x7FFFF7EF0000
System.Diagnostics.Process.dll: 0x7FFFEF0E0000
System.ComponentModel.Primitives.dll: 0x7FF8126F0000
System.Diagnostics.FileVersionInfo.dll: 0x7FF810060000
Microsoft.Win32.Primitives.dll: 0x7FF80FF80000
System.Collections.NonGeneric.dll: 0x7FF807B20000
System.Collections.Concurrent.dll: 0x7FF805D10000
System.Collections.dll: 0x7FFFE9B10000
System.Memory.dll: 0x7FFFEC5E0000
System.Text.Encoding.Extensions.dll: 0x7FF80FE50000
System.Private.Uri.dll: 0x7FFFEC4C0000
System.Text.Encodings.Web.dll: 0x7FF806760000
System.Runtime.Intrinsics.dll: 0x7FF80EC00000
System.Reflection.Primitives.dll: 0x7FF80D2F0000
System.Reflection.Emit.Lightweight.dll: 0x7FF809FC0000
System.Reflection.Emit.ILGeneration.dll: 0x7FF809A80000
System.Numerics.Vectors.dll: 0x7FF809470000
System.Runtime.CompilerServices.Unsafe.dll: 0x7FF809180000
System.Threading.dll: 0x7FF801470000
EngineFixes.dll: 0x7FFFE5A30000
tbbmalloc.dll: 0x7FFFE3870000
tbb.dll: 0x7FFFE7EB0000
PrivateProfileRedirector.dll: 0x7FFFE3810000
skse64_1_5_97.dll: 0x7FFFDCCC0000
activationmenufix.dll: 0x7FFFF4360000
AHZmoreHUDInventory.dll: 0x7FFFE37A0000
AHZmoreHUDPlugin.dll: 0x7FFFE1B60000
AnimatedStaticReload.dll: 0x7FFFDBC70000
AnimationMotionRevolution.dll: 0x7FFFC5B70000
ArmorRatingRescaledRemake.dll: 0x7FFFC5AC0000
BetterJumpingSE.dll: 0x7FFFC5A60000
cbp.dll: 0x7FFFC5990000
ConsoleUtilSSE.dll: 0x7FFFC50A0000
DisableTurnAnimation.dll: 0x7FFFEC2F0000
DVLaSS.dll: 0x7FFFC5040000
DynamicAnimationReplacer.dll: 0x7FFFC4FD0000
DynDOLOD.DLL: 0x7FFFC4DE0000
ENBHelperSE.dll: 0x7FFFC4CC0000
ENBInputDisabler.dll: 0x7FFFBAA90000
encounter_zones_unlocked.dll: 0x7FFFBA930000
EquipEnchantmentFix.dll: 0x7FFFBA8B0000
FacegenFixes.dll: 0x7FFFB9720000
fiss.dll: 0x7FFFE9540000
FixNotesForSkyUI.dll: 0x7FFFE4FF0000
FixToggleWalkRun.dll: 0x7FFFDBC20000
FlatMapMarkersSSE.dll: 0x7FFFB95A0000
GlowBeGoneSSE.dll: 0x7FFFB9510000
gotobed.dll: 0x7FFFB9300000
hdtSMP64.dll: 0x7FFFA0E70000
HookDamage.dll: 0x7FFFB91F0000
HorseStaminaHUD.dll: 0x7FFFB8D00000
ImmersiveEquipmentDisplays.dll: 0x7FFFB5D30000
D3DCOMPILER_47.dll: 0x7FF81DED0000
ImprovedCamera.dll: 0x7FFFB8CA0000
InsertAttackData.dll: 0x7FFFB8C40000
JContainers64.dll: 0x7FFFB67F0000
LocationalDamage.dll: 0x7FFFB8BC0000
MapMarkerFramework.dll: 0x7FFFB8AF0000
MaxsuAIProcessFix.dll: 0x7FFFE3770000
MaxsuCombatEscape.dll: 0x7FFFB8FD0000
MaxsuOnHitAnimFW.dll: 0x7FFFB8F10000
MaxsuPowerAttackControl.dll: 0x7FFFB8AA0000
MaxsuStaggerDirFix.dll: 0x7FFFB8A50000
MCMHelper.dll: 0x7FFFB77D0000
mfgfix.dll: 0x7FFFB7710000
MiniMap.dll: 0x7FFFB89E0000
MoreInformativeConsole.dll: 0x7FFFB6780000
MRCrashFix.dll: 0x7FFFB5CD0000
MuJointFix.dll: 0x7FFFB5C30000
PapyrusUtil.dll: 0x7FFFB56A0000
PauseAfterLoadUnscripted.dll: 0x7FFFB5B90000
MSVCP140_ATOMIC_WAIT.dll: 0x7FFFF4BE0000
po3_BaseObjectSwapper.dll: 0x7FFFA0DC0000
po3_ClassicParalysis.dll: 0x7FFFB5B40000
po3_CraftingRecipeDistributor.dll: 0x7FFFA0D20000
po3_ENBLightForEffectShaders.dll: 0x7FFFA0C60000
po3_EnemyFriendlyFire.dll: 0x7FFFA0BD0000
po3_EnhancedInvisibility.dll: 0x7FFFA0B30000
po3_EnhancedReanimation.dll: 0x7FFFA0A90000
po3_EssentialFavorites.dll: 0x7FFFA0A40000
po3_FEC.dll: 0x7FFFA0990000
po3_KeywordItemDistributor.dll: 0x7FFFA08D0000
po3_LockVariations.dll: 0x7FFFA0830000
po3_OxygenMeter.dll: 0x7FFFA07A0000
po3_PapyrusExtender.dll: 0x7FFFA0590000
po3_SlayableOffspring.dll: 0x7FFFA04F0000
po3_SpellPerkItemDistributor.dll: 0x7FFFA03F0000
po3_SplashesOfSkyrim.dll: 0x7FFFA0340000
po3_Tweaks.dll: 0x7FFFA0280000
po3_VampiresCastNoShadow.dll: 0x7FFFA01E0000
po3_VampiresCastNoShadows.dll: 0x7FFFA0190000
po3_WashThatBloodOff.dll: 0x7FFFA00E0000
PriorityMod.dll: 0x7FFFE33A0000
QuickLootRE.dll: 0x7FFFA0030000
ScrambledEggchantments.dll: 0x7FFF9FF90000
ShieldOfStamina.dll: 0x7FFF9FF00000
SimpleDualSheath.dll: 0x7FFF9FE60000
SinkOrSwim.dll: 0x7FFF9FDA0000
skee64.dll: 0x7FFF9FBB0000
SkyrimPriority.dll: 0x7FFF9FB50000
SSEDisplayTweaks.dll: 0x7FFF9FA30000
StormLightning.dll: 0x7FFF9F9E0000
UltimateDragons64.dll: 0x7FFFC5960000
Vibrant weapons.dll: 0x7FFF9F980000
WadeInWater.dll: 0x7FFF9F8C0000
YesImSure.dll: 0x7FFF9F810000
zxlice's ultimate potion animation.dll: 0x7FFF9F7C0000
zzFixToggleWalkRun.dll: 0x7FFF9F720000
uxtheme.dll: 0x7FF81EBE0000
gameoverlayrenderer64.dll: 0x7FFF9F320000
MSCTF.dll: 0x7FF8237C0000
textinputframework.dll: 0x7FF80D010000
dxcore.dll: 0x7FF81ECE0000
directxdatabasehelper.dll: 0x7FF80FDD0000
ntmarta.dll: 0x7FF81ED20000
d3dcompiler_46e.dll: 0x7FFFBA4F0000
d3d11.dll: 0x7FF80DC90000
aticfx64.dll: 0x7FF80CD30000
atiuxp64.dll: 0x7FF8103E0000
atidxx64.dll: 0x7FF80AB50000
cfgmgr32.DLL: 0x7FF821190000
amdihk64.dll: 0x7FF8103B0000
dcomp.dll: 0x7FF80F6F0000
dwmapi.dll: 0x7FF81F090000
WindowsCodecs.dll: 0x7FF80D140000
clbcatq.dll: 0x7FF823DD0000
MMDevApi.dll: 0x7FF81BFA0000
DEVOBJ.dll: 0x7FF821160000
AUDIOSES.DLL: 0x7FF815F30000
Windows.UI.dll: 0x7FF80FB80000
XAudio2_7.dll: 0x7FFFE51B0000
resourcepolicyclient.dll: 0x7FF81ED60000
powrprof.dll: 0x1C0660D0000
UMPDC.dll: 0x7FF81FF80000
avrt.dll: 0x7FF8186F0000
DSOUND.DLL: 0x7FFFF43F0000
winmmbase.dll: 0x7FF8186C0000
ResampleDmo.DLL: 0x7FFFBA9D0000
msdmo.dll: 0x7FF81B480000
wbemprox.dll: 0x7FF811AC0000
wbemcomn.dll: 0x7FF817AE0000
wbemsvc.dll: 0x7FF811EB0000
fastprox.dll: 0x7FF811ED0000
NSI.dll: 0x7FF8237B0000
dhcpcsvc6.DLL: 0x7FF81D9B0000
dhcpcsvc.DLL: 0x7FF81DD50000
DNSAPI.dll: 0x7FF8201E0000
webio.dll: 0x7FF81A2C0000
WINNSI.DLL: 0x7FF81D9A0000
rasadhlp.dll: 0x7FF81A0E0000
fwpuclnt.dll: 0x7FF81BB00000
schannel.DLL: 0x7FF8204E0000
mskeyprotect.dll: 0x7FF811780000
NTASN1.dll: 0x7FF820E00000
ncrypt.dll: 0x7FF820E40000
ncryptsslp.dll: 0x7FF811830000
DPAPI.DLL: 0x7FF821200000
}

Plugins (3)
{
actor_limit
{
Name: "Actor Limit Plugin"
Version: 2
Assembly: ActorLimitPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
}

grasscontrol
{
Name: "Grass Control"
Version: 8
Author: "meh321"
Assembly: GrassControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
}

ScrambledBugs
{
Name: "Scrambled Bugs"
Version: 13
Author: "meh321 and KernalsEgg"
Assembly: ScrambledBugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
}
}

Game plugins (954)
{
[00] Skyrim.esm
[01] Update.esm
[02] Dawnguard.esm
[03] HearthFires.esm
[04] Dragonborn.esm
[05] ccasvsse001-almsivi.esm
[06] ccBGSSSE001-Fish.esm
[07] cctwbsse001-puzzledungeon.esm
[08] cceejsse001-hstead.esm
[09] ccbgssse016-umbra.esm
[0A] ccbgssse031-advcyrus.esm
[0B] ccbgssse067-daedinv.esm
[0C] ccBGSSSE025-AdvDSGS.esm
[0D] cceejsse005-cave.esm
[0E] ccafdsse001-dwesanctuary.esm
[0F] RSkyrimChildren.esm
[10] Unofficial Skyrim Special Edition Patch.esp
[11] 3rdEraWeaponsMoS.esm
[12] Skyrim Supplemental Patch.esm
[13] Skyrim Exterior Fixes.esp
[14] Lanterns Of Skyrim II.esm
[15] Occ_Skyrim_Tamriel.esp
[16] Unique Flowers & Plants.esp
[17] BetterDynamicAsh-DisableRefs.esm
[18] Water for ENB.esm
[19] RigmorCyrodiil.esm
[1A] arnima.esm
[1B] Iland Nir.esp
[1C] BSAssets.esm
[1D] BSHeartland.esm
[1E] BS_DLC_patch.esp
[1F] Penitus_Oculatus.esp
[20] FISS.esp
[21] ORS_SolitudeGate.esm
[22] Gray Fox Cowl.esm
[23] MagicDuelReborn.esm
[24] ORS_MorthalPain.esm
[25] Wyrmstooth.esp
[26] Resources - The Great Cities.esp
[27] MzarkWonders.esp
[28] RFM.esm
[29] MolagBalsInferno.esm
[2A] DynDOLOD.esm
[2B] Prometheus_No_snow_Under_the_roof.esp
[2C] Immersive Sounds - Compendium.esp
[2D] TrueStormsSE.esp
[2E] Better Dynamic Snow.esp
[2F] Laundry.esp
[30] NSUTR_improvements.esp
[31] AOS.esp
[32] TheLastDragoon.esp
[33] WiZkiD Variety.esp
[34] WiZkiD Trees Selection.esp
[35] Regional Snow Ice.esp
[36] Weapons Armor Clothing & Clutter Fixes.esp
[37] Aspens Ablaze.esp
[38] LoS II - Tamriel Master Lights.esp
[39] DepthsOfSkyrim.esp
[3A] COTN - Falkreath.esp
[3B] S3D Plants and Landscapes.esp
[3C] fortdawnguardimmersive.esp
[3D] The Great Cities - Minor Cities and Towns.esp
[3E] JKs Skyrim.esp
[3F] COTN - Dawnstar.esp
[40] Landscape Fixes For Grass Mods.esp
[41] COTN - Morthal.esp
[42] Puddles Legendary.esp
[43] COTN - Winterhold.esp
[44] Skyrim_Realism_Skills.esp
[45] Cutting Room Floor.esp
[46] Skyrim Immersive Creatures Special Edition.esp
[47] CGDawnguardReborn.esp
[48] SoundsofSkyrimComplete.esp
[49] Vivid WeathersSE.esp
[4A] CCIntegration.esp
[4B] RodryksDragonBridge.esp
[4C] Wall-Helyarhen-Hall.esp
[4D] The Great Town of Ivarstead.esp
[4E] Dawn of Skyrim.esp
[4F] S3DLandscapes NextGenerationForests.esp
[50] The Great Town of Karthwasten.esp
[51] The Great Town of Shor's Stone.esp
[52] Civil War Aftermath.esp
[53] The Great Village of Kynesgrove.esp
[54] Ashbound.esp
[55] DB_EDIT.esp
[56] The Great Village of Old Hroldan.esp
[57] Themarshlands.esp
[58] Undeath.esp
[59] SkyHavenTempleEnhanced.esp
[5A] JK's Blue Palace.esp
[5B] Landscape Seam Fixes.esp
[5C] MIHAILDAGON.esp
[5D] WindhelmEntranceOverhaul.esp
[5E] BetterDarkBrotherhood.esp
[5F] Creatures Overhaul.esp
[60] Solas ENB.esp
[61] BirdsOfSkyrim_SSE.esp
[62] Realistic Boat Bobbing.esp
[63] The Great Village of Mixwater Mill.esp
[64] SLO_StoneWalls.esp
[65] Inns and Taverns.esp
[66] Thunderchild - Epic Shout Package.esp
[67] SkyTEST-RealisticAnimals&Predators.esp
[68] Dawn of Skyrim - Unofficial Patch.esp
[69] Embers XD.esp
[6A] WACCF_Armor and Clothing Extension.esp
[6B] NAT-ENB.esp
[6C] 3DCloudsStormsNights.esp
[6D] AMatterOfTime.esp
[6E] FireAndIceOverhaul.esp
[6F] SIC - Skytest Integration.esp
[70] Wild World.esp
[71] NoMoreDryEyes.esp
[72] Stendarr Rising.esp
[73] Tes Arena NorthKeep.esp
[74] UndeathFixes.esp
[75] Tes Arena Nimalten.esp
[76] SkyrimSewers.esp
[77] More Clutter In Skyrim.esp
[78] Footprints.esp
[79] NPC Clothes Redone.esp
[7A] Waterplantsbycrafty77.esp
[7B] Detailed Exteriors.esp
[7C] SL01AmuletsSkyrim.esp
[7D] WhiterunDefenses.esp
[7E] CampArgentum.esp
[7F] TES Arena Amol.esp
[80] SolitudeTempleFrescoes.esp
[81] kids_of_skyrim_RS_SE.esp
[82] RigmorCyrodiilPatch.esp
[83] Bells of Skyrim.esp
[84] Tes Granite Hall.esp
[85] Arcanum.esp
[86] Seagulls.esp
[87] NewArmoury.esp
[88] waterplants.esp
[89] AgentOfRighteousMight.esp
[8A] prettypotions.esp
[8B] dD - Enhanced Blood Main.esp
[8C] RodryksDragonBridge - GCS Dragon Bridge Patch.esp
[8D] S3DSigns.esp
[8E] Vile Art of Necromancy.esp
[8F] CampVarglya.esp
[90] Effects.esp
[91] Skyrim Flora Overhaul.esp
[92] Better Dynamic Ash.esp
[93] Animallica.esp
[94] Athletics Training.esp
[95] OldHroldanRuins.esp
[96] TEG_TelvanniHall.esp
[97] Fantastic Grasses.esp
[98] Fantastic Grasses - v1.0 pine forest.esp
[99] Cathedral - 3D Pine Grass.esp
[9A] Origins Of Forest - 3D Forest Grass.esp
[9B] DSerArcheryGameplayOverhaul.esp
[9C] DawnguardArsenal.esp
[9D] Extended Encounters.esp
[9E] Extended UI.esp
[9F] FNIS.esp
[A0] Fantastic Grasses - v1.0 volcanic tundra.esp
[A1] FastLoot.esp
[A2] KS Dragon Overhaul 2.esp
[A3] Headtracking.esp
[A4] Heart Breaker SE.esp
[A5] HoamaiiSleepingBags.esp
[A6] ImmersiveInteractions.esp
[A7] KD - Realistic Fireplaces SE.esp
[A8] Morozik75_Clam.esp
[A9] MusicTES3n4.esp
[AA] PassiveWeaponEnchantmentRecharging.esp
[AB] Radiance.esp
[AC] iHUD.esp
[AD] SkyMarkers.esp
[AE] SleepTight.esp
[AF] UndeadFX.esp
[B0] VioLens SE.esp
[B1] WondersofWeather.esp
[B2] WyrmstoothTravelCrashHotfix.esp
[B3] mathys_resources.esp
[B4] Bells of Skyrim - Alternate Solitude.esp
[B5] SolitudeExterior.esp
[B6] Markarth Entrance Overhaul.esp
[B7] quest_pitfighter.esp
[B8] RBB - Wyrmstooth.esp
[B9] Prometheus_BeastSkeletons.esp
[BA] Quest_AndTheRealmsOfDaedra.esp
[BB] GrimmerReaper.esp
[BC] GuardedBorders.esp
[BD] Magic of the Magna-Ge.esp
[BE] mannyBlackRock.esp
[BF] Vampirelordroyal.esp
[C0] No Snow Under The Roof - CRF Patch.esp
[C1] Hail Dark Brotherhood - Dawnstar Sanctuary door camouflage.esp
[C2] Ravengate.esp
[C3] RBB - NSUtR Patch.esp
[C4] PickDefaultFollowerArmor.esp
[C5] DestructibleDisplayCases.esp
[C6] WhiterunExterior.esp
[C7] objecttest.esp
[C8] aMidianborn_Skyforge_Weapons.esp
[C9] All Geared Up Derivative.esp
[CA] ENB Light.esp
[CB] ImprovedGlowingGlowDust.esp
[CC] DSerCombatGameplayOverhaul.esp
[CD] TrueDeathImmortal.esp
[CE] AttackBehaviorTweaks.esp
[CF] UltimateDragons.esp
[D0] BloodmoonRising.esp
[D1] Moonlight Tales Special Edition.esp
[D2] Real Feeding V3.esp
[D3] Cinematic Dragon Soul Absorbtion.esp
[D4] PrayAnim.esp
[D5] Tainted_Blood.esp
[D6] Engarde.esp
[D7] EBT - IC PATCH.esp
[D8] My Home Is Your Home.esp
[D9] StillbornKingdom.esp
[DA] FireBurns.esp
[DB] quest_pitfighter_dlc01.esp
[DC] DynamicStealth.esp
[DD] WyrmstothMapMarkerHotfix.esp
[DE] XPMSE.esp
[DF] MonsterLipSync1.esp
[E0] Sacrosanct - Vampires of Skyrim.esp
[E1] Better Vampires.esp
[E2] Add Sacrosanct Spells to BV.esp
[E3] BVandRoyalBloodline_Patch.esp
[E4] Immersive Citizens - AI Overhaul.esp
[E5] Rigmor.esp
[E6] The Brotherhood of Old.esp
[E7] Convenient Horses.esp
[E8] Landscape For Grass Mods -Immersive Citizens PATCH.esp
[E9] Lux.esp
[EA] CollegeOfWinterholdImmersive.esp
[EB] OCW_Obscure's_CollegeofWinterhold.esp
[EC] Lux - Shadow Scene Node bug fix.esp
[ED] Water for ENB (Shades of Skyrim).esp
[EE] things.esp
[EF] The Great Cities of JK's North - Patch.esp
[F0] The Great Cities of JK's North - Lanterns of Skyrim II Patch.esp
[F1] SaveTheBrotherhood.esp
[F2] Atlas Map Markers.esp
[F3] armor and weapons.esp
[F4] soy's vampire perks dgM.esp
[F5] rogue - db.esp
[F6] Paper World Map - Wyrmstooth.esp
[F7] Civil War Overhaul.esp
[F8] Enchantments Upgraded.esp
[F9] Artifact Disenchanting.esp
[FA] ArteFake.esp
[FB] Unique Uniques.esp
[FC] DynDOLOD.esp
[FE 000] ccbgssse002-exoticarrows.esl
[FE 001] ccbgssse003-zombies.esl
[FE 002] ccbgssse004-ruinsedge.esl
[FE 003] ccbgssse005-goldbrand.esl
[FE 004] ccbgssse006-stendarshammer.esl
[FE 005] ccbgssse007-chrysamere.esl
[FE 006] ccbgssse010-petdwarvenarmoredmudcrab.esl
[FE 007] ccbgssse011-hrsarmrelvn.esl
[FE 008] ccbgssse012-hrsarmrstl.esl
[FE 009] ccbgssse014-spellpack01.esl
[FE 00A] ccbgssse019-staffofsheogorath.esl
[FE 00B] ccbgssse020-graycowl.esl
[FE 00C] ccbgssse021-lordsmail.esl
[FE 00D] ccmtysse001-knightsofthenine.esl
[FE 00E] ccQDRSSE001-SurvivalMode.esl
[FE 00F] ccbgssse035-petnhound.esl
[FE 010] ccfsvsse001-backpacks.esl
[FE 011] cceejsse002-tower.esl
[FE 012] ccedhsse001-norjewel.esl
[FE 013] ccvsvsse002-pets.esl
[FE 014] ccBGSSSE037-Curios.esl
[FE 015] ccbgssse034-mntuni.esl
[FE 016] ccbgssse045-hasedoki.esl
[FE 017] ccbgssse008-wraithguard.esl
[FE 018] ccbgssse036-petbwolf.esl
[FE 019] ccffbsse001-imperialdragon.esl
[FE 01A] ccmtysse002-ve.esl
[FE 01B] ccbgssse043-crosselv.esl
[FE 01C] ccvsvsse001-winter.esl
[FE 01D] cceejsse003-hollow.esl
[FE 01E] ccbgssse038-bowofshadows.esl
[FE 01F] ccbgssse040-advobgobs.esl
[FE 020] ccbgssse050-ba_daedric.esl
[FE 021] ccbgssse052-ba_iron.esl
[FE 022] ccbgssse054-ba_orcish.esl
[FE 023] ccbgssse058-ba_steel.esl
[FE 024] ccbgssse059-ba_dragonplate.esl
[FE 025] ccbgssse061-ba_dwarven.esl
[FE 026] ccpewsse002-armsofchaos.esl
[FE 027] ccbgssse041-netchleather.esl
[FE 028] ccedhsse002-splkntset.esl
[FE 029] ccbgssse064-ba_elven.esl
[FE 02A] ccbgssse063-ba_ebony.esl
[FE 02B] ccbgssse062-ba_dwarvenmail.esl
[FE 02C] ccbgssse060-ba_dragonscale.esl
[FE 02D] ccbgssse056-ba_silver.esl
[FE 02E] ccbgssse055-ba_orcishscaled.esl
[FE 02F] ccbgssse053-ba_leather.esl
[FE 030] ccbgssse051-ba_daedricmail.esl
[FE 031] ccbgssse057-ba_stalhrim.esl
[FE 032] ccbgssse066-staves.esl
[FE 033] ccbgssse068-bloodfall.esl
[FE 034] ccbgssse069-contest.esl
[FE 035] ccvsvsse003-necroarts.esl
[FE 036] ccvsvsse004-beafarmer.esl
[FE 037] ccffbsse002-crossbowpack.esl
[FE 038] ccbgssse013-dawnfang.esl
[FE 039] ccrmssse001-necrohouse.esl
[FE 03A] ccedhsse003-redguard.esl
[FE 03B] cceejsse004-hall.esl
[FE 03C] cckrtsse001_altar.esl
[FE 03D] cccbhsse001-gaunt.esl
[FE 03E] SkyUI_SE.esp
[FE 03F] Skyrim Project Optimization - Full ESL Version.esm
[FE 040] Vanilla Script MicroOptimizations.esl
[FE 041] Unofficial Elven Hunter Armor Patch.esl
[FE 042] Unofficial Expanded Crossbow Pack Patch.esl
[FE 043] Unofficial Sunder & Wraithguard Patch.esl
[FE 044] Unofficial Saints and Seducers Patch.esl
[FE 045] Unofficial Forgotten Seasons Patch.esl
[FE 046] Unofficial Civil War Champions Patch.esl
[FE 047] Unofficial Daedric Mail Armor Patch.esl
[FE 048] Unofficial Skyrim Survival Patch.esl
[FE 049] Unofficial Dawnfang and Duskfang Patch.esl
[FE 04A] Unofficial Gray Cowl Returns Patch.esl
[FE 04B] Unofficial Saturalia Holiday Pack Patch.esl
[FE 04C] Unofficial Dead Man's Dread Patch.esl
[FE 04D] Unofficial Divine Crusader Patch.esl
[FE 04E] Unofficial Ebony Plate Armor Patch.esl
[FE 04F] Unofficial Myrwatch Patch.esl
[FE 050] Unofficial Tundra Homestead Patch.esl
[FE 051] Unofficial Vigil Enforcer Armor Set Patch.esl
[FE 052] Unofficial Spell Knight Armor Patch.esl
[FE 053] Unofficial Umbra Patch.esl
[FE 054] Unofficial Hendraheim Patch.esl
[FE 055] Unofficial Lord's Mail Patch.esl
[FE 056] Unofficial Arms of Chaos Patch.esl
[FE 057] Unofficial Netch Leather Armors Patch.esl
[FE 058] Unofficial Stendarr's Hammer Patch.esl
[FE 059] Unofficial Nix-Hound Patch.esl
[FE 05A] Unofficial Steel Soldier Armor Patch.esl
[FE 05B] Unofficial Arcane Archer Pack Patch.esl
[FE 05C] Unofficial Dragonscale Armor Patch.esl
[FE 05D] Unofficial Dwarven Armored Mudcrab Patch.esl
[FE 05E] Unofficial Nordic Jewelry Patch.esl
[FE 05F] Unofficial Shadowfoot Sanctum Patch.esl
[FE 060] Unofficial Elite Crossbows Patch.esl
[FE 061] Unofficial Arcane Accessories Patch.esl
[FE 062] Unofficial Plague of the Dead Patch.esl
[FE 063] Unofficial Stalhrim Fur Armor Patch.esl
[FE 064] Unofficial Bone Wolf Patch.esl
[FE 065] Unofficial Pets of Skyrim Patch.esl
[FE 066] Unofficial Rare Curios Patch.esl
[FE 067] Unofficial Wild Horses Patch.esl
[FE 068] Unofficial Staff of Sheogorath Patch.esl
[FE 069] Unofficial Goblins Patch.esl
[FE 06A] Unofficial Dwarven Mail Armor Patch.esl
[FE 06B] RASS - Visual Effects.esl
[FE 06C] AHZmoreHUDInventory.esl
[FE 06D] Landscape and Water Fixes.esp
[FE 06E] MajesticMountains_Landscape.esm
[FE 06F] Cathedral - 3D Mountain Flowers.esp
[FE 070] MajesticMountains_Moss.esp
[FE 071] Incoceivable Ice.esp
[FE 072] Vibrant weapons.esl
[FE 073] Crate_weathered.esp
[FE 074] 1wraiths.esl
[FE 075] Occ_Skyrim_AnnEdition.esp
[FE 076] AHZmoreHUD.esl
[FE 077] PraedysSkeletons.esl
[FE 078] CC'sEnhancedOreVeinsSSE-HearthfirePatch.esl
[FE 079] Expressive Facegen Morphs.esl
[FE 07A] BSHeartland - Meshes.esp
[FE 07B] Lux - Master plugin.esm
[FE 07C] Butterflies.esp
[FE 07D] ___SNOW_FIX.esp
[FE 07E] NSUTR_bugfixes.esp
[FE 07F] NSUTR_groundsnow_mesh_fixes.esp
[FE 080] AOS_ISC_Integration.esp
[FE 081] LoS II - Bruma patch.esp
[FE 082] Mrf solitude.esp
[FE 083] COTN Falkreath - TGC patch.esp
[FE 084] JKs Skyrim_Dawn of Skyrim_Patch.esp
[FE 085] DwemerGatesNoRelock.esp
[FE 086] Great Town of Ivarstead - JK Patch.esp
[FE 087] LoS II - JKs Skyrim patch.esp
[FE 088] Heights_of_Skyrim.esp
[FE 089] Mrf's - JK's Blue Palace patch.esp
[FE 08A] HOS - USSEP Patch.esp
[FE 08B] S3DRocks.esp
[FE 08C] CG4 Fx_SnowEffectsMerge.esp
[FE 08D] DoS + JKs - Unofficial Patch.esp
[FE 08E] CG4 FX_SnowDrop.esp
[FE 08F] CG4 FX_SnowTreeSprinkler.esp
[FE 090] Northfires Photoreal Mountains.esp
[FE 091] Vivid_TS_Patch_Ominous.esp
[FE 092] AOS2_FIO Patch.esp
[FE 093] Vivid_TS_AOS_Patch.esp
[FE 094] AOS2_TrueStorms Patch.esp
[FE 095] SeagullsofSkyrim.esp
[FE 096] Beyond Reach - Skyrim Border Tweak.esp
[FE 097] Populated Dungeons Caves Ruins Reborn.esp
[FE 098] Occ_Skyrim_JK-Skyrim_patch.esp
[FE 099] FootprintsSand-patch.esp
[FE 09A] EVE - Ghost Mechanics and Shaders Restored.esp
[FE 09B] CC Misc Patches - Saints and Seducers.esp
[FE 09C] COTN - Winterhold Keep Tweaks.esp
[FE 09D] Occ_Skyrim - TGC Minor Cities and Towns patch.esp
[FE 09E] Populated Forts Towers Places Reborn.esp
[FE 09F] FlyingCrowsSSE.esp
[FE 0A0] Bells of Skyrim - Dawn of Skyrim ORD Patch.esp
[FE 0A1] Populated Lands Roads Paths Reborn.esp
[FE 0A2] RoriksteadBasaltCliffs.esp
[FE 0A3] Great Village of Kynesgrove - USSEP Patch.esp
[FE 0A4] Great Village of Kynesgrove - CRF Patch.esp
[FE 0A5] Occ_Skyrim_City-Entrances-Overhaul-Windhelm_patch.esp
[FE 0A6] Populated Cities Towns Villages Reborn.esp
[FE 0A7] Bells of Skyrim - JKS + DoS Patch.esp
[FE 0A8] CotNF - Door Patch.esp
[FE 0A9] Dlizzio's Mesh Fixes.esp
[FE 0AA] Grass Patch - All CC Mods.esp
[FE 0AB] Stendarr Rising - NSUTR Patch.esp
[FE 0AC] SkyrimIsWindy.esp
[FE 0AD] Landscape For Grass Mods JK'S Skyrim.esp
[FE 0AE] Fortified Whiterun - JKs Skyrim Patch.esp
[FE 0AF] COTN Falkreath - Embers XD Patch.esp
[FE 0B0] Fishing - JKS + DoS patch.esp
[FE 0B1] LoS II - CRF patch.esp
[FE 0B2] HOPs - Horses On Patrol - Stormcloaks.esp
[FE 0B3] MajesticMountains.esp
[FE 0B4] Wild World - SkyTEST.esp
[FE 0B5] mihailcrow.esp
[FE 0B6] Cathedral - Rocky Shores.esp
[FE 0B7] Cathedral_S3D_MountainFlowerOverride.esp
[FE 0B8] Conditional Expressions.esp
[FE 0B9] Cathedral_S3D_MountainFlowerOverride_USSEP_Patch.esp
[FE 0BA] FDIDGArsenalPatch.esp
[FE 0BB] FDISPOPatch.esp
[FE 0BC] Deflection - Dynamic Blocking Combat Overhaul.esp
[FE 0BD] Dirt and Blood - Dynamic Visuals.esp
[FE 0BE] Draco's Beautiful Auroras - Vivid Weathers Patch.esp
[FE 0BF] DustEffectsSSE.esp
[FE 0C0] FIO-ISC Patch.esp
[FE 0C1] FIO-AOS Patch.esp
[FE 0C2] Footprints - ENB.esp
[FE 0C3] GhostLight.esp
[FE 0C4] GoToBed.esp
[FE 0C5] Great Town of Shor's Stone - RS Children Patch.esp
[FE 0C6] animals swim.esp
[FE 0C7] RSChildren.esp
[FE 0C8] Great Village of Kynesgrove - RS Children Patch.esp
[FE 0C9] Great Village of Mixwater Mill - RS Children Patch.esp
[FE 0CA] HagravenSkinShaders.esp
[FE 0CB] Haze Lights + Torches Cast Shadows.esp
[FE 0CC] Immersive Dragon Sounds.esp
[FE 0CD] MannequinStayStill.esp
[FE 0CE] Maxsu_PowerAttackControl.esp
[FE 0CF] MoreHeartsAndFlesh.esp
[FE 0D0] Mourning Restored.esp
[FE 0D1] OblivionLikeLS.esp
[FE 0D2] Praedy's AncientFalmerThrone.esp
[FE 0D3] RIS - Blended Roads Patch.esp
[FE 0D4] RealisticRSChildren.esp
[FE 0D5] RRSC-CRF-Patch.esp
[FE 0D6] RSC CRF Patch.esp
[FE 0D7] RSChildren - CRF Patch.esp
[FE 0D8] RedDragonCultist.esp
[FE 0D9] RichMerchants.esp
[FE 0DA] SOSRaceMenu.esp
[FE 0DB] Scary Traps - 2x Damage.esp
[FE 0DC] SkyHUD.esp
[FE 0DD] SkyHUD - iHUD Patch.esp
[FE 0DE] SkyrimSpellCleaner.esp
[FE 0DF] SoulCairnNoGrass.esp
[FE 0E0] StormLightning.esp
[FE 0E1] SunAffectsNPCVampires.esp
[FE 0E2] Supermoon.esp
[FE 0E3] TESCombatStyleFormCTDFix.esp
[FE 0E4] Thunderchild - Magic Duel Reborn Compatibility Patch.esp
[FE 0E5] Thunderchild - Wyrmstooth Compatibility Patch.esp
[FE 0E6] UstengravDragonStoneFix.esp
[FE 0E7] Vivid Weathers SE - Bruma Patch.esp
[FE 0E8] Vivid Weathers SE - Classic.esp
[FE 0E9] Vivid Weathers SE - Wyrmstooth.esp
[FE 0EA] WiZkiD Imperial Forts.esp
[FE 0EB] Wild World - Animallica.esp
[FE 0EC] prettypotionsDB.esp
[FE 0ED] prettypotionsDG.esp
[FE 0EE] Azura's Star Lighting Tweak.esp
[FE 0EF] mihailwraiths.esp
[FE 0F0] Occ_Skyrim_COTN-Falkreath_patch.esp
[FE 0F1] IFDWACCFPatch.esp
[FE 0F2] SRG Enhanced Trees Activator.esp
[FE 0F3] COTN Falkreath - Grass Mods Patch.esp
[FE 0F4] Occ_Skyrim_City-Entrances-Overhaul-Markarth_patch.esp
[FE 0F5] LoS II - Old Hroldan Ruins patch.esp
[FE 0F6] COTN Morthal - Lanterns of Skyrim II Patch.esp
[FE 0F7] CWRepairs.esp
[FE 0F8] FortifiedWhiterun-BellsofSkyrimPatch.esp
[FE 0F9] COTN Falkreath - Landscape and Water Fixes Patch.esp
[FE 0FA] COTN Falkreath - TGC - Landscape and Water Fixes Patch.esp
[FE 0FB] EVE_GiantCampfiresCastShadowsENBLightVersion.esp
[FE 0FC] man_PeryiteShrine.esp
[FE 0FD] Occ_Skyrim_COTN-Dawnstar_patch.esp
[FE 0FE] JK'S Skyrim and The Marshlands Patch.esp
[FE 0FF] RBB - GB Minor Cities and Towns.esp
[FE 100] Enhanced Vanilla Trees SSE.esp
[FE 101] Embers XD - Patch - JKs Skyrim & TML.esp
[FE 102] Embers XD - Patch - JKs Skyrim & LOS2.esp
[FE 103] RBB - JKs Skyrim Patch.esp
[FE 104] Skytest USLEEP.esp
[FE 105] Great Village of Old Hroldan - LoS II Patch.esp
[FE 106] Great Village of Kynesgrove - Landscape and Water Fixes Patch.esp
[FE 107] Great Town of Karthwasten - USSEP Patch.esp
[FE 108] COTN Falkreath - Lanterns of Skyrim II Patch.esp
[FE 109] JKs Skyrim_Cutting Room Floor_Patch.esp
[FE 10A] Picta Series - ENB Particle Light.esp
[FE 10B] Occ_Skyrim_COTN-Morthal_patch.esp
[FE 10C] Landscape For Grass Mods - The Great Cities PATCH.esp
[FE 10D] Great Town of Ivarstead - USSEP Patch.esp
[FE 10E] Great Town of Shor's Stone - Verdant Patch.esp
[FE 10F] Bells of Skyrim - JKs Skyrim Patch.esp
[FE 110] Paralyze.esp
[FE 111] EastEmpireCompanyArmor.esp
[FE 112] EastEmpireCompanyArmor - Wyrmstooth Patch.esp
[FE 113] COTN Dawnstar - Embers XD [XD ESP] Patch.esp
[FE 114] COTN Dawnstar - Thrones of Skyrim Patch.esp
[FE 115] COTN Dawnstar - Populated Cities Patch.esp
[FE 116] COTN Falkreath - Immersive Laundry.esp
[FE 117] Great Town of Karthwasten - LoS II Patch.esp
[FE 118] COTN Morthal - Embers XD [XD ESP] Patch.esp
[FE 119] COTN Morthal - Laundry Add-on.esp
[FE 11A] WiZkiD wells with real water.esp
[FE 11B] COTN Winterhold - Tamriel Master Lights Patch.esp
[FE 11C] Nilheim_MiscQuestExpansion.esp
[FE 11D] HOPo - Horses On Patrol - Extra Orcs.esp
[FE 11E] CoMAP - Authors Cut.esp
[FE 11F] Scarecrows_of_Skyrim.esp
[FE 120] man_Hircine.esp
[FE 121] GCoDB+NavmeshFix.esp
[FE 122] Great Town of Ivarstead - Landscape Grass Patch.esp
[FE 123] Occ_Skyrim_COTN-Winterhold_patch.esp
[FE 124] Occ_Skyrim_Fortified-Whiterun_patch.esp
[FE 125] COTN Winterhold - Embers XD [XD ESP] Patch.esp
[FE 126] COTN Winterhold - Laundry Add-on.esp
[FE 127] burnBurnBURN.esp
[FE 128] Great Village of Old Hroldan - Landscape and Water Fixes Patch.esp
[FE 129] The Great Village of Kynesgrove - Laundry Add-on.esp
[FE 12A] Great Village of Old Hroldan - LoS II TML Patch.esp
[FE 12B] Great Town of Ivarstead - LoS II - JKs Patch.esp
[FE 12C] Great Town of Ivarstead - Landscape and Water Fixes Patch.esp
[FE 12D] Great Village of Mixwater Mill - USSEP Patch.esp
[FE 12E] LoS II - CEO Windhelm patch.esp
[FE 12F] Great Town of Ivarstead - LoS II Patch.esp
[FE 130] Great Town of Ivarstead - Embers XD [XD ESP] Patch.esp
[FE 131] HOPv - Horses On Patrol - Vanilla.esp
[FE 132] ChimneysmokeHelgen.esp
[FE 133] Great Village of Kynesgrove - Verdant Patch.esp
[FE 134] The Great Town of Ivarstead - Laundry Add-on.esp
[FE 135] The Great Village of Mixwater Mill - Laundry Add-on.esp
[FE 136] EVE - Savos Aren's Regrets Restored.esp
[FE 137] Occ_Skyrim_OldHroldanRuins_patch.esp
[FE 138] Great Town of Shor's Stone - Lanterns of Skyrim II Patch.esp
[FE 139] WiZkiD Signs - No Snow Under the Roof patch.esp
[FE 13A] LoS II - Camp Argentum patch.esp
[FE 13B] CoMAP - Wyrmstooth Fast Travel Patch.esp
[FE 13C] Great Village of Old Hroldan - Embers XD [XD ESP] Patch.esp
[FE 13D] Great Village of Old Hroldan - USSEP Patch.esp
[FE 13E] The Great Village of Old Hroldan - Laundry Add-on.esp
[FE 13F] The Great Town of Karthwasten - Laundry Add-on.esp
[FE 140] Landscape and Water Fixes - Patch - LFfGM.esp
[FE 141] Great Town of Ivarstead - Populated Cities Patch.esp
[FE 142] Skyland Imperial Forts and Dungeons.esp
[FE 143] Great Village of Kynesgrove - LoS II Patch.esp
[FE 144] Paintings - COTN Cities.esp
[FE 145] COTN Morthal - Skyrim Immersive Creatures Patch.esp
[FE 146] COTN Morthal - Amulets Patch.esp
[FE 147] COTN Morthal - Thrones of Skyrim Patch.esp
[FE 148] COTN Winterhold - Amulets of Skyrim Patch.esp
[FE 149] COTN Dawnstar - Amulets of Skyrim Patch.esp
[FE 14A] COTN Dawnstar - SIC SE Patch.esp
[FE 14B] Picta Series - ENB Particle Glow - Architecture.esp
[FE 14C] DoS-AIO-ICAO-Patch.esp
[FE 14D] Occ_Skyrim_Dawn-of-Skyrim_patch.esp
[FE 14E] Fortified Whiterun - Full Version - Dawn of Skyrim 1.5 patch.esp
[FE 14F] Whiterun Dragonsreach Double Door Mesh and Placement Fix.esp
[FE 150] Bells of Skyrim - Dawn of Skyrim DC Patch.esp
[FE 151] WadeInWater.esp
[FE 152] SinkOrSwim.esp
[FE 153] shalidor's maze fixes.esp
[FE 154] dD-No Spinning Death Animation.esp
[FE 155] Paper Maps - The Gray Cowl.esp
[FE 156] Nordic Ruins Sulfur Parallax.esp
[FE 157] Windhelm Snow Shader Parallax.esp
[FE 158] sharpen other swords.esp
[FE 159] IdealMastersHumming.esp
[FE 15A] Cells CDT Fix (USSEP).esp
[FE 15B] MCMHelper.esp
[FE 15C] Immersive Jail Bars.esp
[FE 15D] RSC - PSR Patch.esp
[FE 15E] Better Dynamic Snow - NSUTR Patch.esp
[FE 15F] COTN Falkreath - SPO patch.esp
[FE 160] COTN Falkreath - Amulets Patch.esp
[FE 161] Blended Shorelines.esp
[FE 162] Kovo Candle Lights.esp
[FE 163] RavenRockFixesOnly.esp
[FE 164] Better Dynamic Snow - Snowy Farmhouses.esp
[FE 165] SIC WACCF Patch.esp
[FE 166] DisenchantEverything - USSEP.esp
[FE 167] DisenchantEverything - Legendary.esp
[FE 168] vampirebeastbloodringleft.esp
[FE 169] ISC WACCF Patch.esp
[FE 16A] AOS2_WAF Patch.esp
[FE 16B] SimplerKnock.esp
[FE 16C] NoRadialBlurOnHit.esp
[FE 16D] Headhunter - Bounties Redone.esp
[FE 16E] Populated Skyrim Prisons Cells Reborn.esp
[FE 16F] Headhunter_AllGUD_Support.esp
[FE 170] Skyrim Remastered - Soul Gems ISC Patch.esp
[FE 171] Ruby Red Vampire Eyes - Beast Race Support.esp
[FE 172] Skysan_Icicle.esp
[FE 173] Stormfang.esp
[FE 174] WeaponRangeFix.esp
[FE 175] MortalSkyTestPatch.esp
[FE 176] DawnguardArsenal_WACCF-ACE_Patch.esp
[FE 177] DawnguardArsenal_WACCF_Patch.esp
[FE 178] Gauldurbrand.esp
[FE 179] Combat Gameplay Overhaul - USEEP Patch.esp
[FE 17A] Combat Gameplay Overhaul - WAACF Patch.esp
[FE 17B] KS Dragon Overhaul 2 - TC Patch.esp
[FE 17C] KS Dragon Overhaul 2 - UD Patch.esp
[FE 17D] Beyond Reach - Delayed Quest Start.esp
[FE 17E] Modpocalypse NPCs (v3) Beyond Reach.esp
[FE 17F] Beyond Reach - Shields and Cloaks.esp
[FE 180] Beyond Reach - Temper Recipes.esp
[FE 181] SIC - ENB Light AddOn.esp
[FE 182] SIC - Immersive Sound Integration.esp
[FE 183] Paper Maps - Bruma.esp
[FE 184] Stendarr Rising - BDS2 Patch.esp
[FE 185] EVE - Moss Shaders Restored.esp
[FE 186] Occiglacies.esp
[FE 187] ShockingSkeletonEffect.esp
[FE 188] WindyGrass.esp
[FE 189] DawnGuardDoors.esp
[FE 18A] IFD LFFGM patch.esp
[FE 18B] immersive fd landscape fixes for grass mods patch.esp
[FE 18C] DawnguardBanner.esp
[FE 18D] RichMerchantsSkyrim_x10.esp
[FE 18E] Bloodskal Blade - Tweaks and Enhancements.esp
[FE 18F] RoC_RS_patch.esp
[FE 190] EVE - Deathhound Pet Overhaul.esp
[FE 191] EVE - Deathhound Pet Animations Restored.esp
[FE 192] SkyrimIsWindy - EVT patch.esp
[FE 193] Majestic Holy Mountains.esp
[FE 194] Bears of the North.esp
[FE 195] EVE - Auriels Shield Glow Restored.esp
[FE 196] FlickeringShadowsFix.esp
[FE 197] EVE - Arvak Burning Hooves Restored.esp
[FE 198] EbonyMailEffectShaderFix.esp
[FE 199] COTN Falkreath - Thrones of Skyrim Patch.esp
[FE 19A] EnbAzuraSunMoon.esp
[FE 19B] RedBag's Dragonsreach.esp
[FE 19C] EVE - Spellbreaker Spell Reflection and Ward Visuals Restored.esp
[FE 19D] JS Instruments of Skyrim SE - Uniques.esp
[FE 19E] Ahzidal's Armor set - My version by Xtudo.esp
[FE 19F] SkygazerMoonsSize.esp
[FE 1A0] RealRabbitsHD.esp
[FE 1A1] dcc-topaz.esp
[FE 1A2] EVE - House Telvanni Banners Restored.esp
[FE 1A3] zxlice's ultimate potion animation.esp
[FE 1A4] Awesome Potions Simplified by Revoith.esp
[FE 1A5] Holy Mountains.esp
[FE 1A6] BDS - MM Patch.esp
[FE 1A7] Skyrim Immersive Creatures Special Edition - Settings Loader for New Game.esp
[FE 1A8] iHUD - Settings Loader.esp
[FE 1A9] JKs Skyrim - Gray Cowl Patch.esp
[FE 1AA] Blue Palace Nights.esp
[FE 1AB] Solas ENB Particle Snow Patch.esp
[FE 1AC] NoxWCC.esp
[FE 1AD] HD Stone Quarry and Clay Deposits SE.esp
[FE 1AE] LoS II - Fortified Whiterun patch.esp
[FE 1AF] WRHorse Statue - Horses Gallore.esp
[FE 1B0] CoMAP - Jorrvaskr Marker.esp
[FE 1B1] AshRocks-SE.esp
[FE 1B2] Bruma - MM Patch.esp
[FE 1B3] Sleeping Expanded.esp
[FE 1B4] Use Telekinesis on Traps.esp
[FE 1B5] Gray Cowl - WACCF Patch.esp
[FE 1B6] Gray Cowl Footprints.esp
[FE 1B7] MBO.esp
[FE 1B8] EVGConditionalIdles.esp
[FE 1B9] Modpocalypse NPCs (v3) The Great Town of Ivarstead.esp
[FE 1BA] Modpocalypse NPCs (v3) Cutting Room Floor.esp
[FE 1BB] Modpocalypse NPCs (v3) The Great Town of Shor's Stone.esp
[FE 1BC] Modpocalypse NPCs (v3) The Great Village of Old Hroldan.esp
[FE 1BD] Modpocalypse NPCs (v3) The Great Village of Kynesgrove.esp
[FE 1BE] Modpocalypse NPCs (v3) The Great Town of Karthwasten.esp
[FE 1BF] Modpocalypse NPCs (v3) The Great Village of Mixwater Mill.esp
[FE 1C0] Modpocalypse NPCs (v3) The Great Cities Minor Cities and Towns.esp
[FE 1C1] PraedysElderScrollSoulCairnFix.esp
[FE 1C2] Praedy's Gemstones ISCPatched.esp
[FE 1C3] PraedysEyes.esp
[FE 1C4] ISC Enhanced Blood Patch.esp
[FE 1C5] AOS2_EBT Patch.esp
[FE 1C6] dD-Larger Drips.esp
[FE 1C7] Paper World Map - The Gray Cowl.esp
[FE 1C8] Paper World Map - Bruma.esp
[FE 1C9] Xvision Children - Complete.esp
[FE 1CA] Bloodchill Manor Landscape Fix.esp
[FE 1CB] WarBanner.esp
[FE 1CC] COTN Morthal - Landscape and Water Fixes Patch.esp
[FE 1CD] COTN Dawnstar - Laundry Add-on.esp
[FE 1CE] LoS II - Camp Varglya patch.esp
[FE 1CF] Great Village of Mixwater Mill - LoS II Patch.esp
[FE 1D0] Prom_NoSnowUnderRoof_AzuraSunMoon_Patch.esp
[FE 1D1] The Great Town of Shor's Stone - Laundry Add-on.esp
[FE 1D2] COTN Falkreath - S3DSigns patch.esp
[FE 1D3] COTN Falkreath - CC - Fishing Patch.esp
[FE 1D4] Great Village of Old Hroldan - CC - Fishing Patch.esp
[FE 1D5] COTN Morthal - CC - Fishing Patch.esp
[FE 1D6] Great Town of Shor's Stone - Embers XD [XD ESP] Patch.esp
[FE 1D7] Great Town of Shor's Stone - USSEP Patch.esp
[FE 1D8] CEOWindhelm Navmesh Patch.esp
[FE 1D9] JKs Skyrim_Thunderchild_Patch.esp
[FE 1DA] Great Village of Mixwater Mill - Landscape and Water Fixes Patch.esp
[FE 1DB] Hail Dark Brotherhood - Dawnstar Sanctuary trapdoor camouflage.esp
[FE 1DC] Dawnstar Shore- A Texture Fix.esp
[FE 1DD] Kanjs Chaurus Staff.esp
[FE 1DE] Skyrim Exterior Fixes - Light Sources.esp
[FE 1DF] Great Town of Shor's Stone - Tamriel Master Lights Patch.esp
[FE 1E0] Great Town of Ivarstead - TML Patch.esp
[FE 1E1] Great Town of Karthwasten - LoS II TML Patch.esp
[FE 1E2] Great Village of Mixwater Mill - LoS II TML Patch.esp
[FE 1E3] Stendarr Rising - CRF Patch.esp
[FE 1E4] Great Village of Kynesgrove - LoS II - TML Patch.esp
[FE 1E5] Renthal's Waterwheel Remastered - Katla's Farm Adjustments.esp
[FE 1E6] COTN Morthal - Skyrim 3D Signs Patch.esp
[FE 1E7] COTN Winterhold - S3DSigns Patch.esp
[FE 1E8] Great Town of Karthwasten - Landscape and Water Fixes Patch.esp
[FE 1E9] HighHrothgarWindowGlow.esp
[FE 1EA] Stendarr Rising - Los II - TML patch.esp
[FE 1EB] Stendarr Rising - Los II patch.esp
[FE 1EC] COTN Winterhold - Cathedral Flowers Patch.esp
[FE 1ED] Great Village of Kynesgrove - CC - Fishing Patch.esp
[FE 1EE] Water For ENB - Patch - Atlas Map Markers.esp
[FE 1EF] Paper World Map - Solstheim.esp
[FE 1F0] Gray Cowl of Nocturnal - Unofficial Patch.esp
[FE 1F1] CoMAP - KhajiitCaravans.esp
[FE 1F2] CoWDoorBell.esp
[FE 1F3] Dynamic Things Alternative.esp
[FE 1F4] Stones of Solitude.esp
[FE 1F5] Thickets_to_KG_Marsh_Plants_BOS.esp
[FE 1F6] Fish Anywhere.esp
[FE 1F7] Footprints Transparency Fix.esp
[FE 1F8] XPMSEWeaponsUncloaked.esp
[FE 1F9] HPP - Vaermina's Torpor.esp
[FE 1FA] HPP - My fixes by Xtudo - Chopping Blocks.esp
[FE 1FB] HPP - FirewoodSnow.esp
[FE 1FC] S3D Chopping Block Fixes.esp
[FE 1FD] BetterFireWyrms.esp
[FE 1FE] CCIntegration-UnofficialPatches.esp
[FE 1FF] GDOS - Glorious Solitude Door - Rotation Fix.esp
[FE 200] GDOS - Splendid Mechanized Dwemer Door.esp
[FE 201] Rally's Nord War Horns - Unique Torygg's Horn.esp
[FE 202] Rielle Objects Secured.esp
[FE 203] CC Misc Patches - Forgotten Seasons.esp
[FE 204] CC Misc Patches - Stendarr's Hammer.esp
[FE 205] CC Misc Patches - Divine Crusader.esp
[FE 206] CC Misc Patches - Saturalia Holiday Pack.esp
[FE 207] CC Misc Patches - Necromantic Grimoire.esp
[FE 208] CC Misc Patches - Arcane Accessories.esp
[FE 209] CC Misc Patches - Umbra.esp
[FE 20A] CC Misc Patches - Gallows Hall.esp
[FE 20B] CC Misc Patches - Bone Wolf Additions.esp
[FE 20C] CC Misc Patches - Fishing.esp
[FE 20D] CC Misc Patches - Arcane Archer Pack.esp
[FE 20E] CC Misc Patches - Lord's Mail.esp
[FE 20F] CC Misc Patches - Plague of the Dead.esp
[FE 210] CC Misc Patches - The Gray Cowl Returns.esp
[FE 211] CC Misc Patches - Sunder and Wraithguard.esp
[FE 212] CC Misc Patches - Dawnfang and Duskfang.esp
[FE 213] CC Misc Patches - The Cause.esp
[FE 214] CC Misc Patches - Ruin's Edge.esp
[FE 215] CC Misc Patches - Bloodchill Manor.esp
[FE 216] CC Misc Patches - Bow of Shadows.esp
[FE 217] CC Misc Patches - Chrysamere.esp
[FE 218] CC Misc Patches - Goldbrand.esp
[FE 219] CC Misc Patches - Rare Curios Additions.esp
[FE 21A] CC Misc Patches - Fearsome Fists.esp
[FE 21B] CC Misc Patches - Bittercup.esp
[FE 21C] CC Misc Patches - Dead Man's Dread.esp
[FE 21D] CC Misc Patches - Civil War Champions.esp
[FE 21E] CC Misc Patches - Ghosts of the Tribunal.esp
[FE 21F] CC Misc Patches - Headman's Cleaver.esp
[FE 220] CC Misc Patches - The Contest.esp
[FE 221] 3d Trees - Vanilla Aspens Restored.esp
[FE 222] McmRecorder.esp
[FE 223] NexusCommunityLoadingScreens.esp
[FE 224] fixLOD.esp
[FE 225] JS Emissive Eyes SE - Johnskyrim.esp
[FE 226] Savage Wolves - Fox Fix.esp
[FE 227] Hellish Hounds.esp
[FE 228] Savage Wolves and Feral Foxes.esp
[FE 229] Feral Foxes.esp
[FE 22A] VampireLordTransformFX_FIXED.esp
[FE 22B] dragonbodieslouter.esp
[FE 22C] SummersetBannerFix.esp
[FE 22D] Rudy Nordic Pottery SSE.esp
[FE 22E] PCCombatLipsync.esp
[FE 22F] CAYWYH.esp
[FE 230] DeadlierWerewolfNPCs.esp
[FE 231] WedDialogueFix.esp
[FE 232] DeadlierWerewolfNPCs_VioLens_Patch.esp
[FE 233] man_clavMask.esp
[FE 234] Dynamic Weather And Time Based Detection.esp
[FE 235] Clanggedin's Skyrim Auras.esp
[FE 236] DNPCsAuraSteamCombat.esp
[FE 237] DNPCsDustAuraConstant.esp
[FE 238] Unique Markarth Doors.esp
[FE 239] Great Town of Karthwasten - Embers XD [XD ESP] Patch.esp
[FE 23A] Great Village of Kynesgrove - Embers XD [XD ESP] Patch.esp
[FE 23B] LoS II - EmbersXD - Patch.esp
[FE 23C] Embers XD - Fire Magick Add-On.esp
[FE 23D] Solas ENB SoS Patch.esp
[FE 23E] SoS_AOS2_Patch.esp
[FE 23F] Embers XD - Patch - Rodryks_DragonBridge.esp
[FE 240] Embers XD - Patch - ENB Light.esp
[FE 241] Vivid Landscapes - Snowy Roads Parallax.esp
[FE 242] Vivid_TS_SoS_Patch.esp
[FE 243] LoS II - Sounds of Skyrim patch.esp
[FE 244] SoS_NATENB_Patch.esp
[FE 245] DSerHorsesRevamped.esp
[FE 246] LokiHorses.esp
[FE 247] SkyTest Bears of the North Patch.esp
[FE 248] Vibrant Animated Armoury.esp
[FE 249] Immersive Bears of the North Patch.esp
[FE 24A] Bruma Bears of the North Patch.esp
[FE 24B] CWR_IC_Patch.esp
[FE 24C] COTN Falkreath - Immersive Citizens.esp
[FE 24D] The Brotherhood of Old - RS Children Patch.esp
[FE 24E] SoS_ImmersiveCitizens_Patch.esp
[FE 24F] COTN Morthal - Immersive Citizens Patch.esp
[FE 250] Fluffworks.esp
[FE 251] COTN Winterhold - Immersive Citizens Patch.esp
[FE 252] CEOWindhelm - ICAIO Patch [ESL].esp
[FE 253] Bells of Skyrim - ICAIO Patch.esp
[FE 254] TBoO & SS Patch.esp
[FE 255] OCW_BDS_FEPatch.esp
[FE 256] UltimateCollege.esp
[FE 257] Lux - Mara Valentine patch.esp
[FE 258] Lux - JK's Blue Palace patch.esp
[FE 259] Lux - Skyrim Sewers.esp
[FE 25A] Lux - The Great Cities - Minor Cities and Towns patch.esp
[FE 25B] Lux - Silver Blood inn overhaul.esp
[FE 25C] OCW_TGCs_FEPatch.esp
[FE 25D] Lux - SoS compatibility patch.esp
[FE 25E] Lux - Great Village of Mixwater Mill patch.esp
[FE 25F] UltimateCollege_CRF_Patch.esp
[FE 260] OCW_CRF_FEPatch.esp
[FE 261] UltimateCollege_WACCF_Patch.esp
[FE 262] OCW_WACCF_FEPatch.esp
[FE 263] CWICRFSEPatch.esp
[FE 264] Lux - SLaWF patch.esp
[FE 265] Lux - Great Village of Kynesgrove patch.esp
[FE 266] Lux - Elite Crossbows.esp
[FE 267] Lux - JK's Skyrim.esp
[FE 268] Lux - Cuting Room Floor.esp
[FE 269] Lux - Hendraheim patch.esp
[FE 26A] Lux - Tundra Homestead patch.esp
[FE 26B] UltimateCollege_GCWinterhold_Patch.esp
[FE 26C] OCW_LoS2-TML_FEPatch.esp
[FE 26D] OCW_IL_FEPatch.esp
[FE 26E] OCW_RoB_FEPatch.esp
[FE 26F] UltimateCollege_Arcanum_Patch.esp
[FE 270] OCW_SoS_FEPatch.esp
[FE 271] OCW_ACE_FEPatch.esp
[FE 272] UltimateCollege_NewArmoury_Patch.esp
[FE 273] UltimateCollege_CCWildHorses_Patch.esp
[FE 274] Winterhold College Tree Fix.esp
[FE 275] Occ_Skyrim_Immersive-College-Winterhold_patch.esp
[FE 276] UltimateCollege_CCArcaneArcher_Patch.esp
[FE 277] UltimateCollege_AudioOv_Patch.esp
[FE 278] UltimateCollege_WACCFACE_Patch.esp
[FE 279] UltimateCollege_Amulets_Patch.esp
[FE 27A] Lux - Dead Mans Dread Patch.esp
[FE 27B] Lux - Farmer patch.esp
[FE 27C] Lux - Understone Keep overhaul.esp
[FE 27D] Lux - Great Village of Ivarstead patch.esp
[FE 27E] Lux - COTN Morthal patch.esp
[FE 27F] Lux - Ghosts of the Tribunal CC.esp
[FE 280] Lux - Shadowfoot Sanctum patch.esp
[FE 281] Lux - Windhelm Entrance Overhaul patch.esp
[FE 282] Lux - Great Village of Old Hroldan patch.esp
[FE 283] Lux - Necrohouse patch.esp
[FE 284] Lux - Bittercup Patch.esp
[FE 285] Mrf - Lux - JK blue palace patch.esp
[FE 286] Lux - Rodryk's Dragonbridge patch.esp
[FE 287] Lux - The Cause patch.esp
[FE 288] Lux - Forgotten Seasons.esp
[FE 289] Lux - Wyrmstooth.esp
[FE 28A] Lux - Great Village of Shor's Stone patch.esp
[FE 28B] Lux - Saints and Seducers patch.esp
[FE 28C] Lux - Great Village of Karthwasten patch.esp
[FE 28D] Lux - COTN Dawnstar patch.esp
[FE 28E] Lux - Stendarr Rising patch.esp
[FE 28F] Lux - Dragonsreach Alternate Lighting.esp
[FE 290] Lux - COTN Falkreath patch.esp
[FE 291] Lux - Umbra CC.esp
[FE 292] Lux - Nchuanthumz Dwarven Home patch.esp
[FE 293] Lux - COTN Winterhold patch.esp
[FE 294] Lux - Bloodchill Manor patch.esp
[FE 295] Lux - Embers XD patch.esp
[FE 296] Lux - USSEP patch.esp
[FE 297] Lux - Immersive Citizens patch.esp
[FE 298] Lux - Undeath Patch.esp
[FE 299] Lux - Beyond Skyrim Bruma Patch.esp
[FE 29A] Lux - Immersive Collage Of Winterhold Patch.esp
[FE 29B] Lux - Immersive Fort Dawnguard Patch.esp
[FE 29C] Lux - Dawn of skyrim Patch.esp
[FE 29D] OCW_CellSettings.esp
[FE 29E] Lux - OCW College.esp
[FE 29F] Lux - UCOW patch.esp
[FE 2A0] The Great Cities of Jk's North - No Snow Under the Roof Patch.esp
[FE 2A1] The Great Cities of Jk's North - Rodryks Dragon Bridge Patch.esp
[FE 2A2] The Great Cities of JK's North - eFPS Consistency Patch.esp
[FE 2A3] The Great Cities of JK's North - Lanterns of Skyrim II and Rodryk's Dragon Bridge Consistency Patch.esp
[FE 2A4] COTN Falkreath - Water for ENB Patch.esp
[FE 2A5] Water for ENB - Patch - Volcanic Water.esp
[FE 2A6] Great Town of Ivarstead - Atlas Map Markers Patch.esp
[FE 2A7] Great Village of Kynesgrove - Atlas Map Markers Patch.esp
[FE 2A8] COTN Winterhold - Atlas Map Markers Patch.esp
[FE 2A9] Great Town of Karthwasten - Atlas Map Markers Patch.esp
[FE 2AA] Great Town of Shor's Stone - Atlas Map Makers Patch.esp
[FE 2AB] Modpocalypse NPCs - SSE - KS Hairdos (FM).esp
[FE 2AC] AOS2_Unique Uniques Patch.esp
[FE 2AD] C.O.I.N.esp
[FE 2AE] UltimateCollege_AtlasMapMarkersSE_Patch.esp
[FE 2AF] OCW_AMM-SE_FEPatch.esp
[FE 2B0] COTN Falkreath - Atlas Map Markers SE patch.esp
[FE 2B1] SL01AmuletsSkyrimDGDB_Outfit_Cloaks.esp
[FE 2B2] C.O.I.N. - Cutting Room Floor Patch.esp
[FE 2B3] C.O.I.N. - Bruma Patch.esp
[FE 2B4] C.O.I.N. - USSEP Patch.esp
[FE 2B5] C.O.I.N. - Wyrmstooth Patch.esp
[FE 2B6] C.O.I.N. - WACCF Patch.esp
[FE 2B7] Paper World Map.esp
[FE 2B8] Paper World Map Unofficial Fix - Vanilla.esp
[FE 2B9] Bashed Patch, 0.esp
[FE 2BA] Synthesis.esp
[FE 2BB] snow patch all.esp
[FE 2BC] Occlusion.esp
}
Is it an engene fixes issue? If yes is it possible to fix? Ty!

CleanSKSECosaves does not work for quicksave

As title says. Older .skse co-saves are not removed after creating new quicksave.

EngineFixes.log contents:
F:\skyrim-dev\repos\EngineFixesSkyrim64\src\main.cpp(97): [info] Engine Fixes v6.1.1 F:\skyrim-dev\repos\EngineFixesSkyrim64\src\main.cpp(100): [info] loaded config successfully F:\skyrim-dev\repos\EngineFixesSkyrim64\src\main.cpp(128): [info] beginning pre-load patches F:\skyrim-dev\repos\EngineFixesSkyrim64\src\main.cpp(134): [info] pre-load patches complete F:\skyrim-dev\repos\EngineFixesSkyrim64\src\main.cpp(13): [info] beginning post-load patches F:\skyrim-dev\repos\EngineFixesSkyrim64\src\main.cpp(33): [info] post-load patches complete F:\skyrim-dev\repos\EngineFixesSkyrim64\src\patches\miscpatches.cpp(111): [warning] Error occurred trying to open file: fopen_s(C:\Users\Pinkbyte\Documents\My Games\Skyrim Special Edition\Saves\Quicksave0_FBEA902C_0_416A697261_DBMDGSafehouse_060721_20230619172705_121_1.ess.tmp, r+b), errno 2 F:\skyrim-dev\repos\EngineFixesSkyrim64\src\patches\miscpatches.cpp(111): [warning] Error occurred trying to open file: fopen_s(C:\Users\Pinkbyte\Documents\My Games\Skyrim Special Edition\Saves\Quicksave0_FBEA902C_0_416A697261_DBMDGSafehouse_060722_20230619172742_121_1.ess.tmp, r+b), errno 2 F:\skyrim-dev\repos\EngineFixesSkyrim64\src\patches\miscpatches.cpp(111): [warning] Error occurred trying to open file: fopen_s(C:\Users\Pinkbyte\Documents\My Games\Skyrim Special Edition\Saves\Quicksave0_FBEA902C_0_416A697261_DBMDGSafehouse_060722_20230619172749_121_1.ess.tmp, r+b), errno 2

Skyrim version: 1.6.640
SKSE64 version: 2.2.3

skse_cosaves

stack dumping possible workaround

edit: AFAICT turns out save corruption due to stack dumping happens later on in the game - after the stack dump, which is apparently just a diagnostic. Patching the check seems like it will just prevent the diagnostic from firing, without actually correcting the base issue.

original:
Since you're likely going to be digging around in the VM internals fixing the bug with the entry point, it might be fruitful to check out the stack dumping mechanism. From the looks of it using IDA, the general scheme is "if we have too many stacks, trigger random deletion of scripts" which can be an issue if the lost script was anything important, like a civil war handler or companion script. One thing I've noticed is that SSE seems to be fine with allocating hundreds of megabytes of stack space for the VM, but it still dumps at the original limit based on the OG skyrim stack. A setting that allows you to change the amount of scripts suspended until stack dump would be pretty nice to have, which would allow much heavier script load spikes without risking permadamage to the save.
tl;dr One can now allocate a very large amount of memory to the stack (2 gigs if I'm reading it right). Skyrim still behaves as though it's limited to 74k stack space for the VM. Skyrim dumps scripts to stay under the 74k limit, even if the true limit has been changed in the INI. Possible add a feature to either only dump the stack (as opposed to memory corruption that isn't logged) when the game actually needs to dump, or allow the user to disable the stack dumping system altogether if they want to run heavy scripts and will set the stack size very high. I'll give it a shot over the next few weeks, but if you want to take a look at it while you're working on the VM and see how much work it would take you to implement, that would be great.

Lip files or any facial animations not triggering

Hi there

I want to report an issue that was present in LE, but SE still seems to be affected. The issue is the following:
When using mods that add a lot of actors to the same loaded area, the lips of NPCs will no longer move when those NPCs say any "hello" comments or anything that doesn't involve a player dialogue tree (when "activating" the NPC).

This is not the same issue as the "lip synch bug", which was fixed in LE by this fix: https://www.nexusmods.com/skyrim/mods/75951/
The issue I described has the the lips not moving at all.

Here's a video, I made a while back, adressing the issue: https://www.youtube.com/watch?v=TxpLa4-ebl0

This video is on LE, but SE users reported the same issue: https://www.reddit.com/r/skyrimmods/comments/99lrud/the_lipsync_bug_is_apparently_still_a_thing_in_sse/ which indicates the bug is still present in SE.

I assume it's an issue with the way the Skyrim and SE Engine works, hence I'm reporting it here.

Could someone take a look at it?

Thank you in advance

Kind regards

Sacra

WarehouseTraps cell

Found something bizarre. Any edits to traps in this test cell seem to have ramifications for the trap all over Skyrim.

Example
http://icecream.me/uploads/f6f05f88c9ea5f93034e5a181efe213e.png

Seems unremarkable and inconsequential yet this one edit made by Ruined Temple of Phynaster seems to spawn invisible frost trap runes randomly throughout skyrim, but in consistent locations (white river watch just after the blind bandit in one case) . Even reverting it to vanilla with a patch doesn't fix it. I had to remove this edit in the master to fix it. The mod doesn't even reference the trap here or edit the projectile, effects, or anything related to it. Its an unintentional mundane wild edit. No scripts, no meshes either.

The author of Isle of Ashes also reported similar invisible traps spawning on his end when this cell was edited.

I chatted with Arthmoor about it; his guess was it'd be likely be an engine thing but weird none the less.

[SUGGESTION] Expand file handle limit to 8192

According to some, this should be possible now, with some recent updates to windows, but no one has given me much info on it beyond that, so Iโ€™m kind of suggesting on a whim. Iโ€™d like your input on this, if you can supply it.

Enginefixes.dll couldn't load plugin (0000007E)

I'm trying to run Skyrim with Engine Fixes for the first time and I get the above error message and I have no idea why. I double- and triple-checked to make sure the Engine Fixes, SKSE, and main game are all up to date and all on the same version so I don't think that's the problem... I don't know what plugin it's referring to.

She was running alright yesterday except for the corrupted save bug and I made sure to follow the install instructions for Engine Fixes so I'm not sure what I'm doing wrong.

This is what d3dx9_42.log reads:

skse64 plugin preloader - d3dx9_42
exe path: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\SkyrimSE.exe
loaded into SkyrimSE.exe or SkyrimVR.exe, proxying SkyrimSE d3dx9_42 funcs and registering preload hook
success
hook triggered, loading dll plugins (meh's loader)
failed to search dll plugin directory
DLLPlugin loader finished
hook triggered, loading skse plugins
found plugin "EngineFixes" for preloading
attempting to load found plugins
attempting to load "C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\EngineFixes.dll"
LoadLibrary failed
loader finished

*I only really understand modding from the user-end of things so I could really use some help, thanks ๐Ÿ˜ฅ

silent crash since version 5.5.0

after updating to version 5.6.0 (happens on 5.5.0 too) game silently crashes on load to main menu

d3dx9_42.log

skse64 plugin preloader - d3dx9_42
exe path: G:\Games\modded\The Elder Scrolls - Skyrim - Special Edition\SkyrimSE.exe
loaded into SkyrimSE.exe or SkyrimVR.exe, proxying SkyrimSE d3dx9_42 funcs and registering preload hook
success
hook triggered, loading dll plugins (meh's loader)
failed to search dll plugin directory
DLLPlugin loader finished
hook triggered, loading skse plugins
found plugin "EngineFixes" for preloading
attempting to load found plugins
attempting to load "G:\Games\modded\The Elder Scrolls - Skyrim - Special Edition\Data\SKSE\Plugins\EngineFixes.dll"
loaded successfully and Initialize() called
loader finished

skse64.log

checking plugin G:\Games\modded\The Elder Scrolls - Skyrim - Special Edition\Data\SKSE\Plugins\\EngineFixes.dll
unknown QueryInterface 00000007
registering plugin listener for SKSE at 15 of 16
plugin G:\Games\modded\The Elder Scrolls - Skyrim - Special Edition\Data\SKSE\Plugins\\EngineFixes.dll (00000001 EngineFixes plugin 00000005) loaded correctly

EngineFixes.log

E:\Repos\skse64\EngineFixesSkyrim64\src\main.cpp(86): [info] Engine Fixes v5.6.0
E:\Repos\skse64\EngineFixesSkyrim64\src\main.cpp(89): [info] loaded config successfully
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 0B / 2048B (00.00%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 14B / 2048B (00.68%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 28B / 2048B (01.37%)
E:\Repos\skse64\EngineFixesSkyrim64\src\main.cpp(137): [info] beginning pre-load patches
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 36B / 2048B (01.76%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 58B / 2048B (02.83%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 66B / 2048B (03.22%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 89B / 2048B (04.35%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 97B / 2048B (04.74%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 121B / 2048B (05.91%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 129B / 2048B (06.30%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 151B / 2048B (07.37%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 159B / 2048B (07.76%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 167B / 2048B (08.15%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 220B / 2048B (10.74%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 228B / 2048B (11.13%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 268B / 2048B (13.09%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 276B / 2048B (13.48%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 290B / 2048B (14.16%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 362B / 2048B (17.68%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 376B / 2048B (18.36%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 400B / 2048B (19.53%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 408B / 2048B (19.92%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 438B / 2048B (21.39%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 446B / 2048B (21.78%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 460B / 2048B (22.46%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 474B / 2048B (23.14%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 509B / 2048B (24.85%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 523B / 2048B (25.54%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 565B / 2048B (27.59%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 573B / 2048B (27.98%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 630B / 2048B (30.76%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 638B / 2048B (31.15%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampoline.cpp(114): [info] Default Trampoline => 680B / 2048B (33.20%)
E:\Repos\skse64\CommonLibSSE\include\SKSE\Trampol

[Suggestion] Include parallax fix.

The parallax fix is a separate mod that is currently not working for AE 1.6.342 or 1.3.535. I think it would be worth including here.

MaxStdio

I have very long loading screen before menu. MaxStdio = 2048. Is this is a fix for it?

Fix for slowed down animations in Sleep/Wait Menu and Book Menu

Whenever a slow time effect is active (or when using the sgtm command), the animations in the Book Menu are also slowed down. Similar issue in Sleep/Wait Menu, the speed of the countdown is affected by the speed multiplier.
The problem occurs because the game uses the in-game timer instead of the real time one to calculate the timing in these menus. Replacing the references to these global values to the real time counters fix this issue.

Code snippet that should fix this for both menus:

REL::ID secondsSinceLastFrame_RealTime(523661);
REL::Relocation<std::uintptr_t> bookMenuHook{ REL::ID(50118), 0xA95 };
REL::Relocation<std::uintptr_t> sleepWaitMenuHook{ REL::ID(51614), 0x1C0 };

std::uint32_t offset = static_cast<std::uint32_t>(secondsSinceLastFrame_RealTime.address() - (bookMenuHook.address() + 0x8));
REL::safe_write(bookMenuHook.address(), offset + 0x4);

offset = static_cast<std::uint32_t>(secondsSinceLastFrame_RealTime.address() - (sleepWaitMenuHook.address() + 0x8));
REL::safe_write(sleepWaitMenuHook.address(), offset + 0x4);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.