View topic - Upspring animation.



All times are UTC + 1 hour


Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Upspring animation.
PostPosted: 02 Dec 2010, 00:19 
Content Developer
User avatar

Joined: 13 Jan 2005, 00:46
Location: ModalitÃ
Might as well start a thread on getting this shit to work.

Ok, animation is the biggest issue for units in spring. So I figure it is time to see if anyone else out there has been fooling with it/what you might know.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 02 Dec 2010, 00:30 
BT: Legacy & Spring 1944 Developer

Joined: 21 Sep 2004, 07:25
Location: Needlessly hostile.
AFAIK there are some endemic problems with it such as it using improper syntax and/or different angle calculations or some such like that, also it is hard to use as IIRC there is no "remove keyframe" capability (so if you make a mistake you're fucked) or any of the more moderately advanced animation options.

I think though someone (maybe Flozi?) fixed something about the output-script creator to make it workable. He and Nemo would have more to say since I think it was heavily investigated for S44 infantry.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 02 Dec 2010, 01:03 
Spring 1944 Developer
User avatar

Joined: 30 Jan 2005, 19:44
Location: Backwoods of New Hampshire
No, I didn't use any export. I just made keyframes (carefully, without mistakes <_< - its not bad as long as you remember where your keyframes are) and wrote down the angles that worked well, then scripted the animation based on that series of keyframes.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 02 Dec 2010, 02:33 
Moderator
User avatar

Joined: 29 Apr 2005, 00:14
Location: #moddev - join it!
I never got around to fixing anything. The export script is in lua btw, main problem was that it spewed 23934847 frames if you imported a bvh, and some axes were flipped.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 03 Dec 2010, 05:59 
Modeler
User avatar

Joined: 11 Mar 2010, 09:05
Location: The land of polies.
Would it be possible to make an exporter script or say, 3ds max, that generates a text file with all the rotation information of the keyframes in max? Then you could just paste that into the code for the unit. Then again, I'm no programmer, so I don't know how hard that would be, or if its possible.

Seems like it would save a lot of time.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 03 Dec 2010, 06:11 
Content Developer
User avatar

Joined: 13 Jan 2005, 00:46
Location: ModalitÃ
that would require me pirating max.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 03 Dec 2010, 11:33 
Moderator
User avatar

Joined: 26 Oct 2007, 15:21
Ive been thinking alot about this one, since a lot of current units have the following issues:
Jerky movement from tons of keyframes with NOW switches.
Mismatched leg motion wrt movement speed.

What I would like to do, is to use some kind of external animator (i am totally noob to this, any proposed software solution interests me) where I can set up the rigging, and the joint movement limits, then I can drag the feet of units to make them walk.

Upspring animation is a nightmare to me atm.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 03 Dec 2010, 14:42 
Content Developer
User avatar

Joined: 13 Jan 2005, 00:46
Location: ModalitÃ
Beherith wrote:
Jerky movement from tons of keyframes with NOW switches.
Mismatched leg motion wrt movement speed.

not in gundam:P


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 03 Dec 2010, 14:51 
Moderator
User avatar

Joined: 26 Oct 2007, 15:21
Yeah, I forgot to say that. I want to write a script to replace smoth. So I can smothify ba anims. It will optionally support posting lulz to the forum to make the experience complete.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 03 Dec 2010, 18:31 
Moderator
User avatar

Joined: 29 Apr 2005, 00:14
Location: #moddev - join it!
Beherith wrote:
Ive been thinking alot about this one, since a lot of current units have the following issues:
Jerky movement from tons of keyframes with NOW switches.
Mismatched leg motion wrt movement speed.

What I would like to do, is to use some kind of external animator (i am totally noob to this, any proposed software solution interests me) where I can set up the rigging, and the joint movement limits, then I can drag the feet of units to make them walk.

Upspring animation is a nightmare to me atm.


Blender presumably has skeletal animation tools? I know MAX does, and if you can export it as a bvh, you can import it into Upspring. The problem then comes exporting it back out into usable bos or lus.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 04 Dec 2010, 08:18 
Modeler
User avatar

Joined: 02 Jan 2008, 21:55
Blender can do it and also supports Python scripting. So from my limited (I know nothing) scripting knowledge I assume you could then export vertex data which is (I think?) what Spring uses.

But yeah Blender has good skeletal animation, better than max or maya.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 04 Dec 2010, 12:05 
Modeler
User avatar

Joined: 28 Apr 2005, 20:07
Location: Next to the girl with kaleidascope eyes
Mr. Bob wrote:
Would it be possible to make an exporter script or say, 3ds max, that generates a text file with all the rotation information of the keyframes in max? Then you could just paste that into the code for the unit. Then again, I'm no programmer, so I don't know how hard that would be, or if its possible.

Seems like it would save a lot of time.


I tried writing one of those, but I am a complete newbie to Maxscript, so I ran into some snags finding where keyframe animation data could be accessed to fully finish it.

smoth wrote:
that would require me pirating max.


Everyone pirates Max.


Top
 Offline Profile  
 
 Post subject: Re: Upspring animation.
PostPosted: 04 Dec 2010, 13:25 
Modeler
User avatar

Joined: 13 May 2008, 15:51
Location: Universe
Guessmyname wrote:
Everyone pirates Max.

That's true. It's also a good thing for autodesk, people who pirate it would never buy it otherwise, but they use the software and improve, and maybe get into the industry later. At that point they do buy max :)


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: LordMuffe and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.