QuickLootIE is a fork from QuickLootEE which aims to offer the definitive version of QuickLoot. It intregates several features scattered across different QL versions under one umbrella to remove the burden of choice from the End User, while also adding new features to it. Below you can find a list of new features and requirements to use and/or build the project.
Special thanks to Faen90 and AtomCrafty for helping with this project. This would have taken longer if not outright impossible without them!
- A new name, QuickLootIE, to differentiate from the original
- A new icon, made by Komegaki
- One DLL for all Flatrim versions of Skyrim (1.5.97 <-> 1.6.1170)
- A VR version of QuickLoot can be found here
- An entirely overhauled MCM with new settings
- Courtesy of Faen90
- Including a toggle to disable QuickLoot for animals to ensure compatibility with Hunting Overhauls
- Courtesy of CPPCooper
- A new, customizable sorting system
- Users can choose what should be sorted at the top of the LootMenu (i.e. Gold)
- Courtesy of AtomCrafty
- A revamped LOTD integration with a Completionist one to match, including icons
- A
Take All
button has been added to the LootMenu - Dynamically scale the LootMenu based on the amount of items in the container
- Inventory Interface Information Injector integration to display icons in the LootMenu
- Courtesy of Parapet
- 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
- Caprica
- To compile the papyrus scripts
- Due to the scripts being declared as native, Skyrim's CK will not be able to compile them
- 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
- PapyrusUtil SE - Modders Scripting Utility Functions
- Inventory Interface Information Injector
- Not required for the mod to function, only required if you want to benefit from it's integration.
- ilian53 for the original QuickLootEE
- Parapets for the PR for Inventory Interface Information Injector integration
- AtomCrafty for major contributions to the codebase, notably the sorting system
- Faen90 for major contributions to the codebase, notably the MCM
- Ponzipyramid for the CommonLibSSE NG Template this fork is based on
- Noggog for Spriggit
- Orvid for Caprica
- Komegaki for the new icon