I built D4Filter, an independent browser-based Diablo IV loot filter builder.
The goal is simple: pick the drops you care about, build readable rules, and copy an import code into Diablo IV instead of hand-editing or guessing filter strings.
it took me sometime to test and fix most of the idea, also its my first time code
Link: D4FIlter
What it does right now:
- Build rules for item types, affixes, uniques, talismans, rarity, Greater Affix, and item power checks
- Show, hide, or recolor matching drops
- Roundtrip-check the generated import code before showing it
- Import an existing game code for review where supported
A few notes so expectations are clear:
- This is unofficial and not affiliated with Blizzard
- It does not modify the game, automate gameplay, or read game memory
- Some choices are limited to what I have verification coverage for
- I’m looking for feedback on missing item types/affixes, confusing UI, and import cases that do not behave as expected