/DynamicArmorVariants-1.5

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

Primary LanguageC++MIT LicenseMIT

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

Requirements

Register Visual Studio as a Generator

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

Building

git clone https://github.com/Fuzzlesz/DynamicArmorVariants-1.5
cd DynamicArmorVariants-1.5
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release