[TUTORIAL] How to make 3D rendered armor, with moving arms, legs and head.

Started by StrawS on

Topic category: Advanced modding

Last seen on 21:41, 4. Jun 2020
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] How to make 3D rendered armor, with moving arms, legs and head.
Mon, 12/16/2019 - 19:40 (edited)

First, I recommend using Block Bench to make your models, as Techne is outdated and broken, and doesn't seem to work for this. I won't be giving a guide on how to use Block Bench as there are tutorials for that already, just how to make your model work with armor.

When making your model, you want to make sure everything you make is within groups. And you must have a group for each body part, head, body, right arm, left arm, right leg, left leg. For the boots, you're going to want to make a separate group exactly the same as the legs. When modeling the actual armor pieces, you want to make sure each piece is under the corresponding group you want it to be moving with. For example a helmet you made would be under the head group.

It is also VERY important the group's origin points are the same as the player model, so that they rotate together.

I recommend making a plain biped model to help guide you, but it is not required.

Example of how the groups are supposed to be set up:

Example

For a player model, the origin points are:

  • Head and Body: 0, 24, 0
  • Right Arm: 5, 22, 0
  • Left Arm: -5, 22, 0
  • Right Leg: 2, 12, 0
  • Left Leg: -2, 12, 0

After you're done, export it, and when MCreator asks which parts to animate, you can skip that, as that doesn't do anything.

When making your armor, select the group for each corresponding body part. Don't worry about the arms for now, for the helmet choose the head group, for the body choose the body group, and for the legs and boots, choose the left leg group for "L" and the right leg group for "R"

Animating arms is little bit more complicated as it requires you to put two lines of code:

NOTE: You must change the part where it says "name of x here" to whatever you made the name of the group  for that body part in Block Bench.

Under this line of code:

armorModel.bipedBody = new NameOfModelHere().NameOfBodyHere;

Put in these two lines of code.

armorModel.bipedRightArm = new NameOfModelHere().NameOfRightArmHere;
armorModel.bipedLeftArm = new NameOfModelHere().NameOfLeftArmHere;

After that everything should be working and animated!

Example of it working on armor:

Example

If you have questions or need help leave a comment.

Edited by StrawS on Mon, 12/16/2019 - 19:40
Last seen on 07:12, 23. Jan 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm having the same problem,…
Mon, 12/16/2019 - 18:58

I'm having the same problem, if no answer has been found yet, maybe we should move this to a dedicated topic.

 

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for the tutorial! …
Mon, 12/16/2019 - 19:56

Thank you for the tutorial! :D

Last seen on 04:48, 17. Jun 2020
Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The size of the model  each…
Wed, 01/08/2020 - 19:34

https://scontent.fbkk5-7.fna.fbcdn.net/v/t1.15752-9/82513776_593527811477983_6207916987717255168_n.png?_nc_cat=108&_nc_ohc=N2cgZu6Y5nwAQlOVmwNHkjYI6RQ2osPmuI4I6xI2jtbAvxnm2djN4yeUw&_nc_ht=scontent.fbkk5-7.fna&oh=07bd9c3f9a7ea76c1301b81ee3693b4d&oe=5E9B49F1

The size of the model  each part What size is it?.
 I don't know position and size 
 May I have a sample file?  

Last seen on 17:00, 28. Mar 2024
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  Well, could you help me…
Sat, 01/11/2020 - 15:59

 

Well, could you help me please? I'm having problems with the 3d armor textures, and I don't know if this can be fixed, or if it's a mcreator error. And as you are experienced with armor, I decided to talk to you. The description and complete files are here: https://mcreator.net/tracker/issue/55315

Last seen on 22:20, 14. Apr 2020
Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Head texture gets glitched…
Sun, 03/22/2020 - 01:01

Head texture gets glitched as in textures from other parts of the model appear over it as thin layer of texture. Its weird.

Last seen on 07:37, 4. Apr 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Better believe it, looks…
Sat, 04/04/2020 - 07:38

Better believe it, looks fine to me, I do not understand. I could send over my plain biped model and you can take a stab at redesigning on that on the off chance that you need to check whether it works. Else I don't have the foggiest idea why it would cause that issue

Last seen on 20:37, 20. Apr 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hey im trying to make a…
Tue, 04/07/2020 - 17:39

hey im trying to make a crown and i dont know how to insert it into mcreator 

could use some help

Last seen on 20:37, 20. Apr 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
update i cant figure out how…
Tue, 04/07/2020 - 21:08

update i cant figure out how to use the file in mcreator to make it an amror  piece and not an enitity 

 

Last seen on 04:12, 18. Apr 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
u didn't say in what we have…
Tue, 05/05/2020 - 23:23

u didn't say in what we have to export, obj?

Last seen on 20:17, 5. Jun 2020
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My 3d ears are not appearing…
Thu, 05/14/2020 - 13:03

My 3d ears are not appearing at all, the image is what they are supposed to look like, but ingame its not there at all

Last seen on 09:00, 20. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Would be interested in a rpg…
Thu, 05/14/2020 - 14:30

Would be interested in a rpg mod?
I have a sample for download. I want to add some armor tiers but i'm not very good with animations and blockbench. If you are interested reply to this :-). I would love to have you in our team.