-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|348|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Blogs Home -> Blogs


 
Jayenkai
Created : 04 November 2010
Edited : 04 November 2010
System : Mac

Sprite Building




So, I'm doing this again, and I'm thinking "Hmm.. Maybe there's a tool in this"

So, rather than doing AGameAWeek this week, I think I'll spend some time making a nice little tool.

Lots of thinking to be done, loads of symmetry to be worked on, and some kind of animation setup to be formulated.
..
this might take more than a week!

 

Comments


Thursday, 04 November 2010, 10:10
Afr0
Animation Format

Header - ANIMFORMAT BY JAYENKAI V.1.0.0.3.4
int NumFrames
SpriteData for Frame1
SpriteData for Frame2
SpriteData for Frame3
SpriteData for Frame4
etc

Simple!
Thursday, 04 November 2010, 10:12
Afr0
Edit: Might wanna store a lookuptable at the beginning or end of the file as well, to decrease searchtime. Depending on how many frames you expect to be storing.
Thursday, 04 November 2010, 10:34
Jayenkai
I'll be placing things into a .png animstrip, because people will want to be able to use the results without having to piss about, learning yet another stupid new file format.

png is already there, and it's already usable.
That's good enough.