Jump to content

MCM Image *Solved*


Tyrant99

Recommended Posts

Posted

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.

 

 

 

 

Posted

Be sure your width and height are multiple of 4 pixels.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...