Skip to content

Attempt at porting QLEE to NG with i4 compat

License

Notifications You must be signed in to change notification settings

AtomCrafty/QuickLootIE

 
 

Repository files navigation

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

About

Attempt at porting QLEE to NG with i4 compat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.9%
  • ActionScript 6.3%
  • CMake 5.4%
  • Papyrus 3.4%