how would DKC on NES look like

A place for your artistic side. Discuss techniques and tools for pixel art on the NES, GBC, or similar platforms.

Moderator: Moderators

User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Re: how would DKC on NES look like

Post by blargg »

They look at lot better in that C64 version.
tepples
Posts: 22708
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: how would DKC on NES look like

Post by tepples »

Perhaps that's because the graphics are actually a lot narrower on the C64.

With few exceptions, home computers and game consoles from the 240p era use dot clock rates that are simple fractions of the NTSC color subcarrier frequency of is f = 315/88 = 3.58 MHz. Different platforms used different fractions, most of which produced noticeably non-square pixels. Apart from the Neo Geo and Nintendo 64, few 240p platforms attempted to closely approximate the frequency that produces square pixels, which Rec. 601 defines as 12/7 color burst, or 6.14 MHz. (The closest are Neo Geo and Nintendo 64.) So horizontal lines of the same pixel count will have different physical lengths on different platforms, and horizontal lines of the same physical length will have different pixel counts.

The C64 dot clock is 16/7 of NTSC color burst (8.18 MHz), while the NES dot clock is 3/2 of NTSC color burst (5.37 MHz). This slower clock makes NES pixels 52% wider: a horizontal line that's 32 pixels long on the C64 is as long as one that's 21 pixels wide on the NES. The Capcom CPS-1 and CPS-2 use a dot clock very close to that of the C64, which is why graphics in Street Fighter II games had to be redrawn narrower for the Super NES.
Sik
Posts: 1589
Joined: Thu Aug 12, 2010 3:43 am

Re: how would DKC on NES look like

Post by Sik »

I imagine that using a single palette for the entire map certainly didn't help (seriously, look: blue, green, brownish yellow and gray).
User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Re: how would DKC on NES look like

Post by blargg »

It looked like a poorly colorized Game Boy Color game at first. Before seeing that I didn't know a NES game could even look so awful.
Drag
Posts: 1615
Joined: Mon Sep 27, 2004 2:57 pm
Contact:

Re: how would DKC on NES look like

Post by Drag »

Sik wrote:I imagine that using a single palette for the entire map certainly didn't help (seriously, look: blue, green, brownish yellow and gray).
It sometimes work ok though, like in The Immortal, and Solstice.

This game reeks of being a trashy port though, so I'm not surprised it looks like ass. :P
tepples
Posts: 22708
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: how would DKC on NES look like

Post by tepples »

Everything except stonework (the house fronts, chimneys, well, and bridge) in this sketch is one palette, and it appears to work:

Image

It's not how many palettes you have; it's how you use 'em.
User avatar
thefox
Posts: 3134
Joined: Mon Jan 03, 2005 10:36 am
Location: 🇫🇮
Contact:

Re: how would DKC on NES look like

Post by thefox »

Drag wrote:
Sik wrote:I imagine that using a single palette for the entire map certainly didn't help (seriously, look: blue, green, brownish yellow and gray).
It sometimes work ok though, like in The Immortal, and Solstice.
Oh damn, I never realized those games have 4 color backgrounds. Ironsword is another game that pulls it off, IMO. In all 3 games the high contrast between the single hue background and the colorful sprites looks really nice.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
Drag
Posts: 1615
Joined: Mon Sep 27, 2004 2:57 pm
Contact:

Re: how would DKC on NES look like

Post by Drag »

Not to toot my own horn or anything, but I did it too:

Image

So it's not impossible to use only 4 colors and still have a nice looking background. Hell, it's not even that hard, that Conan game was just really bad at it. :P
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: how would DKC on NES look like

Post by tokumaru »

The isometric games (Solstice and The Immortal) have a good reason to use a single palette: attribute block boundaries are completely misaligned with the level geometry.

Another understandable use for simplified attributes is when there are moving objects rendered as background tiles (i.e. software sprites), because there's a lot of tile animation involved and keeping the attribute data consistent might not be trivial.

Other than those 2 reasons, I can't think of a reason to be so cheap with background palettes. An unskilled programmer avoiding messing with the complexity of attribute tables? I could buy that, but attribute tables aren't THAT complicated, specially if there's no scrolling involved.
Sik
Posts: 1589
Joined: Thu Aug 12, 2010 3:43 am

Re: how would DKC on NES look like

Post by Sik »

Could be the other extreme, an artist skilled enough that can get away making the entire environment with such a small set of colors. Depends on the scenery, but yeah (for example, if you're making a cave chances are you can get away with a few shades of brown for everything, since the entire cave could be pretty much rocks).

This, though...
User avatar
blargg
Posts: 3715
Joined: Mon Sep 27, 2004 8:33 am
Location: Central Texas, USA
Contact:

Re: how would DKC on NES look like

Post by blargg »

This is where RGB makes things look far worse. The chroma blurring of composite helps a lot with a limited palette.
User avatar
Bregalad
Posts: 8056
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Re: how would DKC on NES look like

Post by Bregalad »

I'm pretty sure Wizards & Warriors I and II went the "single palette" way to make their levels. I don't know why they did that but they did.

Duplicate the same palette 4 times is the only way to meaningfully use the attribute table bytes as name table.
Post Reply