Mount understanding.

04/05/2020 10:10 LuciferMorningStar666#1
Hello, so I really never understand the modeling, and the rotating in mounting.

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

And a question about the motions adding in the mount it seems not really working.

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
}
}
Thank you for helping!
04/05/2020 13:09 Professor Linebeck#2
Firstly you got: SetOffSet(-0.75f -1.f -0.5f);
Should be 1.0f instead of 1.f


Quote:
SetMount(MOUNT_WALK);
MOUNT_WALK = Only walk
MOUNT_FLY = Only Fly
MOUNT_WALK_FLY = Both(Switchable)

SetBindBone(2);
Index number of the bone to bind.
• Load your mount into Atools -> .dae -> 3ds Max and choose a bone you wanna attach the character at. Open the Index Editor(a tool from Jopsi), load in the .chr file of your mount and look for the name of your recently chosen bone. The number next to it is the one you need.

Rotation(0.0f -0.15f 95.0f);
Character rotation


SetGroundSpeed(0.1f);
SetFlightSpeed(0.0f);

Walk & Fly speed


PlayerAnimation(MTI_FSTAND1_F);

The sitting animation of the character

SetOffSet(-0.75f -1.0f -0.5f);
Character position
• Watch your mount ingame and move to camera to the very top, like aerial viewing.
-0.75f = positive value moves the character to the left / negative value moves the character to the right
-1.0f = positive value moves up / negative value moves down
-0.5f = positive value moves back / negative value moves forward
You have to set all values by yourself and restart the client again and again, until the character matches perfectly.
04/05/2020 18:04 LuciferMorningStar666#3
That is really neat explanation. Thank you very much!

One question, tried to search in epvp the Index Editor of Jopsi. Never see one. Care to share? Thank you

[Only registered and activated users can see links. Click Here To Register...]

Hi anyone can help me, how to make her sit properly? Thank you.