2d top-down engine

Discuss the development of other free/open-source games, as well as other games in general.

Moderator: Forum Moderators

Post Reply
User avatar
Jetrel
Posts: 7242
Joined: February 23rd, 2004, 3:36 am
Location: Midwest US

2d top-down engine

Post by Jetrel »

http://www.asantee.net/ethanon/

Interesting for it's approach - it's trying to use nominally "3d" effects in a purely 2d engine (like diablo).

I do find that two things; the dynamic lighting, and the bump-mapping, really do help with visuals. Especially in that they automate something that would otherwise be done by hand (such as in chrono trigger), or just not done at all. Having stark, strongly-cast shadows can really make a scene look cool, but it's really a pain to do if you're doing it by hand.
Play Frogatto & Friends - a finished, open-source adventure game!
User avatar
Dagoth
Posts: 40
Joined: January 25th, 2010, 11:45 am

Re: 2d top-down engine

Post by Dagoth »

Wouldn't this lead to a new drawing engine all together? I mean, the idea is good and was probably thought of before, but I don't think it was done because anybody who thought of it would realize several problems:

1: the movement system, excluding bats and drakes, really don't move; all they really do is slide to where they go. to use an engine like this, the sprites would need subimages to move around.

2: the sprites would have to be maximized in sized, and the standard 72x72 pixel system might be a wee too small.

3: and 3d sound system; lets say there is a cave wall. on one side, there are two battling units, and on the other, a traveling dwarf. the sound in the battle would have to be a bit disoriented by three factors:

distance of the travelling unit

how deep or how thick the barrier may be.

and whether the atmosphere is moist, dry, and so on.
What? No, I am not 26. Who said that? I'm only 14. Surprised?
User avatar
Jetrel
Posts: 7242
Joined: February 23rd, 2004, 3:36 am
Location: Midwest US

Re: 2d top-down engine

Post by Jetrel »

Dagoth wrote:Wouldn't this lead to a new drawing engine all together? I mean, the idea is good and was probably thought of before, but I don't think it was done because anybody who thought of it would realize several problems:
:augh: ARE YOU COMPLETELY [censored]?!?

It's implicit that anything in this subforum is not a suggestion for wesnoth.
Play Frogatto & Friends - a finished, open-source adventure game!
User avatar
Zerovirus
Art Contributor
Posts: 1693
Joined: July 8th, 2009, 4:51 pm

Re: 2d top-down engine

Post by Zerovirus »

Ouch. Maybe that was a bit too harsh?

Still, the point stands. Nothing here is intended to be used in Wesnoth in any way.
User avatar
artisticdude
Moderator Emeritus
Posts: 2424
Joined: December 15th, 2009, 12:37 pm
Location: Somewhere in the middle of everything

Re: 2d top-down engine

Post by artisticdude »

Very interesting. Great find, Jetrel, thanks for the link. :) If I can figure out the coding (my weak spot), I can imagine all sorts of things I could do with that.
"I'm never wrong. One time I thought I was wrong, but I was mistaken."
User avatar
Spell
Posts: 48
Joined: January 23rd, 2009, 9:04 pm
Contact:

Re: 2d top-down engine

Post by Spell »

Oh. damn. Somebody read my mind. I had in mind to do something like that some months ago, too. The only difference is that this is for top-down and I thought about sidescrooling. However. Good to know that I am not the only one who thinks about merging 2d-graphics with cool 3d-like-effects.
User avatar
JackBarber
Posts: 272
Joined: October 27th, 2009, 4:43 pm
Location: In your head.

Re: 2d top-down engine

Post by JackBarber »

Spell wrote:Oh. damn. Somebody read my mind. I had in mind to do something like that some months ago, too. The only difference is that this is for top-down and I thought about sidescrooling. However. Good to know that I am not the only one who thinks about merging 2d-graphics with cool 3d-like-effects.
Check the site... It says it can be used for side-scrolling projects as well.
"Do YOU know the muffin man?"
."Don't wake me if I'm dreaming."
.."Even words can drive a man to madness."
Post Reply