Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
XPMSSE by Groovtama https://www.nexusmods.com/skyrimspecialedition/mods/1988
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
So, when testing my mod Skyrim Directional Combat, I found that a lot of the animations looked really messy because characters got way too close. Way closer than realistic, because your arms phase into their body and looks pretty bad. This also made the "enemies swarm you" problem worse because the enemies would compact themselves into this tiny space trying to reach you, arms and legs phasing into each other the whole time.
This is the case with pretty much all combat mods. When trying to fix this, I spent a ton of time trying to write an SKSE plugin to dynamically scale the collision box based on animation. That took way more work than I wanted so instead I just went into the XPMSSE skeleton nif and made the collision bounds bigger. That's it. That's the entire mod. This is done for humanoids, draugr, and falmer
Obviously this might be more problematic since it could be easier to get stuck in doorways or other stuff but at least fights look more like fights. I seriously doubt this will ever get updated.