Skip to content

Item Esp

Gavin Pease edited this page Jan 14, 2025 · 3 revisions

Item ESP

Description

Item ESP will draw a box around items that are collectable.

Known Issues

  • If a user modifies their filter string by manually editing the settings.json file and creates an invalid regex expression, the game will crash when Item ESP is enabled. This is expected behavior.

Settings

Item ESP

image
  • Color: The color that the ESP is drawn with.
  • Use Custom Filtering: Whether to use user-defined filtering for detecting items.
  • Add Filter: Adds a new user-defined filter.
  • Filters: A list of user-defined filters. Clicking on the dropdown will expand it, and clicking on the filter itself will open up the configuration page for that filter.

Filter Configuration

image
  • Name: A purely cosmetic name that allows the user to label this filter.
  • Filter: A string literal or a regex pattern to detect items.
  • Enabled: Whether this filter is enabled.
  • Search Lore: Whether items lores are searched.
  • Search Name: Whether items custom names are searched.
  • Save: Save the current filter configuration.
  • Cancel: Abandon changes, and go back to the Item ESP configuration page.
  • Delete: Deletes the current filter.

Filters are identified by a UUID located on the bottom left of the screen.

Upon entering an invalid string or regex, the mod will nag the user that their input is invalid, and forcibly disable the filter.

Chat Command

.itemesp

Clone this wiki locally