SKSE plugin that auto generates crafting and smelting recipes SSE/AE VR
- CMake
- Add this to your
PATH
- Add this to your
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022 or newer
- Desktop development with C++
- Address Library for SKSE
- Needed for SSE/AE
- VR Address Library for SKSEVR
- Needed for VR
git clone https://github.com/powerof3/CraftingRecipeDistributor.git
cd CraftingRecipeDistributor
git submodule update --init --recursive
cmake --preset vs2022-se
cmake --build --preset vs2022-se
cmake --preset vs2022-ae
cmake --build --preset vs2022-ae
cmake --preset vs2022-vr
cmake --build --preset vs2022-vr
Replace vs2022 with vs2026 to build with Visual Studio 2026.