Render all armor pieces with one Item Equipped

Started by Reaper Incarnate on

Topic category: Help with modding (Java Edition)

Last seen on 13:01, 7. Nov 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Render all armor pieces with one Item Equipped

So I decided to work on a generic RPG mod for the game. The start menu for Choosing races like Human or Undead is Complete, so I tried to include player skin or model switching but... that requires code (Which I have no knowledge of currently). So I went with the next best thing, to use armor as skins. Although I want the player to still be able to Have Helmets and Attire to fit their playstyle, This is where I need help. How can I Have all the Armor Pieces for the "skin", render with one "Armor Slot", that being the leggings. I understand it's a bit confusing to ask and I can fully understand if this won't work in MCreator currently. But I'd still like to try.

Last seen on 07:30, 24. Sep 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe if make it so if you…
Fri, 08/12/2022 - 23:04

Maybe if make it so if you equip one armor peice then it will equip all the other 3 armor peices(helment,chestplate,leggings,boots). And have it unequip the armor peices when unequipping the main armor peice. Something like that might work

Last seen on 13:01, 7. Nov 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not, really what I was…
Sat, 08/13/2022 - 16:48

Not, really what I was hoping for but... it would be a more optimal option. But how would I even fathom such a procedure without coding? I could probably get around the replacing the "skin" armor with other armor like you suggested but my problem still resides on how to actually equip full armor for a skin with but one armor piece item?

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
would having an armor piece…
Sat, 08/13/2022 - 18:47

would having an armor piece that renders as a player model work?

Last seen on 13:01, 7. Nov 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, that would work. I have…
Mon, 08/15/2022 - 12:14

Yes, that would work. I have no problem with that.

 

Last seen on 13:01, 7. Nov 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Guess I'll have to find out…
Mon, 08/22/2022 - 08:12

Guess I'll have to find out my self. -=-

 

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found a way by having a…
Thu, 09/08/2022 - 23:47

I found a way by having a helmet using a custom model which was identical to the player model and giving the player invis effect. It kinda worked except for looking up and down since the rotation was making the whole model move

Last seen on 06:22, 13. Mar 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would really need a…
Fri, 09/09/2022 - 02:17

You would really need a mixin to make this work well. Armor pieces could work but then the player couldn't wear armor. Parzi's fabric star wars mod has a GREAT example of an rpg character selector. I have been playing with the concept for a while, and I am on the cusp of cracking it.