While I don't feel very safe using these mods, Blizzard doesn't seem to care about these QOL changes at all. So I'm making my own mod, with minimum changes to minimize the risk.
If you like my work, please consider donate some fg.
IMPORTANT: using a loot filter MAY get your account BANNED by Blizzard!
- According to some discussion, Blizzard Korean community is more encouraged to use
mpq
based loot filters. - MPQ based mods are officially supported, and it uses Blizzard's own launcher. Battle.net doesn't reject the MPQ we are loading.
- No memory detection and injection are used, everything is visual change.
- The official loot display is terrible.
- Loot filter in D2R in theory could allow you to click faster than players who don't use it, which puts you in an advanced situation.
- It's Blizzard. They always ban players. I got my Diablo 3 account banned for a stupid hellfire amulet exploit that I just tried for 5 minutes which literally hurt nobody at all. If you play their games, you are always at risk.
- If you live in China, you don't say bad things about Xi Jinping; if you play Blizzard's games, you don't mod your game. It's the same idea.
- Clone this repo, or download as zip & extract it.
- Go to your d2r folder (try to find
Diablo 2 Resurrected
under a default location,C:\Program Files\
orC:\Program Files (x86)
). - Create
mods\MOD_NAME
folders, e.g.mods\superarts
. - Copy an
mpq
folder, e.g.superarts.mpq
to the folder you created above.
Now you should have some folder structures like C:\Program Files (x86)\Diablo 2 Resurrected\mods\superarts\superarts.mpq
and a bunch of files inside it.
cd 'C:/Program Files (x86)/Diablo 2 Resurrected'
git clone [email protected]:superarts/d2r-loot-filter.git mods
- Go to Battle.net or Diablo 2 Resurrected launcher, go to D2R, and edit game settings (next to "Play" button).
- Add
-mod superarts -txt
as "command line argument".
After launching the game, all your settings are reset, including options, custom key bindings etc.
WIP: superarts
loot filter
Goals:
- Only minimum changes to things I absolutely hate
- Less changes, less risk to get banned (although probably it wouldn't really matter)
- Include price guide
I was planning to branch other's loot filters, but realized that I just want bare minimum changes myself so stopped using this approach. See section above for my personal filter.
Different Git branches are used to manage my customization. Since I just started working on these, everything is subjected to change.
-
master
: original mods- end-game
: less potions, gems are less obvious.
Please raise PR and I'll review, comment, and merge.
Please send fg
to superarts, and leave a message if you want your ID to be listed in the "Special Thanks" section here.
- Thank you meilk for your support!