/SSEShaderTools

SKSE plugin for replacing Skyrim SE shaders at launch.

Primary LanguageC++MIT LicenseMIT

Plugin for SSE Parallax Shader Fix.

Requirements

Register Visual Studio as a Generator

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

Building

git clone https://github.com/aers/SSEShaderTools
cd SSEShaderTools
git submodule update --init --recursive
cmake -B build -S .