Neko-Mon wrote:Yo Talarok
I think that u should'nt use blur to character set... Cause it'll make the character diferent from the map.... It isnt a good look...
Actually, believe it or not, the sprites are not blurred at all - What likely makes you think that, though, is that the edges, however, are not all black, and they really shouldn't be all black.
Making them all black is ok if sprites are the same size as those in ragnarok online, but it causes significant problems on small sprites. The same is true of landscape sprites - you do not need black lines to make an edge, you just need contrast. In this case, colored outlines were necessary to augment the internal shading of the sprite - this is the case when the outlines occupy more than 1/10 the area of a sprite in one dimension - for example, the legs are only 5-6 pixels wide, and two of those are edges. If those are black, they affect the color of the internal pixels by proximity - they won't affect it when you are zoomed in, working on the sprite, but they will when the sprite is at normal magnification.
This basically has to do with orders of magnitude - if they are less than an order of magnitude, they become what we in the science world call "negligible," and then making them jet black usually doesn't hurt - in fact at times it may be advisable.
Neko-Mon wrote:Try to dont use more than 16 colors.
There aren't a lot of good reasons not to exceed a high color set, at least not anymore. The only valid ones have to do with color table tricks, and speed, and the latter is only relevant if you exceed 256 unique colors. Ironically, these days, computers actually tend to run faster in 16-bit and 32-bit color, because that is what they are designed for - the 8-bit mode on a modern graphics board is an afterthought, included
only for backwards compatibility, and it is not as well optimized.
HOWEVER I actually used a very small color set on this image, in fact it may be below 16 colors. I introduced a few more than what talaroc's image had, but not that many.
Keep in mind that just because a lot of other people do something one way, doesn't mean they're right.