Tyrant99 Posted June 11, 2018 Posted June 11, 2018 I added an MCM and am trying to load a custom image into it. I'm confident that my code for adding the image is working because if I swap out the string and call a different .dds from the data/interface folder, then it loads up in my Mod's MCM. This leads me to think that the issue is with the .dds file itself. Looking at other .dds files used in MCM, they are all below 768 width and 444 height. - I made sure that my pic was sized < these values. (Size should be OK). The file formats of all working .dds files that I saw were DXT5. - Mine is also DXT5. (Format should be OK) The largest file size for a working .dds that I saw was 446kb. - Mine is 250kb. (File size should be OK) **************** It works when all image dimensions are divisible by 4.
Guest Posted June 11, 2018 Posted June 11, 2018 Be sure your width and height are multiple of 4 pixels.
Tyrant99 Posted June 11, 2018 Author Posted June 11, 2018 8 minutes ago, CPU said: Be sure your width and height are multiple of 4 pixels. Thx, that was the answer.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.