wynick27 / steam-missing-covers-downloader

Adds missing library covers for new steam UI
Other
73 stars 13 forks source link

Fix for new packageinfo format #17

Closed Jonius7 closed 4 years ago

Jonius7 commented 4 years ago

As reported in #16, the downloader throws a Syntax error due to the changed Steam packageinfo format. Added a 64bit uint to the offset before sending it to binary_loads_at.

Confirmed working with this fix.

the uint64 is a picstoken, whatever that is: https://github.com/SteamDatabase/SteamAppInfo

wynick27 commented 4 years ago

Thanks