Soneliem / WAIUA

"Who Am I Up Against?" (WAIUA) is a Valorant app that lets you see ranks, recent games, skins of players and more, all in and before a live match.
https://waiua.sonel.dev
MIT License
179 stars 30 forks source link

Newer skins aren't showed #25

Closed SoulxSlayer closed 2 years ago

SoulxSlayer commented 2 years ago

The newer skins such as the RGX and Champions aren't shown.

I know the skin thingy is an extra, but it would be great to add the new ones and also, maybe a feature to show all other skins if we hit a button.

Soneliem commented 2 years ago

Hi, this is a known bug and the next release will fix it. In the meanwhile you should be able to manually fix it by going to settings and press force update in the bottom left.

Soneliem commented 2 years ago

Oops forgot to address your second point. The option to view all skins in also on my roadmap. However it will probably be after the next big update or the one after that.

arnnagpal commented 2 years ago

Hi, this bug still exists in the latest version for the recon and RGX blue/red variants as far as I'm aware, the valorant content API doesn't provide a link for the "displayIcon" property for some of the guns, but DOES provide the "fullRender" property, switching them probably will fix it for the time being.

arnnagpal commented 2 years ago

Lines 525 and 520 in the Main class use the displayIcon property if anyone wants to fork and change it ^^

Soneliem commented 2 years ago

@iMoltres Hi, the development branch already fixes it.

Soneliem commented 2 years ago

Fixed in v2.0.0.0 #39