Jump to content
How to Install Plugins ×

SpriteSheet Animation Plugin


SeriousSam

Recommended Posts

V1.3

AniDlg.jpg

Here is a little something for the hobby game programmers and artist out there, including myself. It is a plugin to test and design Sprite Sheets. For those that do not know a Sprite Sheet is a collection of images arranged in a grid used to make animations. This is done instead of having a bunch of image files.

Hidden Content:
About:

This plugin will load each image from the grid to build a list of "frames". And from the list sequences can be created and animated.

I am quite proud of the user interface. Drag and Drop is used to add and arrange the frames. What this means is just click and drag to move them. An insertion point is drawn to specify the location. It is very intuitive and fast to create sequences.

For a simple demonstration try this image Kickman.jpg

Select "Animation->SpriteSheetAnim" to run the plugin. Upon opening the 4 frames will get added into the left list box like screen shot above where it says "Frames 4". This is the working set of frames that are used to build animation sequences. This set can not be arranged or added to like the sequence list. The size of the frames happens to be 32x32 pixels which is the default but this can be adjusted to up to 512x512 pixels. Selecting "Draw Grid" is useful for matching the frame size to an existing sprite sheet or starting a new one.

Creating a sequence is as easy as clicking any of the frames from the "working set" and dragging to the "sequence set" on the immediate right. Frames 0 and 1 were added to the sequence in the above screen shot. Frames in the sequence set can be arranged by dragging and removed by hitting the Delete key. Also, holding Control will duplicate the frame while dragging instead of moving (think copy then paste).

To start animation press the "On" button and "Off" to stop. While running the current frame is highlighted in the sequence list.

Hidden Content:
Version:

V1.1 May 20

Improved Drag Drop Scrolling

Zoom decrement bug fix

Support for different borders around frames. No border, border both sides, or border just to right

Other bug fixes

v1.2 May 25

Added Saving/Loading Sequences. Make sure to save to file after done creating.

v1.3 May 31

Improved insertion of frame during drag and drop.

Added GIF save feature! Tested with Firefox and IE8.

Notes on GIF:

GIF's can only be created! There will be no support to load GIF's. Animations can be recreated by saving and loading sequence data.

The GIF is set to loop indefinitely and will animate at the same speed as the preview.

GIFs must use a palette. I choose to use the gdi, Window's graphic application interface to generate palette and image data for convenience. It is most likely using the window's system palette. As a result detailed images do not look that great. I noticed detailed images get dithered/halftoned. I am looking into some more advanced techniques on generating an optimized palette. I would also like to add an option to use PDN's palette or a web safe palette may also be included.

 

Plugin:  Download

 

Source code: PdnAnimateControlSln.zip

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

This is mad cool! Nice job with the UI. Excellent work! Looking forward to subsequent releases.

 

The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.
Amy: But how did it end up in there?
The Doctor: You know fairy tales. A good wizard tricked it.
River Song: I hate good wizards in fairy tales; they always turn out to be him.

Link to comment
Share on other sites

Thanks david, a majority of work was doing the GUI. The actual animation and grid drawing were fairly easy. Expect to see some updates soon!

Link to comment
Share on other sites

WOW!! You are amazing, thanks! I have one question, though. After composing the animation, what does it do? Does it save as .pdn or as .gif?

Hatred does not cease by hatred, but only by love; this is the eternal rule.
|fb(page)|portfolio|blog|

Link to comment
Share on other sites

Thanks Kemaru. It is very common in 2D games, like super mario brothers on snes for example to use sprites sheets. They are simple and easy to use. What this plugin will do is help create different animation sequences from them. It saves the animation sequences created as a text file that could be loaded into a game. No image data is saved; only the sequence info is saved. So with this tool the user must open the same image to do the animation again.

I realize not every one is a hobby game designer but would like animations for web sites so I have been looking into saving alternatively as an animated GIF. So far I have looked over the file format and at some different existing code libraries. If I get it working I will include it into an update :D In the mean time I believe there is a plugin that uses different layers to save a animated gif.

Link to comment
Share on other sites

I'll consider adding code into the GIF/APNG plugin to allow the user to choose to have sequences detected in the image and use them as the animation instead of layers.

KaHuc.png
Link to comment
Share on other sites

Excellent job. This should be the gold standard in animation.

 

The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.
Amy: But how did it end up in there?
The Doctor: You know fairy tales. A good wizard tricked it.
River Song: I hate good wizards in fairy tales; they always turn out to be him.

Link to comment
Share on other sites

Holy Cow, this is going to be a great feature!

I had one question - I already understand what to do with the .dll file, but what file should the skin file go, as it does not say dll? (Can you tell I'm still painfully new?) :oops: :shock:

Thanks so much for this.

"Listen, or Your Tongue Will Make You Deaf" 

 Native American Proverb

 

SIGCOMPLETED072313SPACEAGE-150pxby500pxp

Link to comment
Share on other sites

Thank you, Simon 8)

I had it saved to my desktop in the interim - I'll go ahead and discard. Thanks for your time and kind help.

"Listen, or Your Tongue Will Make You Deaf" 

 Native American Proverb

 

SIGCOMPLETED072313SPACEAGE-150pxby500pxp

Link to comment
Share on other sites

  • 1 month later...

[...]

GIFs must use a palette. I choose to use the gdi, Window's graphic application interface to generate palette and image data for convenience. It is most likely using the window's system palette. As a result detailed images do not look that great. I noticed detailed images get dithered/halftoned. I am looking into some more advanced techniques on generating an optimized palette. I would also like to add an option to use PDN's palette or a web safe palette may also be included.

First, thank you very much. I like it.

Would that mean that I have to use the windows pallette to avoid results like this?

291ckm8.jpg

Right?

I'm still learning, trying to get better.

Critics, even bad ones, help me.

Link to comment
Share on other sites

Crazy awesome! While that hobby died down for me a few months ago, this is almost reason enough to jump back in. UI is excellent, it is fast, and it all makes sense. Well done ;)

signature.png

Link to comment
Share on other sites

SeriousSam , I have your plugin installed under Effects and I can't get

any file loaded or how/where do I draw a stick man? I have used "Pivot Stickfigure Animator" ,

made some stickmen which are .stk files and they will not load into your plugin. I'm at a

loss as to what file type it will load. Will you please give me some guidance to get started?

Thanks, Robert

Edit: I didn't download >>>>File comment: VS2008 C# Solution

PdnAnimateControlSln.zip [134.14 KiB]

Downloaded 535 times <<<<

Should this be downloaded?

Is it me --or do buffalo wings taste like chicken?

Link to comment
Share on other sites

  • 4 years later...

So from the preview picture you posted, it looks as if the animation speed is a slider. Does this mean I can't set it to precisely 10fps?

It's like Paint, but on steroids.

Link to comment
Share on other sites

Sorry to keep posting, but mine came out all spotty and with a black background. Is there any way I can make it not spotty and with a transparent background?

It's like Paint, but on steroids.

Link to comment
Share on other sites

  • 10 months later...

Drop the unzipped *.dll file into your paint.net/effects/ folder & restart paint.net. Look for the effect under the effects > animation sub menu.

Link to comment
Share on other sites

  • 3 years later...

When i download this, it doesn't download a .zip file, instead it downloads a 'unrecognisable'  file and the filename contains a bunch of numbers.... I know this plugin is old, but is there a way to fix this?

 

Thanks in advance.?

Link to comment
Share on other sites

Is there a tutorial on how to use this? I am looking forward to use this plugin!

 

Sorry for spamming.?

Edited by JustDanielGamed
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...