Taichou's Icon Highlight — install it, and know whether it still works
Helps your player marker and tracked quest stand out on the world map. A short, configurable pulsing color highlight made for tired eyes. Why I made this Honestly, I built this for myself. I'm getting older and my eyes are not what they used to be. Every time I opened the world map I'd lose a few seconds searching for where I am and where the next objective is — the default markers just don't pop…
Status
not updated since the patch
Not updated since Update 50. Last release 2026-05-27, before Update 50 went live (2026-06-08); its manifest declares API 101050 against a live API of 101050, so the add-on list marks it “Out of date”. We scanned its actual Lua source and it calls no function or constant the game has removed, so it commonly still runs — that is an inference from its code, not a test of the addon. Removed-call scan of its source, 2026-08-22.
Anchors for every claim on this page: the live game runs API 101050 (Update 50, live 2026-06-08). Update 51 is on the public test server now and is scheduled to go live on PC/Mac on September 28, 2026. Feed retrieved 2026-08-22 · corpus snapshot 2026-08-22.
Download it from ESOUI → the author's own page — we never rehost an addon
Install it — the whole route, ending with it running
Which platform this route is for
PC (Windows/Mac) — this page's install route is the PC/Mac one. Console: no console signal appears anywhere in this addon's files or its listing, so we cannot say whether a console build of it exists. Either way the download on this page is not the console route: console players get add-ons from the in-game add-on browser only. “You cannot use Minion or any other download source to install them to your console. To download and install AddOns on your console you must use the ingame addon browser on your console!” — source, read 2026-08-22. What is and is not possible there: ESO addons on console.
Step 1 — what has to be installed with it
You need nothing else. The manifest for Taichou's Icon Highlight declares no ## DependsOn line, so there is no required library to fetch first.
Optional — declared with ## OptionalDependsOn. The addon loads without these and uses them if they happen to be there, so install none of them unless you want them for their own sake: LibDebugLogger, LibHarvensAddonSettings, LibStub, LibAddonMenu-2.0.
Step 2 — where the files go
The only shape the game reads is AddOns\X\X.txt. Getting this wrong — one folder too deep — is the commonest install failure there is.
Right:
Documents\Elder Scrolls Online\live\AddOns\ ├─ TaichouIconHighlight\ ← this addon │ TaichouIconHighlight.txt ← the manifest the game reads └─ (every other addon, also at this level)
Wrong:
Documents\Elder Scrolls Online\live\AddOns\
└─ TaichouIconHighlight\
└─ TaichouIconHighlight\ ← ONE FOLDER TOO DEEP
TaichouIconHighlight.txt ← the game never looks here“C:\Users\< username >\Documents\Elder Scrolls Online\live\AddOns\< AddOn A FolderName >\< files >” — source, read 2026-08-22
“Important: The live/AddOns folder will be created after your first login to the game, it will be missing if you had not logged in before at least once!” — source, read 2026-08-22
Step 3 — make the game see it
A newly added folder is not picked up by /reloadui. Close the game fully and
relaunch it — at minimum log out to the launcher and back in. /reloadui re-reads the files of
addons the game has already listed; it is the right tool after editing an addon you already had,
and the wrong one after adding a new folder.
“The game read those txt files in total at first client login, and not always "in total" if you just do a character switch or /reloadui ingame).”
Step 4 — enable it
At character select, open Add-Ons and tick Taichou's Icon Highlight and every library it needs — libraries appear in that same list as their own entries, and an unticked library reads to the game exactly like a missing one.
Step 5 — confirm it is actually running
Success looks like: it appears in ESC → Settings → Add-Ons in the list of loaded add-ons.
Failure signatures, and what each one means:
- Red Dependency next to it in the add-on list — a required folder is missing or is installed but switched off. “If a dependency of an AddOn is missing you are able to see it directly in the in-game AddOn manager’s list, at the right column. The text "Dependency” is indicating it.” — source, read 2026-08-22 This is a real engine state, not a UI hint: the live API exposes “* ADDON_STATE_DEPENDENCIES_DISABLED” — our own measurement of the live API dump, read 2026-08-22.
- Greyed out / “Out of date” — the addon's declared
## APIVersionis lower than the client's. The game loads it anyway; that flag is a comparison of one manifest line with the client's API version, not a test of whether the addon works. - Nothing in the list at all — the folder is at the wrong depth, or you are looking at a different
live\folder than the game is. “Search for UserSettings.txt or AddOnSettings.txt file on your harddrives/sdds and check which folder it is in (with the most up2date date and time!). Below this folder, in the subfolder AddOns, your addons need to be located so the game will find them as well.” — source, read 2026-08-22
Removing it
Delete TaichouIconHighlight\ from AddOns\.
Its settings are kept separately in live\SavedVariables\ — leave that file alone and your
configuration comes back if you reinstall; delete it to start clean.
“SavedVariablse are stored in live/SavedVariables but we do not have access to the files directly, only via the ZO_SavedVars wrapper class” — source, read 2026-08-22
If it breaks
An in-game Lua error names the file it died in, like user:/AddOns/TaichouIconHighlight/TaichouIconHighlight.lua:214. The segment straight after user:/AddOns/ is a folder name, and TaichouIconHighlight\ is this addon's own folder (see everything that ships a folder by that name). Paste any error line into the error-line resolver and it names the addon for you.
“Important: It must not be the causing addon but could be just a library which is missing.” — source, read 2026-08-22
“Please do not create screenshots and send the screenshot of the error messages! They will be missing information then.”
“Attention: If the numberis missing you need to enable them at the ingame addon manager (press ESC to get to the menu -> AddOns) and enable the checkbox "Advanced UI errors".” — source, read 2026-08-22
Where to report it. The comments tab of this addon's own ESOUI listing: https://www.esoui.com/downloads/info4599-TaichousIconHighlight.html. “Do not use the forums to request new features. Use the addon comments of the particular addon you want new features for as the authors will see this way easier than having to search any forums.” — source, read 2026-08-22 We make no claim that VitorTaichou answers — the only responsiveness signal we have is the release history, and the last release was 2026-05-27.
Longer walkthroughs: which addon is crashing my UI · the red “Dependency” fix · addons out of date after an update.
Evidence — every number on this page, and where it came from
27 downloads in the last month · 180 lifetime. Both come straight from the ESOUI feed; the lifetime number counts every download since the addon was first published, which is why an abandoned addon can still show millions.
API versions declared in its manifests: 101050, 101049 (the game checks only the highest of these — at 101050 it matches the live API exactly.)
Author-declared compatibility — the game versions the author flagged on the listing. This is a declaration by the author, not a test by anyone: Season Zero
1 Lua file and 1 manifest file in our corpus copy. Its code calls 24 distinct game-API symbols (code index 2026-08-22).
2 screenshots on the author's page — see them there (they are the author's images; we link, we do not rehost).
MD5 of the current zip (as published in the feed): 99fd11434b8203569add034017103e65