Mike said:
For instance, these will hide his calfs while still making the mod visible :
main.him.leftLeg.calf.visible=false;
main.him.rightLeg.calf.visible=false;
Find the relevant layer's name and put it between main.him. and .visible=false;
The only line that I could find with, for example, leftLeg.calf, is this.
- main.loadCustomFull(hcalfl,".|Him.leftLeg.calf","x:0;y:0;r:0;a:1");
So I made it like you said, put it between main.him and .visible=false;
- main.loadCustomFull(hcalfl,".|main.Him.leftLeg.calf.visible=false;","x:0;y:0;r:0;a:1");
I probably did it completely wrong.