Fennor wrote:I had a poblems with the game where it took very long to load for the game and after a time the sound disappeared. Downloading
http://www.smbxgame.com/forums/v ... =69&t=7427 helped in my case.
Maybe that is just a RAM thing, so I don't know whether it acutally helps you. But I know that it improved things for me.
When any software opens files like GIF, PNG, JPG, they are unpacks them into RAM, and you will have same BMP's but in RAM. When you save compressed image formats, they are compressed on disk only, but NOT IN RAM.
SMBX uses software render and loads CPU to 100% (on single-coded CPU). Also SDL Mixer helped because Microsoft MCI sucks: too slow API which creepy uses external codecs and works wrongly. SDL uses built-in codecs and does not requires any external codecs to have working audio system.