Closed hellomynameisnoone closed 2 days ago
For some odd reason when when I try to generate appId.db file, the script forget to add the AppId number between the // in header, background, portrait, hero URL(s)
//
"img": { "header": "https://cdn.cloudflare.steamstatic.com/steam/apps/APPID_NUMBER_SHOULD_BE_HERE/header.jpg", "background": "https://cdn.cloudflare.steamstatic.com/steam/apps/APPID_NUMBER_SHOULD_BE_HERE/page_bg_generated_v6b.jpg", "portrait": "https://cdn.cloudflare.steamstatic.com/steam/apps/APPID_NUMBER_SHOULD_BE_HERE/library_600x900.jpg", "hero": "https://cdn.cloudflare.steamstatic.com/steam/apps/APPID_NUMBER_SHOULD_BE_HERE/library_hero.jpg", "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/1845910/085b09844e56b67a83d3879cde481419bb2c9df2.jpg" },
Fixed in v5.5.0 :)
For some odd reason when when I try to generate appId.db file, the script forget to add the AppId number between the
//
in header, background, portrait, hero URL(s)