This fork of QuickLootEE has some differences, such as:
- Moves the CLib dependency into a submodule
- Cleans up the building process
- Supports 1.5.97, 1.6.640 and 1.6.1770 in one DLL (other versions untested but should work)
- VR is not supported, but a VR version can be found here
- The DLL has been renamed to reflect that change, it is now named
QuickLootIE.dll
- Implements the changes from Parapet's PR that integrates Inventory Interface Information Injector compatibility.
- Implements the changes from CPPCooper's PR which adds support for Hunterborn
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- 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++
- Spriggit
- Below are instructions for the CLI version
- Open
x64 Native Tools Command Prompt
- Run
cmake
- Close the cmd window
# Cloning the repo with the --recursive flag to init the submodules
git clone https://github.com/MissCorruption/QuickLootIE --recursive
cd QuickLootIE
# Building the Cmake project
cmake --preset ALL
cmake --build build --config Release
# Building the ESP File
Path/To/Spriggit.CLI.exe deserialize --InputPath Source\\ESP --OutputPath QuickLootIE.esp
- Address Library for SKSE Plugins
- Microsoft Visual C++ Redistributable for Visual Studio 2022
- SKSE64
- SkyUI
- ilian53 for the original QuickLootEE
- Parapets for the PR for Inventory Interface Information Injector integration
- AtomCrafty for the sorting fix and persistent selection index
- Ponzipyramid for the CommonLibSSE NG Template this fork is based on
- Noggog for Spriggit
- Komegaki for the new icon