Tips for making NES sprites?

squidsquif

New member
I can draw just fine traditionally, but my sprites just seem very off. I usually end up drawing them too big, or if I try to shrink them the proportions get all messed up (especially for humanoid characters!). I haven't seen a good pixel art tutorial specifically for NES, so if anyone could give me some tips on drawing sprites that would be great :)
 

Kitsune

New member
Hello Squidsquif.

Did you try this topic : http://nesmakers.com/viewtopic.php?f=2&t=124

You can find links to make pixel art.
 

tornotlukin

Member
Are you using a mouse or a tablet (wacom)? What art program are you using?

Based on what people have said and what is seen in the NESMaker app, all art is based on 8x8 pixel tiles. Keep your image dimensions in multiples of 8 and 72dpi. That will keep them in proportion.

Also read Kasumi's primmer on the subject of color compression and illustration for NES. It includes links to pixel apps.
http://www.nesmakers.com/viewtopic.php?f=2&t=189
 

stevenshepherd

New member
For me it is just trial and error. Other advice I have heard here and just from my own experience:

- set up a dummy palette with black, dark grey, light grey, and white. Make sure your sprite looks good in gray scale. This way it will look nice with just about any palette that is set up the same way (ie: has a range of dark/bright colors).
- you don't have a lot of space to communicate much information. what is the best use of that? For my 16x16 RPG character, arms are only a few pixels. Sometimes it is just a matter of changing a pixel and then seeing how it looks zoomed out or in animation.
- Sometimes things looks great zoomed in, but look like garbage zoomed out (i.e., you make a detailed tile that looks great zoomed in, but is just way too busy when zoomed out and repeated dozens of times on the screen). Likewise, sometimes things look bad zoomed way in, but look great zoomed out. zoomed out is ultimately what is going to appear on the screen.
- Not sure what you mean by "too big", but because of the limitations of the NES, you're sprites are probably not going to be any bigger than 32x32. stereotypical RPGs use 16x16. Mystic Origins/Searches uses 24X16 I believe. For my survival horror demo, the sprite was 32 tall and 16 or 24 wide.
- With animations, I try to keep everything as still as possible and only move what needs to be moved. I found early on that way too much stuff was moving for, say, a walking animation. Sometimes because of how I moved the pixels, the walking animation would appear to have a pixel flicker on and off and it was noisy and distracting.
- take inspiration from what you see others doing. save images to your computer and look at how they are set up.

Not sure if any of that is helpful :)
 

Orkzilla

New member
stevenshepherd said:
- set up a dummy palette with black, dark grey, light grey, and white. Make sure your sprite looks good in gray scale. This way it will look nice with just about any palette that is set up the same way (ie: has a range of dark/bright colors).

This is a great tip; I'll be using it from here on out for sure
 
Top Bottom