author++

Published April 05, 2009
Advertisement
Thanks, GD.NET

Just the other day I received my copy of "Advanced Game Programming: A GameDev.Net Collection" from the publishers. Several months ago John Hattan approached me with interest in adopting my metaballs article into their book. Naturally I was quite thrilled just to be able to see my name in print, but they ended up also offering a small but generous work-for-hire payment as well. Thanks guys for making me a part of this!


A Very Isometric Journey

My initial burst of interest in Cyberspawn has once again dwindled since I finished implementing lightmaps. My main quip was that making content that looked good in-game was very difficult, since creating a in-game model is a matter of modelling the object, creating a texture/mesh for it, applying it properly onto the object, and then trying to get it to look as nice as it did in the editor in the game engine. Given my inexperience in artistic endeavors in general, it just felt too far beyond my abilities.

However, I was still really keen to expand my artistic horizons. I had been using Blender all this time, and I've been getting pretty comfortable with it. Remembering all of those wonderful games like Diablo, Fallout, or the Crusader series, I considered the (hopefully) simpler task of producing pre-rendered isometric art for a 2D game instead. So far, so good; I have the basics of the art and the engine started.



The floor and wall didn't take too long to make. The hardest part by far was getting the camera set up at a consistent and correct isometric angle, generating the renders in a size consistent with world scale, and then adding final touches to the final renders to make them interlock with eachother in an aesthetically-pleasing manner. I really like the way it turned out, and am confident that I can maintain an art style of this level for the rest of the needed content.

More about this new (again!?) project and its direction soon. Maybe I can take a page or two from O-san's delicious isometric work.
Previous Entry Shine! Shine!
0 likes 3 comments

Comments

Metorical
It's been a while ;)

Your isometric screenshot looks really good. I ran in to exactly the same trouble setting up my camera correctly especially because I hadn't wrote most of the camera code, suprising how difficult it is to get just right.
April 06, 2009 07:27 AM
LachlanL
Hey, nice looking work there! It appears we have very similar tastes in games (although I'm sure there's plenty of others with the same). I've tried more than once to get the crusader games working on newer operating systems. Hadn't had too much luck. [depressed]
April 06, 2009 05:42 PM
HopeDagger
Quote:Original post by LachlanL
Hey, nice looking work there! It appears we have very similar tastes in games (although I'm sure there's plenty of others with the same). I've tried more than once to get the crusader games working on newer operating systems. Hadn't had too much luck. [depressed]


Have you tried emulating? I've had zero issues playing No Remorse under Dosbox.
April 06, 2009 06:10 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement