PapyrusTweaks
Collection of tweaks and fixes for Skyrim's Papyrus Engine
Install / Use
/learn @Nightfallstorm/PapyrusTweaksREADME
PapyrusTweaks
Collection of tweaks and fixes for Skyrim's Papyrus engine.
Requirements
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2019
- Desktop development with C++
User Requirements
- Address Library for SKSE
- Needed for SSE
- VR Address Library for SKSEVR
- Needed for VR
Register Visual Studio as a Generator
- Open
x64 Native Tools Command Prompt - Run
cmake - Close the cmd window
Building
git clone https://github.com/Nightfallstorm/PapyrusTweaks.git
cd PapyrusTweaks
cmake --preset PapyrusTweaks
cmake --build build --config Release
