Port of SSE Engine Fixes from Skyrim SE for Skyrim VR. Go to https://www.nexusmods.com/skyrimspecialedition/mods/17230 for the SE mod.
PLEASE DO NOT REQUEST SUPPORT FOR THIS VERSION OF THE MOD ON NEXUS. IF YOU HAVE ISSUES CONTACT ME OR POST AN ISSUE HERE
- toml++
- tbb
- commonlibvr
- sksevr - Include projects:
- common_vc14
- skse64
- skse64_common
Add dependencies' include
directory to IncludePath
and output lib to AdditionalLibraryDirectories
. Individual projects may be added as reference projects to EngineFixesVR so they will build first.
- Max STDIO patch
- Enabled AchievementsWithMods
- Form Caching
- TreeLODReference Caching
- Double Perk Apply Fix
- PatchMemoryAccessErrors
- PatchLipSync
- PatchCellInit
- PatchGHeapLeakDetectionCrash
- PatchAnimationLoadSignedCrash
- PatchBSLightingAmbientSpecular
- PatchBSLightingShaderParallaxBug
- PatchCalendarSkipping
- PatchConjurationEnchantAbsorbs
- PatchEquipShoutEventSpam
- PatchPerkFragmentIsRunning
- PatchRemovedSpellBook
- PatchSleepWaitTimeModifier
- PatchSavedAddedSoundCategories
- FixAbilityConditionBug - Implemented c++ version of meh321's BugFixesSSE c# project
- FixBuySellStackSpeechGain - Implemented c++ version of meh321's BugFixesSSE c# project
To install drop in your SKSE/Plugins the dll and ini file. Configure the ini file if you want to disable features.
Also the "(Part 2) Engine Fixes - skse64 Preloader and TBB Lib" zip file needs to be extracted to your main SkyrimVR folder or the plugin will not load correctly
reddit troll mod u/xMindweaverx does not have my permission to use this mod for any purpose. He has singlehandedly destroyed the r/fo4vr subreddit and community.
Please join r/fallout_VR for your fallout VR modding and support needs.
Most I have done here is fix offsets and update some assembly code to match the VR binary. All code design and original ideas credit goes to aers and the people they list in the mod page credits:
- aers - original SSE mod author
- Nukem - more stuff than I can mention
- Sniffleman/Ryan - Misc Fixes + CommonLibSSE
- meh321 - research into tree LOD function (SSE fixes), bugfixes LE & port permissions, and for making BugFixesSSE source available so I can port it
- sheson - skse plugin preloader for LE alongside meh
- himika - scatter table implementation from libskyrim (LE), plus tons of research function/variable names
- kassent - useful information from the source code of various skse plugins
- Kole6738 - cosave cleaner idea+code
- LStewieAL - Things ported from here
- Ghidra
- Cheat Engine
- Reclass
- Visual Studio
- SKSE Source