Hi , my dear friends.
i will created new animation in 3dmax , and import in game core.
i will changed the .opr file command to this format :
# -------------------------------------------------------------
OPRP
LoadObject Man.ms3d
LookAtCenter 0.0000 1.5000 0.0000
# Animation
AlwaysAnimate 1
AddAnimRange 0.3000 2.2000 1 Idle
AddAnimRange 2.2000 3.3000 1 Walk
AddAnimRange 9.6000 10.7500 1 Jump
# Motions
AddMotion IdleMotion
MotionAnim Idle
MotionSelectVar Velocity
MotionSelectMin -1
MotionChannel -1
AddMotion WalkMotion
MotionAnim Walk
MotionSelectVar Velocity
MotionSelectMin 0
MotionChannel -1
AddMotion Move
MotionAnim WalkMotion
MotionAnim IdleMotion
MotionChannel 0
# -------------------------------------------------------------
now i want to change my charcter animated to jump animation and go back to (idlemotion) i tested all of think in my mind but i can't solve my problem ....
please check this command :
# -------------------------------------------------------------
AddMotion JumpMotion
MotionAnim Jump
MotionSelectVar Velocity
MotionChannel 0
AddMotion Jump
MotionChild JumpMotion
MotionChild IdleMotion
MotionChannel -1
# -------------------------------------------------------------
Help MeeeEEE! Tanx
