Open Alaharon123 opened 3 years ago
I have made a script for downloading all card images, which fixes this: https://gist.github.com/2c605e87840139ec002782df1ca2a223
To use it:
python3 -mpip install --user httpx tqdm
curl https://gist.githubusercontent.com/Tyilo/2c605e87840139ec002782df1ca2a223/raw/c1a1470d91efb4b4ea77732fb8d25b59506bf47e/download_cards -o /tmp/download_cards
cd "$HOME/.wine.hearthstone/drive_c/users/$USER/Application Data/HearthstoneDeckTracker/Images/CardImages"
python3 /tmp/download_cards
it is not working with lots of error after patch 20.0.2.
This still works for me. Try re-running it.
it works now. ^^;
I found that tinkertown-technician works well and grabs the correct art. https://github.com/CharString/tinkertown-technician
When hovering over a card in the overlay or main thing, it's supposed to show a popup of the card. Instead the popup just says loading and never loads. Anyone know a fix for this?