SICGames / TBChestTracker

Automatic chest counter program for the game Total Battle
GNU General Public License v3.0
17 stars 4 forks source link

Jörmungandr chests count don't show up in stats #43

Open Yerrun opened 1 month ago

Yerrun commented 1 month ago

What should be the correct writing in the database for the Jörmungandr chests count to show up in the column Jormungandr Shop Chests Total?

I have tried different versions but couldn't get them to show up. Like ó and ö. In my database most of them are ó. But there are also ô.

SICGames commented 1 month ago

OCR reads characters especially foreign names odd. I'm hoping when I increase the dpi from whatever monitor dpi is to 300dpi, this should fix a lot of those issues. Best bet is to add Custom Chest Type and then spray and pray by using all spelling variations that the OCR reads. I had to do that also.

Yerrun commented 1 month ago

I now see that the correct way of storing it in the database is

{ "Name": "Jórmungandr's Chest", "Type": 16, "Source": "source: jormungandr shop", "Level": 0 },

the difference that shows the Jorgmungandr chests in the stats is the Type number. Sometimes it was 0 or 18, but Type number 16 makes it to show up.

A quick search and replace was enough to correct them all.

SICGames commented 1 month ago

Chest types now will have a string in future release. Before, it was too constricting. Not flexible. So everyone should be happier than goats. It just adds it, no more filtering it. Except for when exporting and using clan insights

Yerrun commented 1 month ago

Sounds good Paul.

How can I best install it? Uninstall the old files or add the new files?

SICGames commented 1 month ago

I'll try to create a push for the next version. I've been busy with other things. A couple loose ends.

Yerrun commented 1 month ago

Sounds good, Paul. Thank you for your great work.

We started doing chest competitions in our clan now. It raised the clan's Wealth a lot