Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.29 KB

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.