Epic Fight

Epic Fight

13M Downloads

Suggestion: How to get custom armors working

raponoves opened this issue · 6 comments

commented

I asked around in the "Mo'bends" Discord for how he got Custom 3D armor working, and this is the response I received

"Question, I noticed with more recent versions you've been able to render 3D modeled armor onto the animated player skeleton. How did you do that?"

"Mo Bends actually mutated the player model in 1.0.0 instead of overriding it"

"It means that 0.24 replaced the player model with a custom one from Mo Bends, 1.0.0 uses a mutation system, so it takes the existing model cutting it up into smaller parts where needed and assigning new animations. This is also extended to the armor, if modders implement their armors correctly Mo Bends can then simply cut the armors along the same lines and move it around as needed"_

"So basically instead of making a new skeleton entirely, they chopped up the old skeleton and added new parts where needed?"

_"That's at least the basic gist of it"

"Pretty art to visualize it"_

unknown

So it sounds like the best way to make 3D armor work, would be to use the pre-existing Minecraft skeleton as a base, and modifying it to work like your animated skeleton, as opposed to the creation of a new one.

commented

Very nice ! I hope the creator sees this and really does, this mod is so good, however, being incompatible is sooo bad, because most will use it in an epic battle modpack, but the armor willn’t work properly, it’s a pity, hopefully that this method works

commented

I think I need some research on this. I'll let you know if there is any progression.

commented

Yeeess !! We did it

commented

All of his code is visible on Github I believe

https://github.com/mobends/MoBends

Hopefully that is helpful.

commented

Ok, I succeed in importing a custom armor model to an animated model format. The next important thing is applying the animated position to each vertex. I'll post later when I succeed. Keep your eye on this!

2021-03-07_14 49 31
2021-03-07_14 49 36
2021-03-07_14 49 42

commented

Omg Man you're AWESOME ! I can't wait to see this mod working with custom armor :D