Page 1 of 1

Collect object on the Stage

Posted: Sun Jun 21, 2015 5:48 am
by Vertex
Image
Image
Image


My character has qeu collect items level . For example a cap , but this cap has the character skeleton , so it can not be at ground level .

My question is : How I can colored objects at ground level ?, because it is a subject that engages the character, uses his skeleton.

Any suggestions?

Re: Collect object on the Stage

Posted: Sun Jun 21, 2015 6:24 am
by Allanon
Create the hat as a separate actor and attach it to the player's skeleton when picked up.

Re: Collect object on the Stage

Posted: Mon Jun 22, 2015 12:49 am
by Veleran
You can make an animation that places the hat on the ground level,and when the player picks it up,it can start using the player animations using the attach commands.

If it still floats on the air then you placed it above the ground yourself in the editor or you exported it flying from inside the modelling program without noticing it.

The hat does not look like keeping the same rotation with the character.It points another way as i can see in the pics.

The bone name has to be on capitals like this BIP 01 HEAD not like Bip 01 Head,else it can not find the bones and attaches to the root bone by default but since you will attach it to the root bone i guess it does not matter.