How to add Inventory can you teach me?:)Quote:
I have added this
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
All works my only problem is i dont know how to add new mounts? (the only model thats works is the deathwing) I tried to add a new mounts using a model of a Saphyryan but its invisible
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
have you just readed some post's above? Fill all empty animations from your mount with an existing..Quote:
Okay after testing out some mounts using this source i noticed that when i add one mount this particular mount will work without any problem but when you add another mount in mount.inc a camera rotation bug will occur like when you walk using the second mount the camera will automatically move.
Do you know how to fix this issue?
Thank you for the one who will answer this.
What i did was.Quote:
have you just readed some post's above? Fill all empty animations from your mount with an existing..
can you make a video from your camera problem?Quote:
What i did was.
Is this correct?
II_MOUNTNEW1
{
SetBindBone(3);//Bone Clipping
Rotation(0.0f +50.0f +10.0f);
SetGroundSpeed(0.1f);
PlayerAnimation(MTI_FSTAND1_C);
SetOffSet(+0.0f -0.5f -0.5f);
Animation
{
"stand" MTI_STAND
"idle1" MTI_IDLE1
"idle1" MTI_IDLE2
"run" MTI_WALK
"run" MTI_RUN
}
}