Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

2D Isometric Chracters

A topic by sandsawks created Jul 19, 2019 Views: 411 Replies: 2
Viewing posts 1 to 3

TLDR; Is 2D Isometric sprite creation/animation more work than it's worth for someone noob enough to have to ask?

A little background

My buddy and I recently decided to try our hand at a game like Final Fantasy Tactics / Fell Seal. We're huge FFT fans and seeing the greatness of what Fell Seal has brought sparked us to try to make a very 'watered-down' Tactical RPG (Battle system, classes and a story worthy for runner up on the AVN awards). Personal/friend & family, not trying to sell this one.  2 man team where he is in charge of concept and creativity and I am handling all the programming and art work (development and finding assets). I've searched pretty extensively for pre-made 2D ISO sprites or commissioning the work and the results come up pretty dry. Neither of us have developed a game but I am experienced in non-gaming programming and graphic design.

So my question.

With our little resources, what is a good method of developing our characters? I've searched for asset packs and for answers on methods of creating my own and it seems like everyone avoids 2D isometric sprites like the plague. Considering I can't wrap my head around anything other than drawing each sprite in each pose x however many frames I need to animate (barf) or trying to model in 3D ( which I havent done since autocad in 2007) and rendering the same poses. I have to imagine there's some what of a more efficient way or holy crap is the Fell Seal artist even more talented than whats already been made clear. Seems like that would be thousands of PNGs.

I'm pretty settled on Godot for our game engine. It feels natural to me and Unity just doesn't ¯\_(ツ)_/¯ . I'm good with Illustrator and Photoshop but NOT pixel art. My drawing skills are more technical than creative. I can do line art off references/sketches really well, for example. Programming wise I've worked with a few generics (Batch/Shell scripts, VBScript, HTML/XML/JSON and I work in PL/SQL Daily).

Thanks in advance!

I think for tactical rpgs like these, people would first make a naked template as the base character.
Once they're done/roughly done with it, adding  each accessories as layers on top with character details would probably be much more efficient in the long term (eyes, clothes, hats, etc...) I know Disgaea work somewhat like that since most of the humanoids have the same poses.

It's still a long process, but I think it's a shorter one than making each pose for each character of your game.

This topic make me think of this tool by 0x72. While it's not the angle you want, 

if you were to recreate a similar logic for yourself,

you'd probably save yourself a huge amount of time. 

I'd say start small, make a generic idle animation, and add generic accessories, then 

work up from there. It'll always feel like "Way too much work" at the beginning, 

but you're probably looking at year(s) of work anyway when you look at finished games ʕ´°ᴥ °`ʔ 

(1 edit)

You could take the template approach as suggested from Tuskat (which I reccomend), or you could make 3D models and render them as sprites. The benefit to this would be that you only have to make an animation once, and then you can have a script render said animation in all 4 directions. Of course, 3D modelling and animation are a whole other beast in it of itself, but if you know anyone who knows basic 3D modelling and animation, and you make really basic models, it could work out.