A Skyrim mod that adds wind physics to HDT-SMP.
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2019
- Desktop development with C++
- CommonLibSSENG
- Add this as as an environment variable
CommonLibSSEPath
- Add this as as an environment variable
- Address Library for SKSE
- Needed for SSE/AE
- VR Address Library for SKSEVR
- Needed for VR
- Open
x64 Native Tools Command Prompt - Run
cmake - Close the cmd window
# clone latest git
git clone -b test https://github.com/Backporter/smp-wind.git
# go into the directory
cd smp-wind
# init/update submodules
git submodule update --init --recursive
# build target
cmake --preset <Target>
# build project
cmake --build build --config <Mode>
vs2022-windows-nocuda
vs2022-windows-nocuda-avx
vs2022-windows-nocuda-avx2
vs2022-windows-nocuda-avx51
Debug
Release