Literal recreation

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

Moderator: Moderators

User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Literal recreation

Post by FrankenGraphics »

Yeah, jokes aside (we had a previous discussion over mail on how a certain object in our current compo project should work where castlevania got mentioned a lot), i think it is unlikely we'd come up with something exactly like the castlevania classic mechanics, partly because the process would take us in directions, and partly because it ought to bring at least something new to the table and get an identity of its own. There's already a possible deviation in that mockup in the form of 8px platform elevation differences, for example. And that scene alone makes it impossible having bg based status bar. I'm just very keen on proving there's room for a game in the good old actionvania fashion. :)

Will look more closely at those rondo of blood stairs. The fact that you can jump on and off makes me believe there's two objects (cannot validate atm) or at least two cases within that object: the usual stairs and one that leads up/down through the floor between neighboring screens, because iirc you can't jump off stairs while moving through to the screen down under?
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Literal recreation

Post by FrankenGraphics »

Had another anti-stressant doodle session.

While this mockup contains two unique columns of distant background on each side of the tower, sideways scrolling can only show one side at a time. Which means the same two columns (instead of 4) could be used on both sides without the player realizing it unless actually studied.

For it to fake parallax it then needs to "scroll" ~10 unique tiles (times 8 prerendered scroll positions), and 2 more unique tiles times 2 , so 84 tiles, i think... which could actually fit inside the bg-chr page and still have a lot of tiles to spare with this set or something like it loaded in. That's the brute-force approach, at least.

Normally, a tower would scroll the other direction, but i think segmenting it like this somewhere could have some gameplay value, too. When/if vertical scrolling is needed, the screen would just omit the outside parts to keep things simple.

Anyway, if you have any suggestions, let me know! :)
Attachments
bridge_tower.png
bridge_tower.png (25.88 KiB) Viewed 7249 times
Celius
Posts: 2158
Joined: Sun Jun 05, 2005 2:04 pm
Location: Minneapolis, Minnesota, United States
Contact:

Re: Literal recreation

Post by Celius »

Looks great! I love the texture of the outer walls!

