Couldn't reply to the main thread for some reason...
Couple questions about the specs on this one:
Where is the 1766 number coming from? It doesnt divide down to anything. Go with 1792 (divisible by 256 and 64), then when the 256 landscape is added the total is 2048. This also puts it at the DS standard of "limit of 6144 vertices (in other words, 1536 quads or 2048 tris) applies after culling."
Also, 256x256 texture is a high pixel to polygon ratio for a 256 triangle character. A 128x128 max would be a better, though a 64x64 would look best. This also puts it closer to DS standards if that interests you at all.
Replies
also yes, 256 is a little high... but is 128 for a char too difficult?
The more we do these low poly challenges I think the more we will get it perfected. I guess the target is to make something that will really run on a DS.
The polycount is for the scene, so I guess the way it divides up is that not all your objects have to be the max polygons, less the better, in fact.
Really digging your metroid remakes. Low poly + Low rez tex = lurve!