#Armor model help

13 messages · Page 1 of 1 (latest)

bronze bough
#

So I am trying to get the model of leggings to be a combination of leggings and a chestplate but my attempts aren't working

#

basically the point is to be able to take off your chestplate and then use an elytra so it seems like you have a full set of armor on as well as an elytra

forest wadi
#

yeah it's doable.

#

but you need to understand how render controllers work

bronze bough
#

Ok

#

Can u help me

#

I know a little about it

bronze bough
forest wadi
#

whats up

bronze bough
#

So basically what do I have to do?

forest wadi
#

hmm, I'd guess youd need to move those bone names and models in to one model maybe. Then use the RC to turn it on and off as needed.

The default system hides and unhides the player bones when you have each armor equipted so you'll have to develop a system to deal with this when only one is equiped

#

you used queries and item names for that.

#

I can only give you general ideas without doing it myself. You'll need to read how each thing work on the wiki and test the process one step at a time