Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

2D All the way! / Spritesheets and stuff

Author
Message
Nicholas4321
10
Years of Service
User Offline
Joined: 18th Oct 2013
Location:
Posted: 18th Oct 2013 21:13
Hi!
A friend and I are creating a simple 2D-fighting game, but we've hit one huge bump: how are you able to create spritesheets? I've created a draft of an extremely simple jumping animation, but it exports separate with one picture per frame.
The only solution we've come up with so far is using photoshop/gimp to link the images together and make the background transparent, but is there a better/faster/simpler way?

Thanks in advance!
Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 21st Oct 2013 00:52
Quote: "using photoshop/gimp to link the images together and make the background transparent, but is there a better/faster/simpler way?"


That's what you have to do because that's what a sprite sheet is, a collection of sprites.

Van B
Moderator
21
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 21st Oct 2013 10:49
There's always a simpler way, but it takes a lot of experience to do this stuff.

There are programs that allow bone based animation in 2D, using body parts and animating things smoothly. It might be the best option for a 2D fighting game these days.

It would be possible to get a 3D model of a fighter and animate it, then render the animation onto a spritesheet. Drawing a sprite is fairly easy, drawing 200 frames of animated sprite is really difficult. It is easier to animate in 3D then render, than to just draw everything.

For StreetFighter2, they used traditional flip page drawings, every frame of animation was drawn first, then scanned and made into a monochrome pixel drawing, and coloured after that. That's a really old school method that probably took hundreds of man hours - but it allows a lot more fluidity than new techniques allow, hair flopping about, clothes moving convincingly etc.

The bottom line is that you or someone has to be able to animate, not just draw but be able to make convincing movements. It has to be planned, you have to sketch out each animation, and be prepared to spend a lot of hours on it. The only people who make truly great 2D sprite animations, are those with a passion for it - if you don't find it fascinating, then you just won't get it done.

The final solution, well go retro!
Use 32x32 or 64x64 pixel sprites for the fighters, with a small resolution like that it takes far less time to draw and animate sprites, and by it's nature, it's ok if movements are a little mechanical, it's kinda expected. People who like beat-em-ups probably played and enjoyed the old school fighting games, like IK+, Fist, Last Ninja, Yi-Ar Kung-Fu, Double Dragon. I tend to prefer these to the new SF and MK games, before fighting games turned into a memory test of button combos.

I am the one who knocks...

Login to post a reply

Server time is: 2024-04-23 13:08:30
Your offset time is: 2024-04-23 13:08:30