Skip to content

rdok/esoui-permanent-junk

Repository files navigation

About Permanent Junk

This addon does one, and only one thing: mark items as junk, permanently.

Build Status

I found it quite annoying once I sold items as junk marked, these items when re-acquired being unmarked as junk.

Features

  • Mark as junk new items that have been marked in the past as such.
  • Save happens only on page loading (no autosaving)
  • Changes are saved for the account.
  • Persisting when on logout/esoui reload.
  • Lightweight. Hooks on Event filtering.
  • Minimalistic. No messages, or any other hidden changes.
  • Fully TDD with CI, ensuring stability, maintainability, and very easy to patch any missed bugs.

There are a lot of addons that already do that, I think, but they add a lot of additional features. The automation they provide is amazing, but I consider these breaking my gameplay immersion.

Development

This project is based on ESOUI Framework

Link code to game: mklink /d "C:\Users\rdok\Documents\Elder Scrolls Online\live\AddOns\PermanentJunk" "D:\Code\PermanentJunk"