Diablo 2 Loot Filter Generator (d2lfg
) is a small Python library
to aid in maintenance of Diablo 2 loot filter configurations.
This project under active development. d2lfg
IS NOT FEATURE COMPLETE
and IS NOT READY FOR USE YET.
d2lfg was built targeting Project Diablo 2 and BH loot filter configurations. Other mods using BH will probably work out of the box. Support for other loot filters, like D2Stats, should be relatively easy to implement.
d2lfg provides access to game data, allowing for things like iterating over all of a class's skills or discovering all items with four or more max sockets. Game data is pulled from Diablo 2 txt files so if you want to use this data, you'll need to have these txt files extracted somewhere.
d2lfg requires Python 3.8 or later to run. It does not have any runtime dependencies.