Page 1 of 1

PNG Display error

Posted: Tue Jan 21, 2025 6:47 am
by Stylesjl
Hi, I am currently trying to make a new mod and I am getting this error every time I open it:
PngError.png
PngError.png (155.57 KiB) Viewed 1146 times
This is the link to my new mod:
https://drive.google.com/file/d/1x1NE_Y ... sp=sharing

I think it has something to do with the images in the Logos folder but I have tried to remove some of the images and I can't figure it out. Can you take a look and maybe if possible could the program be changed so that it points to the specific picture which is causing the problem?

Re: PNG Display error

Posted: Tue Jan 21, 2025 8:12 am
by David
The has been fixed. Please download the new patch v11.0.30 from viewtopic.php?t=9970

The error occurred when corporate logos in a mod have an alpha channel - 32 bits per pixel whereas the game expects 24 bits (RBG) per pixel only. In this updated version, the game will no longer display an error message, it just do not show those logo images.

Great to see that you are creating a new mod! This Australia-themed mod looks very interesting!

Re: PNG Display error

Posted: Tue Jan 21, 2025 10:28 am
by Stylesjl
David wrote: Tue Jan 21, 2025 8:12 am The has been fixed. Please download the new patch v11.0.30 from viewtopic.php?t=9970

The error occurred when corporate logos in a mod have an alpha channel - 32 bits per pixel whereas the game expects 24 bits (RBG) per pixel only. In this updated version, the game will no longer display an error message, it just do not show those logo images.

Great to see that you are creating a new mod! This Australia-themed mod looks very interesting!
It is working now, thank you.