/skyrimvr-backpack

Primary LanguageC++OtherNOASSERTION

SKSE plugin source for Skyrim mod: Backpack VR

User requirements:

  • SKSE
  • Skyrim VR Tools
  • Address Library VR

Build instructions:

  1. install vcpkg
  2. add vcpkg path to environment variables as VCPKG_ROOT and run /vcpkg/bootstrap-vcpkg.bat
  3. install Visual Studio 2022 with "C++ Desktop Development" module
  4. install VSCode
  5. open this repository's root folder in VSCode and it will automatically configure itself.

thanks to mrowrpurr & github.com/SkyrimScripting for cmake templates