http://www.cncuniverse.com/dscript/f...Titan4.zip&s=1
Download and skim that for the parts regarding exporting the skeleton and mesh files.
I haven't done teh aniamtion tutorial yet though so....
What you'll need for basic AT-AT aniamtions would be a "standing" aniamtion (you can make idling stuff too, but that's not what the standing aniamtion is). And export it as "pure animation"
Then you'll also need the walk cycle animation AND the transition animation from standing to walking (ie the first two steps in order to get into the start frame of teh walk cycle)
Each of those will need to be exported seperately as "pure animation"
In order to load the model's walking animation...
ConditionState = Moving
Model = ATAT
Animation = ATAT_SKL.ATAT_WALK
AnimationMode = ONCE
plus whatever else you need for the unit
The Model line refer to the mesh file, the Aniamtion line refers first to the SKELETON file, then the animation file. The transition is added to the STANDING condition state, then you have to add the transition state in the ini. Just check the infantry entries and you'll see what I mean.