[Request] A friggin' animation program!

Requests go in THIS forum!
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

[Request] A friggin' animation program!

Post by wildweasel »

Okay - those who have looked at my mods have probably noticed that I love - really, really, really love - using Offset animations on my weapons. For good reason, of course; these look really awesome when they're smooth enough, and Offset (and to a similar extent, Textures composites) makes these animations take up much less space in the mod, which reduces download size and memory requirements.

Problem is, Offsets and Textures are extremely motherfucking tedious to make. Which is why I - and a whole lot of other people, I'm sure - want to see a program that aims to help with this process. Please, somebody, make this thing!

Features it most certainly needs:
  • Let me create an animation by specifying which sprite is displayed, and dragging out the sprite to where it needs to be.
  • Let me add durations to the frames.
  • Onion-skin support so I can see the difference between the current frame and the previous one in the sequence.
  • A preview option so I can see it in motion without having to go through the agonizing process of launching, giving the weapon, and triggering the animation in question.
  • The ability to add sounds to the animation, ideally letting them playback in the preview.
  • Let me output said animation as Decorate code <-- THIS IS VITAL.
Stuff that would be awfully nice but not as high priority:
  • Motion-tweening. Specifically, let me specify a start point, an end point, and how many tics between them.
  • Flash/Director-style "path" support for motion tweening. Let me draw out a curved line to have the sprite travel along when it's tweening.
  • A "speed-curve" option for motion tweening; automating those moves where it speeds up and then slows down along its path.
  • Support to assemble multiple layers and export the whole mess as a Textures lump.
Toberone
Posts: 290
Joined: Sun May 12, 2013 10:58 pm

Re: [Request] A friggin' animation program!

Post by Toberone »

Oh man this would be lovely. I currently just do the lazy approach of copy and pasting sprites cause goddamn doing it through decorate is a new level of tedium.
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Request] A friggin' animation program!

Post by The Zombie Killer »

Before my old HDD crashed, I was working on a program like this. It semi-worked, and would output Decorate offsets. I should probably revisit the project someday
User avatar
Blox
Posts: 3728
Joined: Wed Sep 22, 2010 9:35 am
Location: Apathetic Limbo

Re: [Request] A friggin' animation program!

Post by Blox »

The very least would be implementing Offset(x,y,ADDITIVE) which would make the offset call add its to the currently set offset.
User avatar
Snarboo
Posts: 2599
Joined: Tue Nov 29, 2005 4:37 am

Re: [Request] A friggin' animation program!

Post by Snarboo »

This is why I never bothered with Decorate offsets: it's a huge headache to keep track of where the weapon sprite is without a visual indicator.

A program like this would be immensely useful, but for now, your best bet is to get Flash, then set the stage to 320x200. After setting up the animations, take note of the offsets, or export each frame individually. I wonder if a Flash or Photoshop plugin could be made to handle this sort of thing?
User avatar
xenoxols
Posts: 2133
Joined: Mon Mar 18, 2013 6:08 pm
Preferred Pronouns: She/Her
Location: Behind you

Re: [Request] A friggin' animation program!

Post by xenoxols »

Why don't you just use textures? It has the visuals and you don't have to deal with the offset crap.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: [Request] A friggin' animation program!

Post by wildweasel »

xenoxols wrote:Why don't you just use textures? It has the visuals and you don't have to deal with the offset crap.
I do already, actually; however, Textures entries ultimately wind up taking up video RAM, as they ultimately have to become actual images in order to get displayed (if I'm remembering correctly) - plus this doesn't necessarily speed up things like motion-tweening, and definitely doesn't give me things like an animation preview or onionskin.
jmickle
Posts: 92
Joined: Wed Feb 19, 2014 9:43 am

Re: [Request] A friggin' animation program!

Post by jmickle »

coincidence, working on something...
Spoiler:
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Request] A friggin' animation program!

Post by The Zombie Killer »

Oooooh that looks really cool!
User avatar
Darsycho
Posts: 854
Joined: Sat Jul 05, 2008 1:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Linux Mint 21.3 Cinnamon, Windows 11
Graphics Processor: nVidia with Vulkan support
Contact:

Re: [Request] A friggin' animation program!

Post by Darsycho »

Holy hell that looks incredibly useful, must have.
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: [Request] A friggin' animation program!

Post by Amuscaria »

jmickle wrote:coincidence, working on something...
Spoiler:
:shock:
User avatar
DoomNukem
Posts: 199
Joined: Sat Feb 09, 2013 7:39 pm
Location: 2km south of Копачи Village - Pripyat, Chernobyl.
Contact:

Re: [Request] A friggin' animation program!

Post by DoomNukem »

User avatar
SuperSomariDX
Posts: 188
Joined: Tue Jul 01, 2014 10:44 am
Operating System Version (Optional): Windows 10/Linux Mint
Location: Stuck in Illbleed once more.

Re: [Request] A friggin' animation program!

Post by SuperSomariDX »

You could always try GraphicsGale

http://www.humanbalance.net/gale/us/

Should be basic enough.
User avatar
Blox
Posts: 3728
Joined: Wed Sep 22, 2010 9:35 am
Location: Apathetic Limbo

Re: [Request] A friggin' animation program!

Post by Blox »

hey guys
wildweasel wrote:Offsets and Textures are extremely motherfucking tedious to make. Which is why I - and a whole lot of other people, I'm sure - want to see a program that aims to help with this process. Please, somebody, make this thing!
hi

continue thread
User avatar
Slax
... in rememberance ...
Posts: 2121
Joined: Tue Oct 19, 2010 7:01 am
Location: Window office.
Contact:

Re: [Request] A friggin' animation program!

Post by Slax »

My suggestion would be to find an existing open source animation program (those exist, right) and whatever's missing via code.
Sounds easy enough in my noggin. If you know code, at least.. :P
Post Reply

Return to “Requests”