megapatato / DynamicArmorVariants

Framework for mods to define variants of armors by swapping armor addons dynamically at runtime.
MIT License
0 stars 0 forks source link

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

Requirements

Register Visual Studio as a Generator

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.