Highlights Labels of specified Unique Items via their Icon Model File.
- Visual Highlighting - Highlight unique items on the ground by their art path (icon)
- Preset Item Selection - Choose from 1000+ predefined unique items with searchable list
- Custom Items - Manual entry for custom art paths still supported
- Sound Notifications - Play custom sounds when valuable items are found
- Statistics Tracking - Track how many times each item has been found
- Map & World Lines - Draw lines from player to items on map and in world
- Label Customization - Customize labels for unidentified items
- Import/Export - Share your configurations via base64-encoded strings
- Corruption Filter - Option to hide/show corrupted items
- Clone or download this repository into your ExileCore
Plugins/Sourcefolder - Rebuild the solution or let ExileCore compile it automatically
- Enable the plugin in ExileCore settings
- Open plugin settings
- Check "Use Preset Item" checkbox
- Type in the search box to find your item (e.g., "Headhunter")
- Select the item from the list
- (Optional) Customize the label
- Configure display options
- Click "Add Unique"
- Hover over an item in-game
- Press
F7to copy the art path to clipboard - Open plugin settings
- Leave "Use Preset Item" unchecked
- Paste the art path in "Unique art path" field
- Set a label name
- Configure display options:
- Draw line on map
- Draw line on world
- Draw outline
- Draw label name
- Draw label in box
- Draw is corrupted
- Play valuable sound
- Click "Add Unique"
Click "Regenerate Unique Items List" button to update the predefined items list. The plugin will run UniqueArtGenerate-win-x64.exe (included with the plugin) to generate an updated list.
Place .wav files in the plugin's config directory:
default.wav- Default sound for all items{ItemName}.wav- Custom sound for specific item (using the label name)
Example:
Headhunter.wav - Will play when Headhunter is found
Export:
- Click "Export" button in settings
- Configuration is copied to clipboard as base64 string
Import:
- Paste base64 string into "Import/export" field
- Click "Import" button
- Configurations will be merged with existing ones
