You need to make sure that the entires in your partsrobe.2da file match the names of the files you're using in the hak, otherwise clipping will occur. This happens when merging clothing HAKs, especially older ones, that use an older numbering system that newer NWN updates are now using.
If you add one new robe from a HAK and go to add it to your own custom partsrobe.2da file, you need to add a new line to partsrobe.2da.
So, as an example, let us say the new addition is line #39.
You copy and paste the robe line from the clothing HAK and paste the line to your own custom partsrobe.2da and renumber it to 39.
This is where clipping normally occurs. Although partsrobe.2da has been padded to include this new addition, the clothing files themselves also have to be renamed to now match your numbering sequence.
_six wrote...
Ah, here's your issue: your 2da line numbers should match up to the robe model numbers. So if you're adding your 2da lines at 39 and 40 you should rename the models to _robe039 and _robe040. Currently you not only have them set to different numbers, but the model numbers appear to overwrite standard robe models.
You should also open up the .mdl files in Notepad (or another text editor of your choice) and do a search and replace for the phrases _robe030 to _robe039 (replacing these numbers with the actual before and after renaming file names).
Oh and try not to be confused by the robe number given in the toolset. It's fairly arbitrary and you only need to make sure the robe numbers in both your 2da and the model files are the same.
I had the same issue in this
thread and realized that clothing is not worth the hassle. After fixing the issue, I've stayed away from adding any new clothing. Pain. In. The. @ss.
FP!