Sneaking the way Dovahkiin intended it.
- Slit and choke throats by using the main attack button
- Ensure no-one goes to sleep because they are afraid you'll stab them
- CMake
- Add this to your
PATH
- Add this to your
- 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++
- The Elder Scrolls V: Skyrim Special Edition
- Add the environment variable
Skyrim64Path
to point to the root installation of your game directory (the one containingSkyrimSE.exe
).
- Add the environment variable
- Mod Organizer 2
- Add the environment variable
SkyrimMoPath
to point to the root installation of your Mo2 SkyrimSE directory (the one containingModOrganizer.exe
).
- Add the environment variable
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release
- Set
COPY_OUTPUT
orCOPY_OUTPUT_MO
toON
to automatically copy the built dll to the game/mo directorycmake --preset vs2022-windows -DCOPY_OUTPUT=ON
cmake --preset vs2022-windows -DCOPY_OUTPUT_MO=ON
- Build the
package
target to automatically build and zip up your dll in a ready-to-distribute format.cmake --build build --config Release --target package
All files in this repository are released under the MIT License