fonsleenaars / tqdb

Python parser for the Titan Quest Anniversary Edition, Ragnarok, Atlantis, Eternal Ember DLC database.
https://tq-db.net
MIT License
50 stars 15 forks source link

A bug, missing information and some suggestions #76

Open TQguy opened 5 years ago

TQguy commented 5 years ago

First I wanted to say thank you for all of your hard work in putting together and updating this website to help players reference and theorycraft! In using the site, I noticed several places that were missing information and provided the answers when I knew them. I also found a bug which makes the site difficult for me to use as well as a couple of suggestions.

Bug: CTRL+F searching doesn’t work properly and won't search the entire page for a term. I think because of the scrollable bars for each item, because it searches correctly on the prefixes and suffixes page which doesn’t have them.

Missing things:

Missing Set Bonuses:

No listed affixes for:

No Loot Tables:

By the way, when I reference the treasure chest at the end of the secret passage, this is my reference.

Suggestions: I think this has already been suggested, but being able to search by DLC (For instance searching through all Ragnarok items) could be really helpful. You also might want to fill in “Craftable - 100%” for the loot tables of all artifacts.

Thanks again for all you do and I hope the hours I spent going through your resources can help fill in some gaps and make this site complete!

fonsleenaars commented 5 years ago

Wow! Thanks for all the bug reporting, I'll go through it with a comb when I have some time and fix all of your reported issues.

TQguy commented 5 years ago

Hi fons,

A couple of clarifications and suggestions: Originally, I had tried using the built in search bar across the top, and mistakenly thought it did not work (which is why I tried using CTRL + F). The confusion on my part came from the fact that "Bonus to All Pets:" is not actually considered a checkable affix in the search bar, and thus if searched nothing comes up. I assumed that meant that the search only searched the NAMES of items, not the affixes, and thus was not really useful to me. Can you try to add the "Bonus to All Pets:" as a searchable command to the search bar?

I also noticed that you have a static top navigation bar (which I love), but for some reason, the "R" and "A" DLC labels actually bleed through the static top bar (I'm guessing it is because the DLC labels are set to ne the farthest in the foreground and need to be set back a layer or two).

One final request is I was wondering if you can change the page titles to match the categories or items they show instead of "TQDatabase v1.3.9 - Extensive database for Titan Quest: Ragnarok". If trying to bookmark these things, it saves people a lot of time in trying to find the right item (instead of having to manually edit every link created, or just open them all looking for the correct one).

Thanks again!

TQguy commented 5 years ago

Scratch that, the search doesn't really work. I tried searching simply for "damage" and is seems to come up with no results on several different categories.

kmsomebody commented 5 years ago

It works, but there are 2 different ways how the search bar works:

rehevkor5 commented 4 years ago

"tagWeapon_pieces_axe" appears to be related to the tutorial in Ragnarok. Specifically, in the file data/resources/en/x2tutorial.txt there are:

tagArmorSet_Pieces=Pieces Awsome Gear
tagArmorSet_Pieces_Descr=Pieces Awsome Gear... descrtiption
tagArmor_Pieces_Amulet=PI Amulet
tagArmor_pieces_greaves=PI Greaves
tagArmor_pieces_helm=PI Helmet
tagArmor_pieces_torso=PI Torso
tagWeapon_pieces_axe=PI Axe
tagWeapon_pieces_axe_throw=PI Throwing Axe
tagArmor_pieces_bracers=PI Bracers

That file is not currently in the list of files to parse for localized strings.

I don't have the Ragnarok expansion... do you know if it is even possible to get those items in the actual game? Or is that scoped only to a tutorial. If it's tutorial-only, perhaps it should be excluded from the output?