borisbabic / hearthstone_hdt_linux

Contains instructions and code to get hearthstone with hdt running on linux
Apache License 2.0
40 stars 9 forks source link

Is there any fix for card image loading not working? #16

Open Alaharon123 opened 3 years ago

Alaharon123 commented 3 years ago

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?

image

tyilo commented 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
mereong269 commented 3 years ago

it is not working with lots of error after patch 20.0.2.

tyilo commented 3 years ago

This still works for me. Try re-running it.

mereong269 commented 3 years ago

it works now. ^^;

mtbhuskies commented 2 years ago

I found that tinkertown-technician works well and grabs the correct art. https://github.com/CharString/tinkertown-technician