powerof3 / EnhancedDeathCamera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhanced Death Camera

SKSE plugin that improves death camera

Requirements

  • CMake
    • Add this to your PATH
  • PowerShell
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++
  • CommonLibSSE
    • You need to build from the powerof3/dev branch
    • Add this as as an environment variable CommonLibSSEPath

User 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/powerof3/EnhancedDeathCamera.git
cd EnhancedDeathCamera

SSE

cmake --preset vs2022-windows-se
cmake --build build --config Release

AE

cmake --preset vs2022-windows-ae
cmake --build buildae --config Release

License

MIT

About

License:MIT License


Languages

Language:C++ 76.3%Language:CMake 20.1%Language:Python 3.7%