Skip to content

powerof3/FavoriteMiscItems

Repository files navigation

Favorite Misc Items

SKSE plugin that allows you to favorite books, keys, soulgems and other misc items.

Requirements

  • CMake
    • Add this to your PATH
  • PowerShell
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2019
    • Desktop development with C++
  • CommonLibSSE
    • You need to build from the powerof3/dev branch
    • Add this as as an environment variable CommonLibSSEPath

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/powerof3/FavoriteMiscItems.git
cd FavoriteMiscItems
cmake -B build -S .

License

MIT