(Mockup) Green Hill Zone

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

Moderator: Moderators

Post Reply
User avatar
DevEd
Posts: 48
Joined: Thu Dec 12, 2013 4:00 pm

(Mockup) Green Hill Zone

Post by DevEd »

I'm back.

So I decided to recreate Green Hill Zone within the limitations of the NES, just for fun. I'm quite pleased with the results so far:
Image
(Please ignore the sky and look at the ground instead.)
You know, the DevSound guy.

There are two kinds of people in this world: those who are convinced there are two kinds of people in this world, and those who aren't. - Unknown
dashv
Posts: 12
Joined: Mon Jan 27, 2014 10:24 pm

Re: (Mockup) Green Hill Zone

Post by dashv »

Nice!
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: (Mockup) Green Hill Zone

Post by tokumaru »

Looks good! Pretty interesting way to blend the grass with the ground. I wonder if it would look good in slopes. I see a few problems though:

It seems you are using 3 palettes just for this basic scene: 1 for the grass (black + 3 greens), 1 for the ground (black + 3 browns) and 1 to connect the grass and the sky (black + 2 greens + cyan). That leaves only one palette left for everything else you might need to draw using the background. Also, since black is the background color, if you want to put something else in front of the sky (like mountains, rings, whatever) you'll have to waste one of the colors of this last palette with cyan, leaving only 2 colors to actually work with.

Considering all of this, I think this setup might work for a demo or a couple of static screens, but wouldn't really work for a complete level in an actual game. In an actual game you'd probably have to go with 2-color grass and use cyan as the background color. Then you'll be able to use the browns for mountains and tree trunks and you'll still have 2 palettes left for other things. A palette with grays + white could be used for clouds, spikes and rocks, for example.
User avatar
Dwedit
Posts: 4924
Joined: Fri Nov 19, 2004 7:35 pm
Contact:

Re: (Mockup) Green Hill Zone

Post by Dwedit »

Image appears to have vanished. Maybe save it as a PNG next time (not a BMP), and attach it here.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
User avatar
DevEd
Posts: 48
Joined: Thu Dec 12, 2013 4:00 pm

Re: (Mockup) Green Hill Zone

Post by DevEd »

It turns out I accidentally my entire pictures folder from my FTP server. Don't worry, it's back now.

Also, a minor update:
Image
A palette update and some changes to the sky.

EDIT: Also, too lazy to convert to PNG.

EDIT2:
tokumaru wrote:Looks good! Pretty interesting way to blend the grass with the ground. I wonder if it would look good in slopes.
Seems like SOMEBODY hasn't played Sonic the Hedgehog before... :P
You know, the DevSound guy.

There are two kinds of people in this world: those who are convinced there are two kinds of people in this world, and those who aren't. - Unknown
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: (Mockup) Green Hill Zone

Post by tokumaru »

DevEd wrote:Seems like SOMEBODY hasn't played Sonic the Hedgehog before... :P
The original Sonic the Hedgehog can use other colors besides black immediately below the grass. If you try to make slopes with your current palette setup it might end up looking blocky where the grass meets the ground, because you won't be able to draw the checkerboard pattern too close to the grass.
User avatar
DevEd
Posts: 48
Joined: Thu Dec 12, 2013 4:00 pm

Re: (Mockup) Green Hill Zone

Post by DevEd »

Yes, but the original Sonic the Hedgehog was on Sega Genesis. I'm working with NES, which can't display as many colors at once as the Genesis.

...but I did it anyway :P
You know, the DevSound guy.

There are two kinds of people in this world: those who are convinced there are two kinds of people in this world, and those who aren't. - Unknown
tepples
Posts: 22708
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: (Mockup) Green Hill Zone

Post by tepples »

The Master System can display more colors per tile than NES, but not quite as many as Genesis. You might have better luck trying to emulate 8-bit Sonic. Hang on a moment while I try to see how well the gradient that I made here might work.

Dithering out the "dark green" color let me cut it down to three palettes: sky and top of grass, grass and top of dirt, and solid dirt. This should allow drawing slopes with the grass and top of dirt palette as a transition.
Attachments
Using dithering to smooth the sky and eliminate the dark green
Using dithering to smooth the sky and eliminate the dark green
ghz_dithered.png (561 Bytes) Viewed 9675 times
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: (Mockup) Green Hill Zone

Post by tokumaru »

DevEd wrote:Yes, but the original Sonic the Hedgehog was on Sega Genesis. I'm working with NES, which can't display as many colors at once as the Genesis.
Which is precisely why I wondered how well slopes could be ported. I didn't assume they'd look bad, I think it might actually work! There are a few NES games that have slopes using different palettes from the ground under them and the resulting blockiness isn't particularly distracting. It will definitely look blockier than the 16-bit version, but that isn't necessarily bad.
...but I did it anyway :P
Only without slopes, and without many colors left for the rest of the level elements (clouds, rocks, trees, spikes, rings, mountains, etc.). I don't know what your goal with this mockup is, but if you're trying to simulate an actual game, you're not being sensible about the palette usage. If you just want to make a couple of good looking static shots, then you can be as wasteful as you want! =)
tepples wrote:The Master System can display more colors per tile than NES, but not quite as many as Genesis.
One Master System palette has as many colors as one Mega Drive palette, but the Master System only has 2 palettes while the Mega Drive has 4.
You might have better luck trying to emulate 8-bit Sonic.
If you want to see how the 16-bit Green Hill might look on the Master System, you may be interested in checking out Sonic’s Edusoft.

EDIT: tepples, your gradient looks pretty good in this shot.
User avatar
DevEd
Posts: 48
Joined: Thu Dec 12, 2013 4:00 pm

Re: (Mockup) Green Hill Zone

Post by DevEd »

My goal with this was just to see if it could be done.

That being said, here's something else I did just to see if it could be done:
Image
You know, the DevSound guy.

There are two kinds of people in this world: those who are convinced there are two kinds of people in this world, and those who aren't. - Unknown
psycopathicteen
Posts: 3140
Joined: Wed May 19, 2010 6:12 pm

Re: (Mockup) Green Hill Zone

Post by psycopathicteen »

Am I the only one to notice the incorrectly shaded checkerboard squares?
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: (Mockup) Green Hill Zone

Post by tokumaru »

psycopathicteen wrote:Am I the only one to notice the incorrectly shaded checkerboard squares?
You mean right under the grass? I believe the palettes are set up so that green and brown can't be in the same attribute area, so everything immediately below the grass must be black. I don't think it's very noticeable when the ground is straight as in this mock-up, but I did question how it would look on slopes, which would need far more black pixels.
tepples
Posts: 22708
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: (Mockup) Green Hill Zone

Post by tepples »

I think the complaint was that the light brown and pale brown shades in the bottom section should have been switched so that pale brown is below the dark brown and light brown is below the black.
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: (Mockup) Green Hill Zone

Post by tokumaru »

Oh, I see it now. The checkerboard pattern is definitely wrong.
Post Reply