XSI Animation for weapons?

How to create models in XSI and other 3D applications and make them work in Battlefront 1 & 2. Post models, tips for application usage and share anything XSI, 3DMax, SketchUp, etc.

Moderator: Moderators

Post Reply
Vyse
General
General
Posts: 776
Joined: Sun Aug 28, 2005 5:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

XSI Animation for weapons?

Post by Vyse »

Maybe this is on the wrong board... don't know.

Here is my question, can you give weapons animation by placing Animationname = "TheAnimationFile" in the ODF of the weapon. Like props it would use the "Idle" animation call out, because the weapon would always be idle. (Even though it's moving)

Anyone have any idea if this would work, or how the lightsaber spins when it's thrown? I can't find a animation call out for the spinning of lightsabers once there thrown in Battlefront.
Qdin
Old School Staff
Posts: 2059
Joined: Wed Feb 23, 2005 9:54 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: XSI Animation for weapons?

Post by Qdin »

what are you talking about?

Props don't need an 'idle' animation to call out and play that one - 'idle' is just the easiest name they found out :P
Why I say this? Because I just animated a prop - actually an ep2 clone trooper - and renamed some of the names to;
rep_prop_ep2trooper_emote
rep_prop_ep2trooper_lookaround
rep_prop_ep2trooper_check

they just don't currently have a collision :roll: but hey, I didn't add it either :P and I just took the animations from human0 in the animationBank and renamed :D

Those are the animations, and they works PERFECTLY; changing between the animations at random :wink:

So what I would suggest, was to try to make a totally new AnimationBank called Weapon (Thinking of FirstPerson, Prop, SoldierAddOn and the other's)
And then use the procedure? Making it play the animation from the Weapon AnimationBank and using the same as all the other animated props in their .odf's;
GeometryName = "rep_prop_ep2trooper"
AnimationName = "rep_prop_ep2trooper"
(Example of course :wink: )
The animationname would obviously be the folder inside Animations>Weapon

And then in the .odf we'd specify what animations it should run:
Animation = "rep_prop_ep2trooper_emote"

Keep in mind that it will most likely make a .ANIMS* and .ZAABIN* and .ZAFBIN* which will contain the animations :)

In theory, I think it would be possible.
Post Reply