Skip to content

Backporter/smp-wind

 
 

Repository files navigation

SMP Wind

A Skyrim mod that adds wind physics to HDT-SMP.

Build Instructions And Requirements

User Requirements

Register Visual Studio as a Generator

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

Building

# 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>

Build Targets

vs2022-windows-nocuda
vs2022-windows-nocuda-avx
vs2022-windows-nocuda-avx2
vs2022-windows-nocuda-avx51

Build Modes

Debug
Release

About

A Skyrim mod for wind physics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 92.6%
  • C 6.1%
  • CMake 1.1%
  • Other 0.2%