Framework for mods to define variants of armors by swapping armor addons dynamically at runtime.
- Skyrim Special Edition
- Skyrim Special Edition Creation Kit
- Unpack %ProgramFiles%\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts.zip
- CMake
- Add this to your
PATH
- Add this to your
- 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/Exit-9B/DynamicArmorVariants
cd DynamicArmorVariants
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release
The following projects are dependencies of this mod, automatically fetched and built. They are listed here for reference in case they need to be updated.
- SKSE64 SDK
- MCM Helper SDK
- UIExtensions SDK
- Extract the BSA using your favorite tool (e.g. Bethesda Archive Extractor)
- Update files at
External/UIExtensions