#Hiding armor & modifying persona

1 messages · Page 1 of 1 (latest)

vagrant mango
#

Hello, I am working on a transmog system, and part of the process is hiding the player armor. I figured I could use the same property I'm checking for that changes the player texture/geometry to whatever mob they are transforming into, but that isn't working. Re the persona, I need it to be displaying the same model as the player, however in the menu it displays the skin the player is normally wearing.
|
Attached is my attempt in "controller.render.player.third_person"

{ "leftSock": "variable.boot_layer_visible && variable.leg_layer_visible && query.property('runecraft:transmog') == 0" },``` "runecraft:transmog" is my entity property, when it is set to 1, the player is transformed into this chicken and all of their armor should be hidden.
#

ahh.. I think I might need to edit the armor render controller. my bad.

tardy mauve
#

im trying to hide only the player helmet

vagrant mango
#

interesting that I tried doing this using the player render controller back then lol

#

you need to modify the armor render controller

#

basically add a "Texture.invisible" that is just an empty png

tardy mauve
#

Ohh lol

tardy mauve