About This File
UPDATE
Â
Incremented to v3.0.0 because plugin is now ESLified and this not backwards compatible with existing save with ESP version.
Â
Changes:
- ESP-FE
- Includes Estrus fix as according to bug reports from vpoteryaev and yeahhowaboutnooo it affected users even without mod
- Corrected OMEAX registration
Â
EXPERIMENTAL: Do not use on serious save just yet. Please test on branch save or new game and report back if issues.
Â
Based off Conditional Expressions Extended version.
Â
Includes WowWowWibbleWoggleWazzieWu's HDT-SMP Physics Fix (untested).
Â
Swaps OnMagicEffectApply (OMEA) to OnMagicEffectApplyEx (OMEAX). Read about former's problems here. While BWA's NPC cloak is still unrecommended, this may help overall.
Â
Details
Â
Used Papyrus Profiler and noticed BWA big chunk of calls. While large number does not always equal lot of work, reducing may help.
Â
Simple explanation: OMEA turn NPC into call center. When called (magic effect is applied to them), they check call to see if relevant. With lot of cloak mods, can receive a lot of unrelated calls.
Â
While check is not costly, sheer number of calls (compounded by number of applicable npcs) may be bad as can cause VM overstressing and stack dumping.
Â
OMEAX basically add call screening. Only relevant calls reach call center and are guaranteed to require response. In personal test, chunk in Papyrus Profiler graph completely disappeared after swap.
Â
Edit 4 cases of OMEA in original BWA (3 refalias, 1 ame).
Â
Note: raising NPC limit if enabled will still increase BWA OnUpdate which could be costly tho less OMEA with this. Suggest stick with npc custom list.
Â
Requirements
Â
Version major incremented because no backwards compatibility and new added prerequisites:
Â
PO3's Papyrus Extender for OMEAX.
Â
FormList Manipulator if Milk Mod Economy user (Does BWA SE still work with MME? Never used)
Â
Installation
Â
New game recommended for testing. For testing in existing, recommend clean install or at least trying to use clean up in mcm first.
Â
Future Plan
Â
Maybe patch so Sex Flush work with OStim SA.
Â
Edited by BeranabusBarnes
Update
What's New in Version 3.0.0_Testing
Released
- ESP-FE (NOT BACKWARDS COMPATIBLE SO 2->3)
- Estrus fix
Â
2.0.1_Testing
- Fixed incorrect registration (will likely require clean save or new game)
Â
2.0.0_Testing
- Added HDT-SMP fix
- Replaced OMEA with OMEAX