QuickLoot IE allows you to look through and take items from containers without the need to open the inventory screen every time. Compared to its predecessor QuickLoot EE, this version comes with a whole host of new features, improved compatibility with other mods, and expanded configuration options.
Special thanks to Faen90 and AtomCrafty for helping with this project. This would have taken longer if not outright impossible without them!
For more information about QuickLoot IE, please visit the Nexus Page.
-
- Below are instructions for the CLI version
-
- To compile the papyrus scripts
- Due to the scripts being declared as native, Skyrim's CK will not be able to compile them
-
Visual Studio Community 2022 or any other C++23 compiler
- Desktop development with C++
-
One of the following:
# Cloning the repo with the --recursive flag to init the submodules
git clone https://github.com/MissCorruption/QuickLootIE --recursive
cd QuickLootIE
# Building the xmake project
xmake build
# Building the ESP File
Path/To/Spriggit.CLI.exe deserialize --InputPath Source\ESP --OutputPath QuickLootIE.esp
# Register Visual Studio as a Generator
# Open x64 Native Tools Command Prompt
cmake
# 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
- Noggog for Spriggit
- Orvid for Caprica
- Komegaki for the new icon