And a question about the motions adding in the mount it seems not really working.
Thank you for helping!Quote:
II_SYS_MOUNT_KART01
{
SetMount(MOUNT_WALK);
SetBindBone(2);
Rotation(0.0f -0.15f 95.0f);
SetGroundSpeed(0.1f);
SetFlightSpeed(0.0f);
PlayerAnimation(MTI_FSTAND1_F);
SetOffSet(-0.75f -1.f -0.5f);
// +links/-rechts +hoch/-runter +hinten/-vorne
Animation
{
"stand" MTI_STAND
"walk" MTI_WALK
"walk" MTI_RUN
"idle1" MTI_IDLE1
"idle1" MTI_IDLE2
"fly_stand" MTI_FLY_STAND
"fly_walk" MTI_FLY_WALK
"fly_idle1" MTI_FLY_IDLE1
"fly_idle2" MTI_FLY_IDLE2
"fly_land" MTI_FLY_GROUND
//"fly_start" MTI_FLY_GROUND
}
}






