Walking animations for vehicles

Ask questions, discuss ideas, get answers
Post Reply
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Walking animations for vehicles

Post by BotHunter »

Hello.

I wanted to know if there was a way to make walking animations for vehicles in Bf1942. I've been making mechs and stuff, but no matter how hard you work at it, you can't get it looking just right using rotational bundles. so how would I do this with real animations?? Thanks! :)
Walk quietly and carry a sniper rifle
User avatar
Swaffy
Posts: 1715
Joined: Sun Aug 29, 2010 9:25 pm
Location: Cibolo, Texas

Re: Walking animations for vehicles

Post by Swaffy »

ApacheThunder has done animations on PCOs before, but they were a set of flags for one of his boats for his BF Heroes mod. It is pretty sweet, but they seem to be merely for looks and not movement. If you want animated legs, they most likely won't move a collision mesh, but I could be wrong! Animations are not my strong suit. Kind of like the horse in FHSW and the mechs in the Parallel World mod. They use rotational bundles.
(Forum Thread|Download) Swaffy'sMod v0.34 | Download link to come Soon™
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Walking animations for vehicles

Post by BotHunter »

The problem with rotational bundles is that the movement is always symmetrical. I don't Want that.
Walk quietly and carry a sniper rifle
User avatar
Vilespring
Posts: 740
Joined: Sat Nov 24, 2012 5:47 am
Location: Somewere in the United States

Re: Walking animations for vehicles

Post by Vilespring »

Look at the AT-AT walker from the Star Wars mod. That thing has some sweet movement. If I remember correctly, it uses like 42 rotational bundles, and took around 2 years to develop.
A picture is worth a thousand words, but takes up three thousand times the memory.

Area 51: http://battlefieldarea51mod.weebly.com/

Image
"I didn't steal your pizza"
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Walking animations for vehicles

Post by BotHunter »

I allready did. Check out the Titan :)
Walk quietly and carry a sniper rifle
User avatar
Apache Thunder
Posts: 1213
Joined: Mon Oct 19, 2009 2:48 am
Location: Levelland Texas, USA
Contact:

Re: Walking animations for vehicles

Post by Apache Thunder »

Animated Meshes are doable on PCOs. But the issue is, collision meshes won't follow the animation.

But the bigger problem is the fact that you can't "control" the animations at all. The game ignores input commands even if they are specified in the animation states for the meshes used on the vehicle. You can get the legs to animate, but you wouldn't get them to only walk when the player drives the vehicle. :(

There may still be a way to fool the game into allowing it. I could revisit this in another round of experimenting to see if I can find a solution. :P
ImageImageImage
I have cameras in your head!
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Walking animations for vehicles

Post by BotHunter »

What if you had one bundle with the walking animation and one bundle with the standing mesh, and then you used a BIIIIIG rotational bundle on each that when you press the throttle, it rotates the standing one 90 degrees down, and the walking one 90 degrees up. (very quick) with a radius of about 99999 meters. :)
Walk quietly and carry a sniper rifle
User avatar
Apache Thunder
Posts: 1213
Joined: Mon Oct 19, 2009 2:48 am
Location: Levelland Texas, USA
Contact:

Re: Walking animations for vehicles

Post by Apache Thunder »

I don't think that would work very well. Though one idea I had is having the animated bundles tied to a lodObject that's tied to a dummy plane engine. I've noticed how the game can switch between a 3D prop and a 2D prop blur on throttle (max/minrotation/maxSpeed settings defines when this will occur). I bet something like this can be employed to switch to a idle mesh to a animated walking mesh. Though you still wouldn't be able to control the speed of the animation. But that might only be a minor issue if you can get it to animate on cue in the first place. :D

The tricky part is preventing the mesh from rotating. I think that's what would normally occur if you tried to use this via the engine prop coding.
ImageImageImage
I have cameras in your head!
User avatar
BotHunter
Posts: 480
Joined: Thu Jan 10, 2013 11:22 pm
Contact:

Re: Walking animations for vehicles

Post by BotHunter »

Can you show me how to make a animated mesh?
Walk quietly and carry a sniper rifle
Post Reply