Spell Absorption Function is sourced from Magic Tweaks by SeaSparrow. Big Thanks to them! https://github.com/SeaSparrowOG/MagicTweaks
- CMake
- Add this to your
PATH
- Add this to your
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
- Open
x64 Native Tools Command Prompt - Run
cmake - Close the cmd window
git clone https://github.com/tomnGithub/SpellAbsorptionRework_DLL
cd SpellAbsorptionRework_DLL
cmake --preset vs2022-windows-vcpkg-release
cmake --build build --config Release