Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boop image ignored if an existing image with different extension exists #11

Closed
refatK opened this issue May 24, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@refatK
Copy link

refatK commented May 24, 2022

I had a case where I booped a vertical grid for one of my non-Steam games which I already had a custom grid for. When I did this, I noticed there were no changes to the grid. I looked into the directory where Steam stores these images, and I realized I had two different grids of same name, but different file extension. Manually removing the old image fixed the problem.

Example scenario to cause the bug:

  1. Add a custom grid to Steam that has non ".png" extension (ex: jpg file) manually
  2. Boop a grid that you'd expect to replace the grid you just added
  • The grid will not change

This is a pretty minor problem since boop seems to save everything as ".png". So this problem only occurs if you have previously saved custom grids not using the ".png" extension.

I guess the way to solve this would be to first check for and remove images of the same name, regardless of image extension type, and then add in the booped image.

@doZennn doZennn added the bug Something isn't working label May 25, 2022
@mpaterakis
Copy link
Collaborator

Fixed in af9b38d

All assets now have a .jpg extension, cause that's what Steam prioritizes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants