Hosseldon Posted July 21, 2018 Posted July 21, 2018 (edited) I added a new Armor Addon with a custom model to a vanilla clothing. This model should replace the vanilla one through an Object mod that changes the AddonIndex minimum value. But I can't find the right Attach Point for the vanilla Addon, so when I apply the new Object Mod, it's applied on top of the old one. To solve this, I changed the index of the vanilla Addon from 0 to 1 and then made an Object mod that attaches it on the same Attach Point as the custom one. But now, any instance of the clothing that had already spawned in the game is invisible. This is because they're still set on the 0 AddonIndex. New spawns don't have this problem. But I don't want to see a bunch of naked people around the Commonwealth. So, I need to either find the vanilla Attach Point for the default Armor Addon or a way to set the default minimum AddonIndex' value to 1. Edited July 21, 2018 by Hosseldon
Recommended Posts