I created a body mod for the nipples based on the template Faceless created (ver 0.98). I wanted to take it a step further by adjusting position/scale/rotation based on the breast size. I accomplished this by making a post-proxy to hook g.characterControl.setBreasts.
Everything works fine save for two minor issues:
Everything works fine save for two minor issues:
- The original nipple clips are still showing. I was on the understanding that loading a mod over a pre-existing clip would replace it. Am I missing something? IE:
Code:loader.loadManual(nipr, her.torso.midLayer.rightBreast.nipple);
- The piercing objects remain where the original nipple pieces are. In the new clips there are named instances of the piercingPoint. I tried moving the x/y of the piercing points and the piercing objects to no avail. No luck on a post-proxy hook on her.updateNipplePiercing, either. Looks like the piercing placement gets handled in a few spots, not sure on it.