SKSE plugin that lets you use OR take items
- CMake
- Add this to your
PATH
- Add this to your
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022 or newer
- Desktop development with C++
- Address Library for SKSE
- Needed for SSE/AE
git clone https://github.com/powerof3/UseOrTake.git
cd UseOrTake
git submodule update --init --recursive
cmake --preset vs2022-se
cmake --build --preset vs2022-se
cmake --preset vs2022-ae
cmake --build --preset vs2022-ae
Replace vs2022 with vs2026 to build with Visual Studio 2026.