hello together,
i have some problems with my infantry animations.I made 3 files
soldier_default.w3d as default skin
soldier_skl.w3d as skeleton
and soldier_d_walk_ani.w3d as walk animation for testing
then i have the following script
Code:
DefaultConditionState
Model = soldier_default
IdleAnimation = soldier_skl.soldier_d_walk_ani
IdleAnimation = soldier_skl.soldier_d_walk_ani
IdleAnimation = soldier_skl.soldier_d_walk_ani
AnimationMode = ONCE
WeaponFireFXBone = PRIMARY Muzzle
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = SECONDARY Muzzle
WeaponLaunchBone = SECONDARY Muzzle
TransitionKey = TRANS_Stand
End
normally the model should walk all the time but it doesnt work.The model stand still in default state and moves "driving" without moving legs.
Perhaps someone here can explain me the generals animation system?
so long
Bluescreen