I have my parser configuration setup to add icons from a local folder of them. Each icon is identically named to the game it is associated with, that is how I connect the game with the icon. This works, but only with some images.
All of my icon images are perfect squares and are png format (steam requires this). They are not all the same width and height for each image but because icons of the sizes 520x520 and 230x230 and more worked, I know the exact size is not the issue. The curious part is that it almost seems random which ones work and the ones that don't. I have attached a 520x520 icon that worked
and another 520x520 icon that did not.
This is my local image glob: D:/HDD - Pictures/Steam Images/Icons/${title} Icon.*
I managed to fix the problem. Somehow the icon glob was broken. When I rewrote the glob, it worked. Here is the updated glob: D:/HDD - Pictures/Steam Images/Icons/${title} Icon.*
I have my parser configuration setup to add icons from a local folder of them. Each icon is identically named to the game it is associated with, that is how I connect the game with the icon. This works, but only with some images.
All of my icon images are perfect squares and are png format (steam requires this). They are not all the same width and height for each image but because icons of the sizes 520x520 and 230x230 and more worked, I know the exact size is not the issue. The curious part is that it almost seems random which ones work and the ones that don't. I have attached a 520x520 icon that worked
and another 520x520 icon that did not.
This is my local image glob: D:/HDD - Pictures/Steam Images/Icons/${title} Icon.*
Perhaps I am just missing something here.