Script to remove 'Graphic' of equipped item?
Buddywarrior
Member Posts: 62
Is there a function to remove/change the graphic of the helm and cloak so it does not show?
0
Comments
Using a text editor, you can change the dynamic creature models (pmh0.mdl etc) to remove the cloak_g node. Cloaks can then still be equipped, but are invisible.
If you only want to change one creature, consider a custom phenotype with the same change.
The Custom Content Guide on Neverwinter Vault explains how dynamic creature models work.
Helmets are more tricky because they use the head node - making the helmet invisible by the cloak method also makes the head vanish.
As the description says it's not working only for helmets but for cloaks, armor, weapons, shields just the same.
Perfect! Thank you Kamiryn.