Skip to content

Framework for mods to define variants of armors by swapping armor addons dynamically at runtime.

License

Notifications You must be signed in to change notification settings

megapatato/DynamicArmorVariants

 
 

Repository files navigation

Framework for mods to define variants of armors by swapping armor addons dynamically at runtime.

Requirements

  • 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
  • Visual Studio Community 2022
    • Desktop development with C++

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building on the command line

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

Dependencies

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.

About

Framework for mods to define variants of armors by swapping armor addons dynamically at runtime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.0%
  • Papyrus 6.9%
  • CMake 4.6%
  • Batchfile 1.5%