This is the Source code to the Skyrim Mod NPCs Use Potions. Bug reports and suggestions should be posted in the Bug / Forum section of the nexusmods page.
- CMake
- Add this to your
PATH
- Add this to your
- The Elder Scrolls V: Skyrim Special Edition
- Add the environment variable
SkyrimOutputPath
to point to the folder where you want to store your compiled Plugins.
- Add the environment variable
- The Elder Scrolls V: Skyrim VR
- For the VR Edition
- Vcpkg
- Add the environment variable
VCPKG_ROOT
with the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
- CommonLibNG
- add its path to the environment variable
CommonLibNGPath
- add its path to the environment variable
- Skyrim Script Extender
- Address Library for SKSE Plugins
- For the Special Edition or Anniversary Edition
- VR Address Library for SKSEVR
- For the VR Edition
git clone https://github.com/muenchk/NPCsUsePotions.git
cd NPCsUsePotions
cmake --preset all
cmake --build build --config Release
git clone https://github.com/muenchk/NPCsUsePotions.git
cd NPCsUsePotions
git checkout vr
cmake --preset vr # for Skyrim VR
cmake --build buildvr --config Release