Skip to content

rethesda/PhotoMode

 
 

Repository files navigation

Photo Mode

SKSE plugin that adds photomode for Skyrim Special Edition

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

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/PhotoMode.git
cd PhotoMode
# pull commonlib /extern to override the path settings
git submodule init
# to update submodules to checked in build
git submodule update

SSE

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

AE

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.5%
  • C 33.5%
  • CMake 3.7%
  • Other 0.3%