Azzurite / pd2filter

Loot filters for Project Diablo II.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolfie's Project Diablo 2 Loot Filters

Table of Contents

  1. Installation
  2. Loot Filters
    1. Detailed
    2. Compact
    3. Basic
  3. Informative Links
  4. Completely Hidden Items
  5. Disclaimer

Installation

  1. Select which filter you want to use from Loot Filters section
  2. CTRL+Click (will open in a new tab) the link on that filter which will take you to the raw code for that version
  3. Copy all of the code (press CTRL+A to select all than CTRL+C to copy)
  4. Open your text editor (Notepad, Notepad++, etc) as Administrator
  5. With your text editor open default.filter from your ProjectD2 folder
  6. Paste the code you copied, overwriting everything in there
  7. Save and close the file
  8. Open Project Diablo 2
  9. Once in-game CTRL+click the Settings button (bottom-left corner by default)
  10. Change your settings to match the image below
  11. Close the Settings window by right-clicking in the title bar (anywhere along the bar that says "Settings")
  12. Reload your filter using Numpad 0 (by default - check below image for instructions if you don't have a numpad)

In-Game Settings

If you don't have a numpad change Reload Config: VK_NUMPAD0 in ProjectDiablo.cfg (in your PD2 folder) to one of these Virtual Key Codes.

Loot Filters

CTRL+click the above link for the raw code.

Select this version if you are uncomfortable with needing to write your own filter lines. This version has lines for every single item in the game and is massively commented to make it very, very easy to edit to your liking. This is for ease-of-use and very quick editing as you should ideally only ever have to comment or uncomment a line (add or remove //). This version will show and notify a lot of items by default with the idea that you can slowly start to comment out things you don't need. The flip side is that since this filter contains lines for every item you can easily just uncomment a line for things you want to show that aren't currently showing.

CTRL+click the above link for the raw code.

Select this version if you are comfortable with writing your own filter lines. This version will contain only the lines that are already uncommented in the Detailed version. This version will still show and notify a lot of items that you can slowly start to comment out but you have to have knowledge of filters to add your own lines for items that are not already in the filter.

CTRL+click the above link for the raw code.

Select this version if you want a template/base to start from for creating your own filter. This filters purpose is to help people get a start on building their own filter. No support will be given for this filter, you assume all responsibility for creating and editing it to your liking.

Wolfie

N/A yet. This version is basically a copy of my own personal filter. Will most likely contain things you don't think are worth it and not contain things you think are worth it. No support will be given for this version.

Informative Links

Completely Hidden Items

The only items fully hidden in my filters (Detailed and Compact, at least) are:

  • Horadric Scroll (completely useless item)
  • Chipped, Flawed, and normal quality gems past certain character levels
  • All ears
  • All inferior (Broken, Crude, etc) items past certain character levels
  • All quivers past a certain character level
  • Low piles of gold past certain character levels
  • Minor, Light, and normal quality Health and Mana Potions past certain character levels
  • Rare items you don't specify past a certain character level
  • Magic items you don't specify past a certain character level
  • White items with 1 socket past a certain character level
  • White Amazon Javelins past certain character levels (no sockets so no Runewords possible)
  • White Amazon Javelins that are only +0-2 Jav skills past a certain character level
  • White Belts, Boots, and Gloves past certain character levels
  • White Bucklers (and Exceptional version) past certain character levels as they can only have 1 socket (no Runewords)
  • White Daggers and Dirks (and Exceptional & Elite versions) pastcertain character levels as they can only have 1 socket (no Runewords)
  • White Javelins past certain character levels (no sockets = no possible Runewords)
  • White throwing weapons past certain character levels (no sockets = no possible Runewords)

Disclaimer

For all versions of the filter I take no responsibility for any items that are accidentally hidden and/or do not notify. I do try my best to test these filters and ensure they are working properly but there's always room for error.

About

Loot filters for Project Diablo II.

License:The Unlicense