gw2-api / issues

Issue tracker for the Guild Wars 2 API
https://discord.gg/zqeHCEg
17 stars 0 forks source link

`/v2/homestead/decorations`: render.guildwars2.com icons only 32x32 #100

Open darthmaim opened 2 months ago

darthmaim commented 2 months ago

Current Behavior

The icons of homestead decorations are currently all returned in 32x32, while the game renders them at higher resolution (64x64).

Expected Behavior

The icons should have the same size as ingame.

Steps To Reproduce

  1. Open https://api.guildwars2.com/v2/homestead/decorations/143 and then open the icon url
  2. Observe that https://render.guildwars2.com/file/7FA94614BCDAD457DD294EDDFF4B6C290035EA79/3375046.png only has a resolution of 32x32
  3. The icon id should be 3375047 instead of 3375046

Happening since

Janthir Wilds

Anything else?

Something similar has happened before with the RenderSrv using the first mipmap level of icons with embedded mipmaps, instead of using the highest resolution. Back then it was a manual fix for those assets in the internal tooling IIRC.

Maybe @awesumness knows something because they worked on the decoration UI ingame as far as I know.