- XMake [2.8.2+]
- C++23 Compiler (MSVC)
- Starting the game as a Nord no longer breaks intended mechanics.
- Player movement speed now does not scale with race height.
- Spell absorption cap will no longer exceed fPlayerMaxResistance.
- Concentration spells that costs more (per second) than the actor's total magicka amount can no longer be casted.
- Jump height while sneaking is reduced (disabled by default).
- Tested on Skyrim Special Edition 1.5.97.0 and 1.6.1170.0
xmake project -k vsxmake
git submodule submodule --init --recursive
xmake build
Styyx for the following tweaks: Tweaks::SneakJumpHeight.
collinswrath for the following patches: Fixes::ScaleMovementSpeed, Tweaks::AbsorptionChance. Originally found in Blade And Blunt.
Qudix for CommonLibSSE-NG Template Plugin.
CharmedBaryon and all the people who contributed to CommonLibSSE-NG.