hakasapl / ParallaxGen

NIF dynamic patcher for Skyrim
https://www.nexusmods.com/skyrimspecialedition/mods/120946
GNU General Public License v3.0
8 stars 3 forks source link
directx modding nexus patcher skyrim

ParallaxGen

NIF patcher to patch meshes for various things in your load order.

See the Nexus Page for full description.

Contributing

Contributors are welcome. Thank you in advance! This is a CMake project with VCPKG for packages. Supported IDEs are Visual Studio 2022 or Visual Studio Code. Personally I use Visual Studio Code with the clangd extension. It tends to be much faster than VS2022.

Visual Studio Code

Visual Studio 2022

You should be able to just open the directory in Visual Studio and everything should automatically work.

Initializing Project

  1. Install pre-commit from here
  2. Install pre-commit hook: pre-commit install
  3. Get git submodules: git submodule init and git submodule update
  4. Configure CMake