Repaired, and still not working

Want a funny trivia? altough I got the spriteset “repaired”, it’s still too large for the game engine, after all. So I still don’t see spongebop at all, but just some Bilou feet/hands again >_<

Maybe some blocks should be marked “free” and they aren’t, maybe I really need to optimize so that I lower the allocation watermark … or maybe it’s something else.

At first, I thought some visualization of the spriteset content (preferably on SEDS’s file window) would *definitely* help to figure out. Something like a 32×32 sprite can providing one-pixel-per-spritepage. But that’d be a bad idea.

I mean, *I* would find it handy, but it shouldn’t be the problem of the sprite artist to organise the tileset so that sprites fit in. Doing something like “move this page to ‘draft’, click ‘optimize’ and then move the page back to ‘sprite'” is a hack, not something I want to read (and definitely not write) in any user manual for my software.

The root of the problem is in the tiles allocation: it prefers allocating what has been recently freed, while it should prefer what has low values and would lead to a compact enough tileset. Think about it.

4 thoughts on “Repaired, and still not working

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.