It took me a minute to realize there was a window on the left wall, and that's why there are lighting effects coming from that side. I'm not sure I would have noticed that in-game (I only notice because I'm looking at a static screenshot). I'm also not sure about the perspective with the two windows; I think it's just their placement, and the fact that the window on the right is the same height as the one on the left. It might help to make the one on the right shorter, as it's farther away. I do like the intent, though!
User avatar
Bregalad
Posts: 8055
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Re: Literal recreation

Post by Bregalad »

The quality of the drawing is incredible, but there is definitely something wrong with the left window's geometry.
User avatar
gauauu
Posts: 779
Joined: Sat Jan 09, 2016 9:21 pm
Location: Central Illinois, USA
Contact:

Re: Literal recreation

Post by gauauu »

Bregalad wrote:The quality of the drawing is incredible, but there is definitely something wrong with the left window's geometry.
To me it looks like it was purposely designed to try to force your brain to view the scene as a curved tower (back wall being concave) instead of a flat scene. The angle of that window is different from the other because the wall is a different angle at that point.
User avatar
Bregalad
Posts: 8055
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Re: Literal recreation

Post by Bregalad »

gauauu wrote:
Bregalad wrote:The quality of the drawing is incredible, but there is definitely something wrong with the left window's geometry.
To me it looks like it was purposely designed to try to force your brain to view the scene as a curved tower (back wall being concave) instead of a flat scene. The angle of that window is different from the other because the wall is a different angle at that point.
But then the ray of light should also have a different curve, which is not the case here. Also it would seem the wall is way more curved than what would be consistent with the border's position if the tower was cylindrical.
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Literal recreation

Post by FrankenGraphics »

Thanks everybody, this is great input! :beer:

The tower was/is indeed meant to have a circular wall, but there wasn't much to support that intention. Here's some few changes i made today which i think conveys that better. Just some clean-ups to do, before i think i'm satisfied.

Yeah, in a realistic scene, rays of light would be cast differently from each window. I tried that first, but kinda failed, so i went with this more stylized/unrealistic setting. I might attempt it again, but there's a couple of problems:

-at this gritty grainy style of detail, rays in several directions would eat up the rest of the tilemap.
-the alternative is coming up with simpler rays of light (another sort of stylization)
-but even so, some angles just doesn't look that good at nes resolution.
-which can be somewhat hidden with a bit of noise, in other words back to a grainy style.

So, that's the carousel of compromises i got a bit tired of eventually, and just went with diagonal lines as my base. Not saying it can't be done, of course... I'm just not sure it fits my preference.
Attachments
tower2.png
tower2.png (27.19 KiB) Viewed 7150 times
User avatar
Fisher
Posts: 1249
Joined: Sat Jul 04, 2015 9:58 am
Location: -29.794229 -55.795374

Re: Literal recreation

Post by Fisher »

Seems a very nice dungeon!
Maybe you could add some skeletons, be it complete or in parts.
If it really is a jail, of course.
Maybe adding some sprites to create a smoke or fog effect on the animation would make the ambient even darker.
Keep the good work! :beer:
User avatar
Diskover
Posts: 219
Joined: Thu Nov 24, 2011 7:16 am
Contact:

Re: Literal recreation

Post by Diskover »

FrankenGraphics wrote:Thanks everybody, this is great input! :beer:

The tower was/is indeed meant to have a circular wall, but there wasn't much to support that intention. Here's some few changes i made today which i think conveys that better. Just some clean-ups to do, before i think i'm satisfied.

Yeah, in a realistic scene, rays of light would be cast differently from each window. I tried that first, but kinda failed, so i went with this more stylized/unrealistic setting. I might attempt it again, but there's a couple of problems:

-at this gritty grainy style of detail, rays in several directions would eat up the rest of the tilemap.
-the alternative is coming up with simpler rays of light (another sort of stylization)
-but even so, some angles just doesn't look that good at nes resolution.
-which can be somewhat hidden with a bit of noise, in other words back to a grainy style.

So, that's the carousel of compromises i got a bit tired of eventually, and just went with diagonal lines as my base. Not saying it can't be done, of course... I'm just not sure it fits my preference.
It is a very interesting scenario.

You could play with the background, creating clouds that pass slowly from left to right; and occasionally make a change palette to blue tones of light pass black and disappear, leaving just the white color outlining platforms.

It would be very nice.
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Literal recreation

Post by FrankenGraphics »

Diskover: Thanks! "interesting" is one of my keywords for these scenes, so i'm happy that was the word you chose, deliberately or not. :) More explicitly, the goal i'm excercising towards is to tell something about the world in as many scenes as possible.


Fischer: You're on the right track. A prison is a likely side-use of a tower. I want the imagined player to ask "a prison - for what?". Note the unnatural size of those collars. That said, it's a detail that might be moved to some other scene in the end, who knows.

Right now i'm more or less free-form doodling pieces as a way to relax and focus, and stritching those together into a string of levels that make geographical and narrative sense would come later.

I'm kind of fantasizing every level would present a high level of uniqueness, but given the size of an average cartridge, it would be practical to reuse some of the settings at least a bit. I think this could serve both as a tower standing on the abutments of a bridge, and a part of the castle itself. A few palette changes should help.

Both: On sprite addons, i was thinking about maybe slowly animating the rays by moving diagonal lines slowly (in equally diagonal paths) back and forth in a sinoid cycle, if that description makes sense.
psycopathicteen
Posts: 3140
Joined: Wed May 19, 2010 6:12 pm

Re: Literal recreation

Post by psycopathicteen »

FrankenGraphics wrote:Thanks everybody, this is great input! :beer:

The tower was/is indeed meant to have a circular wall, but there wasn't much to support that intention. Here's some few changes i made today which i think conveys that better. Just some clean-ups to do, before i think i'm satisfied.

Yeah, in a realistic scene, rays of light would be cast differently from each window. I tried that first, but kinda failed, so i went with this more stylized/unrealistic setting. I might attempt it again, but there's a couple of problems:

-at this gritty grainy style of detail, rays in several directions would eat up the rest of the tilemap.
-the alternative is coming up with simpler rays of light (another sort of stylization)
-but even so, some angles just doesn't look that good at nes resolution.
-which can be somewhat hidden with a bit of noise, in other words back to a grainy style.

So, that's the carousel of compromises i got a bit tired of eventually, and just went with diagonal lines as my base. Not saying it can't be done, of course... I'm just not sure it fits my preference.
I like it, but is that the darkest blue the NES has? I think the glowing light would look better with 2 shades of blue.
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Literal recreation

Post by FrankenGraphics »

Heh, oops no. I guess i must've grown used to the blue emphasis bit being set.

This attachment has all emphasis bits cleared and i changed most of the ray highlights to blue. Nothing else is changed so far. Might be a keeper. Thanks for the suggestions!
Attachments
tower3.png
tower3.png (27.19 KiB) Viewed 7021 times
User avatar
Diskover
Posts: 219
Joined: Thu Nov 24, 2011 7:16 am
Contact:

Re: Literal recreation

Post by Diskover »

Think about it, you can look good

Image
User avatar
Bregalad
Posts: 8055
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Re: Literal recreation

Post by Bregalad »

Maybe if you exchange the position of the left window (the one which is visible, not the one which is suggested) and the chain it would look better, because it really look like the left window is at 45° angle from the viewer, which is strange since it's just next to the central window which is parallel to the viewer.

(That's what I tried to say before but I probably wasn't clear...)
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Literal recreation

Post by FrankenGraphics »

Ah, thanks! In that regard i may have worsened the look between the revisions. I'll look into it.
Post Reply