Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 844 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 844 Bytes

Inventory Interface Information Injector

Injects custom icons and other information into SkyUI's inventory item interfaces.

Port of original mod by Parapets to Skyrim version 1.5.97.

Requirements

  • CMake
    • Add this to your PATH
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++

Register Visual Studio as a Generator

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

Building

git clone https://github.com/Fuzzlesz/InventoryInjector-1.5
cd InventoryInjector-1.5
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release