/QuickLootIE

Attempt at porting QLEE to NG with i4 compat

Primary LanguageC++MIT LicenseMIT

image

Differences to upstream

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

Build Requirements

Register Visual Studio as a Generator

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

Building

# 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

End User Dependencies

Optional

Credits