I have 2 rainbow facets in the vault. When I go to the gallery to see my grail, it shows that I have 2/2 unique jewels collected, but neither of them are highlighted to show that I have them. This is in btdiablo, so there is a new unique jewel called neverfrost. I do not have it. So, it counts the entire category as complete, but shows that I have neither, even though I have 2 facets. when I "Show in vault", it takes me to the facets I have properly.
#Item gallery wonky for facets
4 messages · Page 1 of 1 (latest)
This is a known issue; just havnt found the exact code point yet.
The issue is because it's the only unique item in the game that doesn't have a unique name.
There are 8 uniques all called "Rainbow Facet" depending on levelup/death/element/etc.
So anyways, the portion of code responsible for the green box around item is looking for the first Rainbow Facet entry (because normally only 1 of each name), which you don't happen to have. While the counting portion, just looks for all of them that match the name. Hence the weirdness.
Why not just add all 8 of them as seperate items? Some grailers might want to get all of them.
Heh, it's not that simple on the code side of things. If mod changed the names in .txt but left the strings the same, then it would also accomplish that.
It's just hard to dig through such complex code built for 3 other games originally, with Russian text everywhere (for me at least). So fixing, modifying, adding, etc can take some time depending on the exact issue or task.