Skip to content

Caedendi/D2RMM-Loot-Filter-Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caedendi's Simple Loot Filter for D2RMM

See also: Caedendi's Extended Loot Filter for D2RMM

Adds a simple customizable loot filter to Diablo II: Resurrected using D2RMM.
Cleans up item names to remove clutter and emphasizes important items. For the full feature list, see below.

Recommended for those who want a quick and simple template to modify themselves.
If you don't want to modify .js files and rather have a shitload of presets, see the Extended version at the bottom of the page.

Table of Contents

Screenshots

01_pots_scrolls_gold 02_gems_quest_endgame

03_runes_numbers_highlights_no-affix

Changelog

2.0.0

  • The mod settings menu is now divided into sections. Make sure to use D2RMM 1.4.6 or higher!
  • Fixed half of the quest items not having highlighting patterns
  • Fixed the cube window's title being all messy when highlighting quest items is enabled by adding an option to exclude the cube
  • Fixed Hell Forge Hammer incorrectly displaying as "Hellforge Hammer" when highlighting is enabled
  • Fixed some gem names not being filtered correctly
  • Fixed bugged support for charms and added highlighting of id'd uniques
  • Removed bugged support for jewels, rings and amulets as they can't be fixed
  • Changed Small/Full Rejuvenation Potion name from +SRP/+FRP to +RPS/+RPF
  • Improved highlight patterns
  • Added highlighting to Rainbow Facets
  • Added built-in short superior/inferior prefixes mod

1.0.0

First official release!

How to Install

  • Download and install D2RMM, then run it.
  • Download and extract this mod folder to /D2RMM/mods/.
  • See D2RMM instructions on how to configure and enable.
  • Play the game!

Features

  • Customize to your liking:
    • Use this filter as a template to apply your own custom naming schemes. Just open the mod.js file in Notepad or VSCodium and change whatever items you'd like.
    • To hide an item, change its name to HIDDEN (without quotes). The value of HIDDEN (amount of spaces) can be changed in the D2RMM settings.
    • Don't forget to reload and apply in D2RMM!
  • Completely optional: Untoggling everything means no modding will be applied.
  • Gold: Shrink the "Gold"-affix to a gold-colored "G".
  • Runes: Remove the "Rune" affix, add rune numbers and highlight important runes.
  • Items: Shrink, highlight and color the tooltips for potions, scrolls/tomes, bolts/arrows, gems, charms, facets, essences/tokens, Pandomonium Event - and quest items.
  • Short Superior/Inferior prefixes: Shorten superior/inferior prefixes to + and -.
  • Item tooltip customization: Modify the size and background opacity of the tooltip for items on the ground and in the inventory.

Roadmap

None at the moment. If you have a request for a feature, please open a GitHub issue (preferred) or post a comment on Nexus Mods.

Fix known bugs

  • Regular Ruby, Sapphire, Emerald and Diamond not working
  • Certain quest item customization not working
  • Enabling quest item highlighting screws up the Horadric Cube's displayed name when the cube menu is open.
  • Enabling jewelry turns crafted/rare/set/unique jewelry blue

Add features

Recommended Mods

In addition to this, I recommend you also use the following D2RMM mods:

Mod Creator Notes
Disable Battle.net olegbl So you don't accidentally get yourself banned.
Skip Videos Caedendi (me) Disable launch intro videos and cinematic cutscenes when transitioning between acts.
Improved Potion Visibility MetalTxus Changes healing/mana potion sprites so it's easier to distinguish different potion levels.
UI Fixes MetalTxus Fixes the placement of a few item grids.
Towns QoL Changes night0wl117 Move town starting points, TP locations and Cain's position in Act 5.
Town Cast olegbl Teleport and buff in town. (BREAKING: allows teleporting past Jerhyn during the Act 2 questline)
Show Item Level olegbl Adds the ilvl to the tooltips of all items with an ilvl.
LightPillar qhu91it and buzh Add an awesome effect when certain items drop.
Settings Font Fix olegbl In case any mod touches _profilehd and screws up the font size in the settings menu.

License/Permissions

This code is licensed under GPL.

You are free to use and distribute all code in this mod, as long as you ask for permission (and permission is given), it stays open source, free of charge and all due credit is given.

If you are trying to profit off this mod in any way, then you're a dick and forbidden from using this code.

Credits

This loot filter mod is based on code from existing mods and inspired by existing styles. I have added code optimizations, toggles and my own personal flair and preferences.
Remnants of other people's codes remain, so I have tried to list the credits as accurately as I can. If you see any of your own code in this mod and it isn't credited, please send me a message.

Many thanks to:

Code

Filter Style

My Mods + Source

Diablo II: Resurrected

Nexus Mods Page Source
Caedendi's Extended Loot Filter for D2RMM GitHub
Caedendi's Simple Loot Filter for D2RMM GitHub
Skip Videos for D2RMM GitHub